* {
    /*width: auto;*/
    outline: 0
}

*, html {
    -webkit-text-size-adjust: none
}

html {
    margin: 0;
    padding: 0;
    overflow-y: auto
}

body {
    margin: 0 auto;
    padding: 0;
    height: auto !important;
    text-align: left;
    background: #E6E7E8;
}

table {
    border-collapse: collapse;
    table-layout: fixed
}
thead {
    font-weight:bold;
}

h3 {
    padding: 0;
    background: 0 0;
    display: block;
    margin: 10px 0 5px;
    font-size: 1.3125rem !important;
    font-weight: 700 !important
}

h3:first-child {
    margin-top: 0
}

a, a:active, a:focus, a:hover, a:link, a:visited {
    color: #09c
}

@media print {
    body * {
        color: #333 !important;
        overflow: visible !important
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: 700 !important
    }
}
