html {
  min-height:100%;
  min-width:100%;
  font-family:open-sans, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,nav,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a {
  margin:0;
  padding:0;
  border-width:0;
  border-style:solid;
  border-color:transparent;
  background-repeat:no-repeat;
}

body {
  color: #2C2C32;
}

[role=button] {
  cursor: pointer;
}

li {
  list-style:none;
}

.scrollbar { height:768px; }
::-webkit-scrollbar { width:7px; }
::-webkit-scrollbar-thumb { border-radius:10px; background-color:#b3b3b3; border:1px solid #ffffff; }		
::-webkit-scrollbar-track { border-radius:10px; background-color:#ffffff;  }
