.side-tab {
    position: absolute;
    right: -75px;
    top: 95px;
    height: 50px;
    background: #ff5300;
    width: 200px;
    transform: rotate(-90deg);
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    color: white;
    transition: .5s;
}

.side-tab-inner {
    position: absolute;
    top: 20px;
    right: -274px;
    background: white;
    padding: 5px 20px;
    min-height: 400px;
    border-radius: 0px 0px 0px 5px;
    transition: .5s;
    text-align: center;
    width: 235px;
}

#wpbody {
    overflow: hidden;
    min-height: 500px;
}

.btn-default {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #FFFFFF;
    color: #FF5300;
    border: 2px solid #FF5300;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.btn {
    background-color: #FF5300;
    color: #FFFFFF;
    border: 2px solid #FF5300;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7em;
    font-weight: 100;
    text-decoration: none;
}

.list-group{
    margin: 35px 0px 35px;
    text-align: left;
}

form li {
    margin-bottom: 1px;
}
li h4 {
    margin: 1px !important;
}

.logo {
    margin: 10px 0px;
}