.pressReleases {
	margin-top:30px;	
}
.pressReleases ul.sfnewsList li {
	list-style:none;	
}

.pressReleases ul.sfnewsList {
	padding:0;	
}

.pressReleases ul.sfnewsList li h2 {
	margin-bottom:0px !important;
	margin-top:0px !important;
	font-size:20px !important;
	font-weight:300 !important;
}
.row.well {
    border-radius:20px;
}
.picture > img {
    border-radius:200px;
    border:2px solid #9e9e9e;
    
}
.IN-widget button {
    width: 76px;
    height: 28px !important;
    padding: 4px 0px !important;
    border-radius: 4px !important;
}
.pressReleases ul.sfnewsList li .sfcommentsCounterWrp {
	display:none;	
}

.pressReleases ul.sfnewsList li:nth-child(even) {
    background: none repeat scroll 0 0 #f8f8f8;
	margin-bottom:10px
}
.pressReleases ul.sfnewsList li:nth-child(odd) {
    background: none repeat scroll 0 0 #efefef;
	margin-bottom:10px
}

.pressReleases ul.sfnewsList li .sfnewsMetaInfo {

    display: inline-block;
    float: left;
    padding: 19px;
    width: 12%;
}

.pressReleases ul.sfnewsList li .sfnewsTitle {
    display: inline-block;
    padding: 20px;
    width: 88%;

}

.sfnewsAuthorAndDate {
	font-size:22px;	
	margin-bottom:20px;
}

iframe {
	width:100%;
	border:0px solid;
	height:450px;	
}

@media (max-width : 1199px) {
.pressReleases ul.sfnewsList li .sfnewsMetaInfo {
    width: 20%;
}

.pressReleases ul.sfnewsList li .sfnewsTitle {
    width: 80%;
}	
}

@media (max-width : 767px) {
.pressReleases ul.sfnewsList li .sfnewsMetaInfo {
    padding: 10px;
	font-size:14px !important;
    width: 25%;
}

.pressReleases ul.sfnewsList li .sfnewsTitle {
    padding: 10px;
    width: 75%;

}	
.pressReleases ul.sfnewsList li h2 {
	font-size:14px !important;
}
}