* {
    font-family:Arial,Helvetica,Sans-serif;
    font-size:inherit;
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
body {  
    font-family:Arial,Helvetica,Sans-serif;
    font-size:12px;
    overflow-x: hidden;
    background-color: #fff;
    line-height:1.42857143;
}
input:focus, select:focus, textarea:focus, button:focus, video:focus {
outline: none;
}
button, input[type="button"],input[type="submit"] { font-size:12px;
background-color:#4482E6;
color:white;
border:none;
border-radius:2px;
padding:5px;
}
button .disabled, input[type="button"] .disabled,
input[type="submit"] .disabled {
background-color:gray;
}
a { text-decoration: none; color:#5970B2;}
ul { list-style: none; }
li { 
    list-style-type: none;
    list-style-position: inside;
}
a:hover {
        color:orange;
        cursor:pointer;
        text-decoration: none;
      }
p { 
    font-size: 13px;
    line-height: 1.67em;
    margin-bottom: 10px;
}
code {  
        white-space:pre; 
        font-family: 'Andale mono';
        font-size: 12px;

    }
h6 { font-size: 13px; color:rgb(60,116,181); font-weight: 500; margin-bottom: 5px;}
h5 { font-size: 15px;  color:rgb(60,116,181); font-weight: 500; margin-bottom: 5px;}
h4 { font-size: 18px;  color:rgb(60,116,181); font-weight: 500; margin-bottom: 5px;}
h3 { font-size: 21px;  color:rgb(60,116,181); font-weight: 500; margin-bottom:8px; }
h2 { font-size: 22px;  color:rgb(60,116,181); font-weight: 500; margin-bottom: 10px;}
h1 { font-size: 25px; color:rgb(60,116,181); font-weight: 500; margin-bottom: 10px;}
.hc { 
    margin:auto;
}
.hcvc {
    position:absolute; 
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.table-center { 
    display:table-cell;
    vertical-align: middle;
}
