/* admin css */
#options-sidebar {
   float: right;
   width: 29%;
}
#options-sidebar img {
   max-width: 100%;
   image-rendering: optimizequality
}
#wpbody-content #options-sidebar .metabox-holder {
   width: 100%;
}
@media screen and (max-width: 1100px) {
   #wpbody-content .wrap .metabox-holder,
   #options-sidebar {
      float: none;
      width: 100%;
   }
}
a.btn {
   color: #FFFFFF;
   display: block;
   font-size: 22px;
   padding: 15px 25px;
   text-align: center;
   text-decoration: none;
}
.support {
	background: none repeat scroll 0 0 #3DCC98;
}
.demo {
	background: none repeat scroll 0 0 #F58C7A;
}
.upgrade {
   background: none repeat scroll 0 0 #5FAAE3;
}
a.support:hover {
	background-color: #3BC492;
}
a.demo:hover {
	background-color: #F88E5A;
}
a.upgrade:hover {
   background-color: #5B92E2;
}
.option-btn {
   margin-bottom: 12px;
}
.metabox-holder h3 {
   border-bottom: 1px solid #eee;
}