/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');*/
body:{
    font-family: 'Georgia, Open Sans', sans-serif ;
    font-weight:normal;
}
*{
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    outline:0;
    list-style-type:none;
    border-color:transparent;
    background-color:transparent;
    color:inherit;
    text-decoration:inherit;}
/**{
    -ms-user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:-moz-none;
    -o-user-select:none;
    user-select:none;
}*/
input,textarea{
    -webkit-user-select:text;
    -khtml-user-select:text;
    -moz-user-select:text;
    -o-user-select:text;
    -user-select:text;
    -ms-user-select:text;
    -webkit-touch-callout:text;
}