.current_rate{
float: right;
font-size: 14px;
margin-left: 10px;
}
/*inps*/
.a_inp {
  padding: 6px;
  border: none;
  border-bottom: solid 2px #ccc;
  transition: border 0.3s;
}
.a_inp:focus{
  border-bottom: solid 2px #18BC9C;
}
.a_flat_button {
	font-size: 15px!important;
	height:18px;
	margin-bottom:5px;
	border-radius: 6px;
  color: #fff;
  background-color: #1abc9c;
  text-shadow: -1px 1px #417cb8;
  border: none;
  padding: 3px 5px;
  border-bottom: 2px solid #12ab8d;
}

.a_flat_button:hover{
  background-color: #12ab8d;
  text-shadow: -1px 1px #27496d;
}

.a_flat_button:active{
  background-color: #16a085;
  text-shadow: -1px 1px #193047;
  height:16px;
  
}
/**/
#option_message p {
margin-top: 5px!important; 
margin-bottom: 5px!important;	
}
.a_line {
	display: inline-block;
}
.a_line .switch{
	float:left;
	margin-bottom:0; 

}
.a_line .switch .slider round{
display: inline-block;
  vertical-align: middle;

}
.a_line p {
	
margin-left: 5px!important;
margin-top: 5px!important; 
margin-bottom: 5px!important;
 display: inline-block;
  vertical-align: middle;
}
.a_box{
 border: 1px solid #ddd;
padding:3px;
border-radius: 4px; 
	
}
.a_box p {
margin-top: 5px!important; 
margin-bottom: 5px!important;	
}
#stl{
float:left;
margin-right:3px;	
}
.stl{
font-size:10px!important;	

}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #18BC9C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #18BC9C;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
