body {
    margin: 0 auto;
    padding: 0;
    background-color: #F8F6F7;
    font-size: 13px;
}

td,
th {
    font-family: Tahoma;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tahoma;
}

h1 {
    font-size: 18px;
}

a {
    color: blue;
    text-decoration: none;
}

.style3 {
    font-size: 10px
}

.style4 {
    color: #FFDF00
}

.white {
    color: #FFFFFF
}

.style5 {
    color: #FFFFFF;
    font-weight: bold;
}

.button_blue {
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}

.button_blue:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}

.button_blue:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

#timeline {
    width: 95%;
    margin: 0px auto;
}

.timeline_element {
    max-width: 100% !important;
    max-height: auto !important;
}

#example_video_1 {
    width: 100% !important;
}

#ytplayer {
    width: 100% !important;
}

* img {
    max-width: 100%;
    max-height: auto;
}

.main-border {
    -moz-box-shadow: 0 0 5px #CCCACB;
    -webkit-box-shadow: 0 0 5px#CCCACB;
    box-shadow: 0 0 5px #CCCACB;
}

@media (max-width: 400px) {
    .main {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        width: 40%;
        margin-bottom: 10px;
    }
    .highlight {
        width: 80%;
    }
    #loadmore4 {
        font-size: 30px;
    }
    .link-left {
        width: 95%;
    }
    .link-right-1,
    .link-right-2 {
        display: none;
    }
    .wall-link {
        width: 45%;
    }
}

@media (min-width: 400px) {
    .main {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        width: 40%;
        margin-bottom: 10px;
    }
    .highlight {
        width: 80%;
    }
    #loadmore4 {
        font-size: 30px;
    }
    .link-left {
        width: 95%;
    }
    .link-right-1,
    .link-right-2 {
        display: none;
    }
    .wall-link {
        width: 45%;
    }
}

@media (min-width: 500px) {
    .main {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        width: 40%;
        margin-bottom: 10px;
    }
    .highlight {
        width: 80%;
    }
    #loadmore4 {
        font-size: 30px;
    }
    .link-left {
        width: 95%;
    }
    .link-right-1,
    .link-right-2 {
        display: none;
    }
    .wall-link {
        width: 45%;
    }
}

@media (min-width: 600px) {
    .main {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        width: 40%;
        margin-bottom: 10px;
    }
    .highlight {
        width: 80%;
    }
    #loadmore4 {
        font-size: 30px;
    }
    .link-left {
        width: 95%;
    }
    .link-right-1,
    .link-right-2 {
        display: none;
    }
    .wall-link {
        width: 45%;
    }
}

@media (min-width: 700px) {
    .main {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        width: 32%;
        margin-bottom: 10px;
    }
    .highlight {
        width: 40%;
    }
    .link-left {
        width: 95%;
    }
    .link-right-1,
    .link-right-2 {
        display: none;
    }
    .wall-link {
        width: 45%;
    }
}

@media (min-width: 800px) {
    .main {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        width: 14%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .highlight {
        width: 30%;
    }
    .link-left {
        width: 48%;
    }
    .link-right-1,
    .link-right-2 {
        width: 23%;
        display: inline-block;
    }
    .wall-link {
        width: 23%;
    }
}

@media (min-width: 1000px) {
    .main {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        width: 14%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .highlight {
        width: 30%;
    }
    .link-left {
        width: 48%;
    }
    .link-right-1,
    .link-right-2 {
        width: 23%;
        display: inline-block;
    }
    .wall-link {
        width: 23%;
    }
}

.wall-link {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.link-left {
    display: inline-block;
    float: left;
}

.link-right-1,
.link-right-2 {
    float: left;
}

.link-left,
.link-right-1,
.link-right-2 {
    margin-left: auto;
    margin-right: auto;
}

.link {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sliderwrapper {
    border: 0px solid gray;
    border-bottom-width: 0px;
    width: 100%;
    /*width of featured content slider*/
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    height: auto;
}

.contentdiv {
    visibility: hidden;
    /*leave as is*/
    left: 0;
    /*leave as is*/
    top: 0;
    /*leave as is*/
    padding: 2px;
    background: white;
    width: 99.9%;
    /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: auto;
    filter: progid: DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagination {
    width: 90%;
    /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: right;
    background-color: white;
    padding: 5px 10px;
}

.pagination a {
    padding: 0 5px;
    text-decoration: none;
    color: #00007D;
    background: white;
    border: 1px solid navy;
}

.pagination a:hover,
.pagination a.selected {
    color: #000;
    background-color: #FEE496;
}

.menu,
.highlight {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
}

.menu-bar,
.highlight-bar {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    display: block;
}

.header {
    position: relative;
    height: 100px;
    float: left;
    display: block;
    background-image: url('https://www.dmc.tv/images/Header_vstar53.jpg');
    z-index: -1;
}

.logo {
    top: 10;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img .contentdiv {
    max-width: 100%;
    max-height: auto;
    z-index: 10;
}

iframe {
    max-width: 100% !important;
    max-height: auto !important;
}

video {
    max-width: 100% !important;
    max-height: auto !important;
}

embed {
    max-width: 100% !important;
    max-height: auto !important;
}