.nav > li > a {
    font-size: 13px;
}

.box{
    text-align: justify;
}

.box.box-border{
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 5px;

    -webkit-box-shadow: 1px 1px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px -3px rgba(0,0,0,0.75);
}
#news_ticker .meta{
    margin-top: 5px;
    display: block;
}


section.news #news_ticker .box-a{
	height: auto;
	overflow: auto;
	display: block;
	text-decoration: none;
}

/*.logo > a{
    border: 1px dashed #6091ba;
    padding: 10px;
    font-weight: bold;
}*/

.attendance_overflow{
    max-height: 200px;
    overflow-y: scroll;
}

.header .header-main {
    padding: 10px;
}

.flexslider .slides img {
    height: 300px;
}