/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 .uk-subnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -8px;
    padding: 0;
    list-style: none;
    padding-bottom: 6px;
}

.uk-navbar {
    /* background: #333;
    color: #ededed;
    padding: 0 0;
    border-radius: 0;
    box-shadow: none; */
}

.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
    color: #fff;
	padding: 40px;
	background: rgba(0, 0, 0, 0.5);
}

.uk-text-large {
    padding: 20px;
	font-size: 18px;
    font-weight: normal;
    line-height: 34px;
	background: rgba(0, 0, 0, 0.5);
}

#main div.attachmentsList table a, div.attachmentsList table a {
    color: #333;
    font-weight: 400;
    padding-left: 11px;
}


#main div.attachmentsList caption, div.attachmentsList caption {
    color: #3a8ab6;
	font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	
}

#main div.attachmentsList table, div.attachmentsList table {
    font-size: 94%;
    font-weight: 500;
    line-height: 160%;
}

#main div.attachmentsList table, div.attachmentsList table {
    background: transparent none repeat scroll 0 0;
    border: 3px solid #3a8ab6;
    clear: both;
    font-size: 94%;
    font-weight: 500;
    line-height: 179%;
    margin-bottom: 4px;
	width: 60%
}