@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:700');

.sidebarNavigation .quicklinks-container .quicklinks {
text-align: center;
}

.sidebarNavigation .content-container {
   text-align: center;
}

.sidebarNavigation {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    overflow: auto;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 180px;
    transition: all 0.5s ease-in-out 0s;
    max-width: 250px;
    z-index: 8000;
}

.toggleNavigation.left {
   
    top: 250px;
}
