* {
    line-height: 29px;
}

body {
    width: 98%;
    margin: 8px auto;
    }

aside {
    float: right;
    /*width: 24%;*/
    margin-top: 16px;
    height: 950px;
    /*100%;*/
    background-color: #ffffff;
    /* background-position: fixed; */
    overflow-y: scroll;
}

.containerH {
    float: left !important;
    width: 75%;
    margin-bottom: 10px;
    margin-top: 7px;
    background: white;
    height: 950px;
    /* background-position: fixed; */
    overflow-y: scroll;
}

.post {
    background: #D9E0E5;
    margin: 5px 5px 10px 25px;
    text-align: justify;
    color: black;
    padding: 9px 5px 5px 5px;
    border-radius: 10px;
    clear: both;
    width: 96%;
    font-size: 21px;
}

.tit {
    border-radius: 5px 5px 5px 5px;
    width: 26%;
    height: 38px;
    margin: 0 1px 10px 7px;
    padding: 10px 10px 0 10px;
    text-align: right;
    font-size: 27px;
    font-weight: bold;
    color: black;
    background: #f6f8f9;
    background: -moz-linear-gradient(45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: linear-gradient(45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
}

.overline {
    text-decoration: line-through;
    outline: 5px solid red;
    font-weight: bold;
}

.post p {
    text-indent: 15px;
    line-height: 32px;
    padding: 6px 6px 4px 6px;
}


/*--------------- the menue ------------------------*/

.main-nav {
    background: #D3E5E9;
    border-radius: 4px;
    display: block;
}

.main-nav li {
    margin-top: 3px;
    list-style-type: none;
    border: 1px solid #07A7F7;
    text-align: right;
}

.main-nav ul {
    list-style-type: none;
}

.main-nav a {
    color: black;
    display: inline-block;
    padding: 2px 2px;
    text-decoration: none;
}

.flyout {
    position: relative;
    background-color: thistle;
}

.flyout>a {
    text-shadow: 1px 1px 1px #5959FF;
    font-size: 20px;
}

.flyout-nav {
    position: relative;
    display: none;
    padding: 2px;
}

.flyout:hover>.flyout-nav {
    display: block;
    background-color: #83D0F7;
    padding-right: 2px;
}

.flyout-nav li a:hover {
    background: #07A7F7;
    text-align: center;
}

.flyout-nav li {
    text-align: center;
}

table.tbl {
    border: 6px solid #787394;
    background-color: #DEC5AC;
    width: 100%;
    text-align: right;
}

table.tbl td,
table.tbl th {
    border: 1px solid #948473;
    padding: 5px 8px;
}

table.tbl tbody td {
    font-size: 14px;
    font-weight: bold;
}

table.tbl tr:nth-child(even) {
    background: #C8BFA7;
}

table.tbl thead {
    background: #948473;
    border-bottom: 3px solid #850C1B;
}

table.tbl thead th {
    font-size: 17px;
    font-weight: bold;
    color: #530D3F;
    text-align: center;
    border-left: 2px solid #948473;
}

table.tbl thead th:first-child {
    border-left: none;
}

table.tbl tfoot td {
    font-size: 16px;
}

.toup {
    float: right;
    margin-right: 25px;
}

.toaside {
    position: fixed;
    float: right;
    margin-right: -2%;
}