div.wrap.container{
	margin-top: 1em !important;
}

.shadetabs{
padding: 3px 0 0 0;
margin-bottom: 0;
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline-block;
vertical-align: middle;
padding-left: 3px;
}

.tab-content{ /*style of tab content oontainer*/
border: 1px solid #cccccc; 
padding: 10px;
}


.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled).active:hover {
	background-color: #e31c24;
	border-color: #e31c24;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: none;
	background-color: #e31c24;
	border-color: #e31c24;
}

.radius-top {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media print {
.tab-content {
display:block!important;
}
}