#sideslider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: auto;
    margin-left: auto;
    margin-right: -224px;
    position: fixed;
    right: 0;
    top: 50px;
    width: 300px;
    z-index: 3500;
}

#sideslider .sideslider-tab {
    box-sizing: border-box;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    cursor: pointer;
    height: 129px;
    left: 11px;
    padding-top: 0px;
    padding-left: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 200px;
    width: 100px;
}

#sideslider a {
    text-decoration: none;
}

#sideslider-smartbutton {
    background-color: white;
    margin-left: 110px;
    padding-top: 0px;
    position: relative;
    width: 1275px;
}

#sideslider .sideslider-close {
    background-color: transparent;
    box-sizing: border-box;
    color: transparent;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: 300;
    height: 21px;
    padding-right: 83px;
    padding-top: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 1275px; /*btw, this is the value the JS file get to stretch out the side registration*/
}


#sideslider-text .line {
    display: block;
    margin-bottom: 10px;
}
#sideslider-text {
    color: #fff;
    text-align: left;
    margin-left: 0px;
}

#sideslider-text .header {
    display: block;
    color: #00205b;
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #000;
}
.sideclear {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}
