body {
min-height: 500px;
padding-top: 70px;
background: #fffccc;
}

footer {
text-align: center;
}

.main_logo {
height: 50px;
padding: 0px;
overflow: hidden;
}

.nav-bg {
background-image: url(wrapper_bg_orange.jpg);
background-repeat: no-repeat;
background-position: 0px -31px;
}

dd {
margin-bottom: 10px;
}

.news-item {
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}

.site table{
font-size: 15px;
width: 96%;
margin: 10px auto;
}

.site table td {
text-align:center;
padding: 15px 0;
border: 1px solid #ddd;
}

.embed-container {
position: relative; 
padding-bottom: 56.25%; 
height: 0; 
overflow: hidden; 
max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}

#video_download {
text-align: center;
margin: 2px 0;
}

.hide {
display: none;
}

a.list-group-item.highlighted_bg {
background: #ffef86;
}

