body {
  
}

#facebookBox {
    background: #fff;
    background-color: #fff;
   position:absolute;
    width: 360px;
    height: 660px;
    visibility: visible;
}

#twitterBox {
    
    background: #fff;
    background-color: #fff;
    position:absolute;
    width: 360px;
    height: 660px;
    visibility: hidden;
}

.sidewidgetcontainer {
    
    
    z-index: 9999;
    position: fixed;
    
    width: 360px;
    height: 700px;
    right: -360px;
    top: 0px;

        -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

}

.sidewidgetbuttoncontainer {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    
    width: 63px;
    left: -63px;
    top: 210px;
    position:relative;


}

.sidewidgetfbbutton {
   border-top-left-radius: 10px;
    margin:0px;
    float: left;
    width: 100%;
}
.sidewidgettwbutton {
   border-bottom-left-radius: 10px;
    margin:0px;
    float: left;
    width: 100%;
}

.barheader {
    width: 360px;
    top: 0px;
    position: absolute;
    left: 0px;
}

.linkholder {
    
    position: absolute;
    width: 360px;
    top: 60px;
    height: 700px;
}

.twlink {
    position: absolute;
    color: #fff;
    text-decoration: none;
    top: 20px;
    left: 90px;
}