html { background: #eff1f1; color: #34393c; font: 300 16px/1.28 "Exo 2", sans-serif; min-width: 320px; }

@media screen and (min-width: 865px) and (max-width: 1288px) { body { overflow: hidden auto; } }

body.compensate-for-scrollbar header { padding-right: 15px;}

img { max-width: 100%; vertical-align: middle; }

a { color: #0cb28b; text-decoration: none; }

strong, b { font-weight: bold; }

input, button, textarea { -webkit-box-sizing: border-box; box-sizing: border-box; color: #34393c; display: block; font: 300 14px "Exo 2", sans-serif; }
input:focus, button:focus, textarea:focus { outline: none; }

button { cursor: pointer; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 0.75; }
input::-moz-placeholder, textarea::-moz-placeholder { opacity: 0.75; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 0.75; }

textarea { resize: none; }

input[type='number'] { -moz-appearance: textfield; }
input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button { -webkit-appearance: none; }

table { border-collapse: collapse; }