/* latin-ext */
@font-face {
   font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://fonts.gstatic.com/s/robotoslab/v5/y7lebkjgREBJK96VQi37Zqg5eI2G47JWe0-AuFtD150.woff2) format('woff2');
}


::-webkit-scrollbar {
   width: 0px;
}

::-webkit-scrollbar-button {
   width: 10px;
   height: 5px;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-thumb {
   background-color: #545454;
}

::-webkit-scrollbar-thumb:hover {
   background-color: #545454;
}

body {   font-family: 'AvenirR', 'Open Sans', sans-serif;   margin: 0px;   padding: 0px;  background-color: #F5F5F5;  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;  }
div,span {-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box}
input, textarea, select {font-family: 'AvenirR', 'Open Sans', sans-serif;}

textarea:focus {    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.32); outline: none; background:white;}

.a{-webkit-transition-property: all;   -webkit-transition-duration: 200ms; -moz-transition-property: all;   -moz-transition-duration: 200ms; transition: all 200ms ease-in-out;}

.content { width: 854px;  margin: 30px auto 50px auto; background: white; border-radius: 5px; padding: 10px 10px 50px 10px; position:relative;}
h1{text-align: center;}

