#sheetswitch {padding: 6px 0px;}

#sheetswitch img {
	border:none;
}

#sheetswitch .swatch {
	margin-right:15px;
	display:block;
	width:16px;
	height:16px;
	float:left;
	border:1px solid white;
}

#sheetswitch .swatch_hi {
	border:1px solid #777;
}

.sheetswitch_prev {
	margin-right:15px;
}

.sheetswitch_next, .sheetswitch_prev {
	float:left;
}



 .box.box-primary { max-width: 96%;
margin: 2em auto !important; 
	/*border-left : 1px solid rgb(21,124,9);
	border-right : 1px solid rgb(21,124,9);
	border-bottom : 1px solid rgb(21,124,9);
    border-top-color: rgb(21,124,9);*/
} 
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #093800;
    border-top-color: rgb(21,124,9);
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 12px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* .green_box_link{
	color:rgba(0, 84, 4, 1);
} */


.prev, .next{
	position:relative !important;	
	padding:0px !important;
}
.prev:hover, .next:hover{
	background-color:transparent !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
	background-color:rgba(21,121,9,1) !important;
	border-color:rgba(21,121,9,1) !important;
}

.bootstrap_icon{
	vertical-align: top !important;
	display: table-cell !important;
}
