.wpbtb_admin_main {
  background-color:#f6f6f6;
  border:1px solid #ccc;
  float:left;
  margin:10px;
  padding:10px;
  width:760px;
}

.wpbtb_admin_sidebar {
  float:left;
  margin:10px;
  width:222px;
}

.wpbtb-wc-table th, .wpbtb-wc-table td {
  padding:3px;
  text-align:left;
}

.api-key-textfield input {
  width:300px;
}

.btb-refresh-interval-textfield input {
  width:50px;
}

.advanced-siteapps {
  display:none;
}

#post-body table {
    font-size: 12px !important;
}


.btnDash {
    text-transform: none;
    display: inline-block;
    font-family: 'Open Sans', 'Arial';
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #f47318;
    border-bottom: 2px solid #c85011;
    padding: 7px 40px;
    text-shadow: 1px 1px 1px rgb(173, 86, 27);
    text-decoration: none;
    background: #f7941f;
    background: -moz-linear-gradient(top, #f7941f 0%, #f16014 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7941f), color-stop(100%,#f16014));
    background: -webkit-linear-gradient(top, #f7941f 0%,#f16014 100%);
    background: -o-linear-gradient(top, #f7941f 0%,#f16014 100%);
    background: -ms-linear-gradient(top, #f7941f 0%,#f16014 100%);
    background: linear-gradient(to bottom, #f7941f 0%,#f16014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941f', endColorstr='#f16014',GradientType=0 );
}

.btnDash:hover{ 
    text-decoration: none; 
    color: #fff; 
    background: #f7a81f; 
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7a81f 0%, #ef6411 100%); 
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7a81f), color-stop(100%,#ef6411)); 
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7a81f 0%,#ef6411 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7a81f 0%,#ef6411 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7a81f 0%,#ef6411 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7a81f 0%,#ef6411 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a81f', endColorstr='#ef6411',GradientType=0 ); 
    /* IE6-9 */ 
}

.btnDash i {
    background: url("/wp-content/plugins/siteapps/images/siteapps-icon.png");
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 12px;
}