md-sidenav {
    max-width: 200px;
}

.nav-header {
    padding: 10px;
}

.sidenav-left-menu {
    background-color: rgb(244,67,54);
    color: #ffffff;
}

.sidenav-li {
    display: block;
    font-size:14px;
    text-transform: uppercase;
    height: 30px;
    border-bottom: 1px solid #e00404;
    padding: 15px 0px 0px 15px;

}

.sidenav-li:hover {
    background-color: #313131;
}


.user-button {
    margin-right: 15px;
    width: 100px;
}

.md-toolbar-tools > md-menu:last-child > .md-button {
    margin-right: 10px;
}

.md-button.md-icon-button {
    margin: 0px 2px;
}

.mini-alert {
    height: 13px;
    width: 13px;
    position: absolute;
    z-index: 20;
    background-color: #FF5252;
    border-radius: 100%;
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    text-align: center;
    overflow: visible;
    margin-top: -26px;
    margin-left: -4px;
}

#preview img, .preview img{
    max-height:120px;
    width:auto;
    float:left;
    margin:5px;
    cursor: pointer;
}