.jmi_author_list {
	width: 100%;
}
.jmi_author img { float:left;margin:2px 10px 2px 2px;}
.jmi_author {
	display: inline-block;
	margin: 0 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.jmi_author_columns_1 { width:100%;}
.jmi_author_columns_2 { width:50%;}
.jmi_author_columns_3 { width:33%;}
.jmi_author_name {font-weight:bold;}
.jmi_button  {
		background: #fff!important;
		border: 1px solid rgba(0,0,0,.1);
		color: #3c3c3c!important;
		vertical-align: top;
		line-height: 24px;
		font-size: 10px;
		padding: 5px 8px;
		margin: 0 10px 0 0;
}
 @media only screen (min-width: 768px){

}
@media only screen and (min-width: 780px) and (max-width: 980px){
.jmi_author_columns_1 { width:100%;}
.jmi_author_columns_2 { width:50%;}
.jmi_author_columns_3 { width:50%;}
}


@media only screen and (min-width: 490px) and (max-width: 780px){
.jmi_author_columns_1 { width:100%;}
.jmi_author_columns_2 { width:50%;}
.jmi_author_columns_3 { width:50%;}
}

@media only screen and (min-width: 200px) and (max-width: 490px){
.jmi_author_columns_1 { width:100%;}
.jmi_author_columns_2 { width:100%;}
.jmi_author_columns_3 { width:100%;}
}