tt {
    padding: 1px 5px 1px;
    margin: 0 1px;
    background: #eaeaea;
    background: rgba(0,0,0,.07);
    font-size: 13px;
    font-family: Consolas,Monaco,monospace;
    unicode-bidi: embed;
}
.about li {
    list-style-type: square;
    margin: 0px 0px 3px 35px;
}   
.postbox iframe {max-width:100%;}
.wp-picker-container{display:table;} 

#yadonate {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    background-color:#ffdb4d;
    padding: 3px 26px 4px 25px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    transition: background-color .1s ease-out 0s;
}    
#yadonate:hover {
    background-color:#fc0;
}  
#yadonate:focus,#yadonate:active {
    outline:none;
    box-shadow: none;
}  
 
.switch-field {
  display: inline-block;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  font-family: Consolas,Monaco,monospace;
  unicode-bidi: embed;  
  display: inline-block;
  width: 60px;
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 2px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition:all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #0085ba;
  color:white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
 