table{
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 20px;
}
label[for="select_currency"]{
	display: inline-block;
}
.woo-price, .woo-currency-code, .woo-currency-symbol, .woo-savings, .woo-added-prod-prices, #prod_id, #ccy { display: none; }
.woo-price.in, .woo-currency-symbol.in { display: inline !important; }
.select_currency{
	width: 58px;
    	display: inline-block;
    	text-align: center;
    	border: none;
    	font-size: 11px;
    	padding: 3px 0 3px 5px;
    	color: #383838;
}
#user_country_now, #user_continent_now{ display: none; }
#course_selection {

    text-align: center;
    border: 1px solid #acb0Ad;
    border-radius: 10px;
    width: 60%;
    margin: 10px auto 0;
    padding: 0;
}

#course_selection label{
    display: block;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #ececec;
}
#course_selection label:last-child {
    border-bottom: none;
}

#course_selection input {
	display: none;
}
#course_selection input:checked + label {
	background: #209b60;
	color: #fff;
}
/*Admin View only*/
#rrp_table {
	font-size: 11px;
	background: #fff;
	color: #141414;
	overflow: auto;
}
th small, td small {
	font-weight: light;
}
td.mo_cell { 
	background: #e2e2e2; 
}
#rrp_table .prod {
	display: none;
}
.col{
	display: inline-block !important;
	vertical-align: top;
}
.col.2cols:nth(2){
	float: left;
}
#ppcalc{
	border: 1px solid #939393;
	background-color: #ebebeb;
	padding: 10px 20px;
	margin-top: 20px;
	display: none;
}
.currency_to_calc{
	background-color: #4ed3ff !important;
}
.act_as_selector{
	cursor: pointer;
}
.alert_to_input{
	border: 1px solid red !important;
}
table#rem_bal{
	border: 0;
}
#ppcalc td.ans{
	border-bottom: 1px solid #939393;
}
/*Admin View only*/
img.op-comparison-table-feature-icon{
	width: 12%;
}
/*Toggle Switch*/
.one-fifth.column{
	text-align: center;
}
.op-comparison-table-style1.op-comparison-table-3col {
	margin-top: 0;
}
#le_body_row_4, #le_body_row_5 {
	padding-top: 0;
}
#toggle_wrapper{
	text-align: center;
    font-size: 15px;
    bottom: 5px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: -7px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #209b60;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/*input:checked + .slider {
  background-color: #2196F3;
}*/

input:focus + .slider {
  box-shadow: 0 0 1px #209b60;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media screen and (max-width: 770px) {
    #course_selection {
   	 width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    #toggle_wrapper{
		font-size: 9px;
	}
	.switch{
		width: 51px;
		height: 24px;
		top: 0;
	}
	.slider:before {
		width: 17px !important;
		height: 17px !important;
	}
}