.obj_issue_toc .sections:not(:first-child) {
     margin-top: 0px !important; 
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 0px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	font-size: 12px;
	background-color:#ddd;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-left: 1px solid #ddd;
	border-right: 0px solid #ddd;
	border-left: none;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	padding: 0px 10px;
	border-top: 1px solid #ddd;
}
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not
        listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with
    its content--*/
} 

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
}

@media (min-width: 768px) {
.obj_issue_toc .galleys, .obj_issue_toc .section {
    position: relative !important;
    /*margin: 30px -20px !important;*/
    padding-top: 0px !important;
	padding-bottom: 0px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
}
}

@media (min-width: 768px){
.obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    border-top: 0px solid #ddd;
}}

@media (min-width: 768px){
.issue-section-title {
    border-top: 1px solid #ddd;
}}

@media (min-width: 992px){
.obj_issue_toc .cover {
    margin-right: 30px;
    margin-bottom: 30px;
}}

@media (min-width: 768px){
.obj_issue_toc .cover {
    float: left;
    width: 25%;
    height: auto;
    max-height: none;
    margin-right: 20px;
}}

@media (min-width: 992px){
.obj_issue_toc .cover img {
    max-height: none;
}}
