
/* endorsement logos */
.thumbnail_container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
     margin-bottom:20px;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
    border:none;
    background:none;
}

.thumbnail:hover {
    position:absolute;
    width:100%;
    height:100%;
    /*border-color:#a9a9a9;*/
    background:#ffffff;
}


.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
		
}

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


.section_submission p {font-weight:400;}
ol.abstract {padding-left:15px;}
ol.abstract li {padding-left:10px;padding-bottom:5px;font-weight:400;}

.title_group {
	display:inline-block;
	margin-bottom:20px;
} 

.title_group p {
	color:#e5a100;
} 

.title_group p, .title_group h4 {
	padding:0;
	margin:0;
} 


.mb10 {margin-bottom:10px;}



@media only screen and (max-width: 600px) {

	.thumbnail_container, .thumbnail, .thumbnail:hover {
			max-width:150px;
			max-height:150px;
	}
}