/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@media only screen and (min-width: 768px){
#toolbar-box {
    _display: none;
    position: fixed;
    top: 20%;
    right: -0.1em;
    width: 60px;
    height: 360px;
    z-index: 1000000;
    background-color: transparent;
}


