@charset "utf-8";
/*.s-header{background:#01c65c;border:1px solid #01c65c;}
.s-header h1{color:#F5F5F5;font-weight:bold;}*/
.v-right{float:right}
.s-profile{width:100%;background:#F5F5F5;padding:20px;}
.s-profile p{color:#555;}
.s-button{width:100%;padding:10px;margin:10px 0;background:#01c65c;border:1px solid #01c65c;color:#F5F5F5}
.s-radio{margin-bottom:10px;}
.s-title{background:#fff;padding:10px;font-weight:bold;color:#555;}
.black_overlay{  display: none;  position: fixed;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index:1001;  -moz-opacity: 0.8;  opacity:.80;  filter: alpha(opacity=80);  }
.white_content {  display: none;  position: fixed;  top: 30%;  left: 5%;  width: 90%; padding: 16px; background-color: #F5F5F5;  z-index:1002;  overflow: auto; overflow:hidden;  }
.white_content p{text-align:center;color:#01c65c;}
.white_content button{margin-top:20px;background:#01c65c;color:#F5F5F5;}