body {    
	font-family: Montserrat,sans-serif !important;
	
	/*
    background-color: #dde6ed;
    font-size: 100%;
    */
}
	
br {
    margin-bottom: 3px;
}

.btn {
	background-color:white;
	font-size: 85%;
    font-weight: 700;
    padding: 7px 10px;
    text-transform: uppercase;
    color:#7c1f1f;
    border:1px solid #7c1f1f;
}

.btn:hover{
	background-color:#7c1f1f;
	color:white;
}

/*
#container {
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	border-radius: 20px;
	margin-top: 180px;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
}
*/

hr {
	background-color: #ddd;
    border: none;
    height: 1px;	
}

.titles{
	margin-right: 25px;
}

.title_style {
    font-size: 170%;
    font-weight: 400;
}

.author-details {
    background-color: #0c4c7c;
    border-radius: 20px;
    padding: 10px;
}

.author-details th {
	text-align: left;
}
.author-details,
.author-details a,
.author-details .titles {
	color: #fff;
}


th {
    white-space: nowrap;
	text-align: left;
	padding-right: 20px;
}

#headerCluster .btn {
	padding: 4px 8px;	
}

/*
.checkCluster {
    margin-left: 50px;
    margin-top: -5px;
    position: absolute;
}
*/

.work-details {
    background-color: #dde6ed;
    color: #fff;
	border-radius: 20px;
	padding: 15px;
}



.search .link-advanced {
    line-height: 14px;
}

.search fieldset {
	margin-top: 20px;
}

.linkToWorks {
	top: 125px;
}

#topmenu2 {
	top: 87px;
}

@media screen and (max-width: 1480px) { /* BIG SCREEN */
	#container {
	width: 1100px;
}

th {
    white-space: normal;
}
	
@media screen and (max-width: 1223px) { /* MEDIUM SCREEN */
	#container {
	width: 1090px;
}
th {
	padding-right: 30px;
}

@media screen and (max-width: 1024px) { /* SMALL SCREEN */
	#container {
	margin-left: 0;
	margin-right: 0;
	width: 980px;
}


th {
	padding-right: 45px;
}