.boxed{
	padding: 30px 0px; 
}
.wp-admin select[multiple]{ 
	height: 200px; 
	font-size: x-large; 
	color: gray;
}
label { 
    font-family: sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: normal;
    vertical-align: top;
}
.mode-panel select { 
	display: block; 
	width: 100%;
} 
.select-container{ 
	display: inline 
}
.select-container select,
.select-container input,
.bootstrap-tagsinput { 
	width:100%; 
} 
progress.techno-progress { 
	width: 100%;
	height: 42px;
	margin: 0 auto 24px;
	display: block;
	-webkit-appearance: none;
	border: none;
	background: #f5f5f5;
	border: 2px solid #eee;
	border-radius: 4px;
	padding: 0;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.2); 
}
div#add_products_chosen { 
	width: 770px !important; 
}
label.lbl_tc { 
	font-size: 15px;
	color: #555c63; 
}
.bulk-content-area .techno_main_tabs{
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-right: .5em;
    font-size: 14px;
    line-height: 1.71428571;
    font-weight: 600;
    background: #e5e5e5;
    text-decoration: none;
    white-space: nowrap;
}
.bulk-content-area .techno_main_tabs a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #555;
}
.bulk-content-area .main-panel{
	overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.bulk-content-area .techno_main_tabs.active a{
	background: #f1f1f1;
}
.bulk-content-area .techno_main_tabs a:focus{
	box-shadow: none;
    outline: 0px solid transparent;
}
.bulk-content-area .techno_main_tabs {
    display: inline-block;
    float: left;
}
.bulk-content-area .techno_main_tabs.active {
	margin-bottom: -1px;
}
.techno_tabs.tab_premium label{
	vertical-align: middle;
}
.col-50 {
    width: 46%;
    float: left;
}
.col-50 img {
    width: 183px;
    float: left;
}
.content_right a {
    background: blue;
    font-family: "Trebuchet MS",sans-serif!important;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background-color: #538fbe;
    padding: 10px 40px;
    font-size: 20px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom,#4984b4 0,#619bcb 100%);
    background-image: -o-linear-gradient(bottom,#4984b4 0,#619bcb 100%);
    background-image: -moz-linear-gradient(bottom,#4984b4 0,#619bcb 100%);
    background-image: -webkit-linear-gradient(bottom,#4984b4 0,#619bcb 100%);
    background-image: -ms-linear-gradient(bottom,#4984b4 0,#619bcb 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#4984b4),color-stop(1,#619bcb));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 0 #2b638f, 0 3px 15px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0 0 0 #2b638f,0 3px 15px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.3),inset 0 0 3px rgba(255,255,255,.5);
    box-shadow: 0 0 0 #2b638f, 0 3px 15px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 3px rgba(255,255,255,.5);
    margin-top: 10px;
}