body {
    padding-top: 50px !important;
}

#main-menu {
    list-style-type: none;
    padding-left: 13px;
}

#main-menu > li {
    margin-bottom: 13px;
}

#main-menu li ul li {
    list-style-image: url('../images/li-bullet.png');
    margin: 0;
}

#main-menu li ul li a {
    color: #5c5c5c !important;
}

.preview-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.preview-nav li {
    float: left;
}

.preview-nav-container {
    height: 75px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.preview-css-button {
    background: #5c5c5c;
    color: #fff !important;
    font-size: 0.9em;
    text-decoration: none !important;
    padding: 2px;
    display: block;
    float: left;
    position: absolute;
    z-index: 50;
}

.preview-css-element:hover ~ .preview-css-button {
    border: 1px solid red !important;
}

#preview-css-dialog content {
    border: 1px solid;
    font-family: monospace;
    unicode-bidi: embed;
    white-space: pre;
    display: block;
    padding: 13px;
    overflow: auto;
}

#preview-responsive-desktop {
    width: 750px;
    height: 577px;
    background: url('../images/responsive-desktop.png') no-repeat 0 0;
    background-size: 750px 577px;
}

#preview-responsive-desktop .display {
    width: 1333px;
    height: 755px;
    border: 0;
    transform: scale(0.435);
    position: relative;
    top: -154px;
    left: -294px;
}

#preview-responsive-tablet {
    width: 318px;
    height: 400px;
    background: url('../images/responsive-tablet.png') no-repeat 0 0;
    background-size: 318px 400px;

    position: relative;
    top: 145px;
    left: 70px;
    z-index: 20;
}

#preview-responsive-tablet .display {
    width: 768px;
    height: 1030px;
    border: 0;
    transform: scale(0.31);
    position: relative;
    top: -318px;
    left: -225px;
}

#preview-responsive-phone {
    width: 133px;
    height: 250px;
    background: url('../images/responsive-phone.png') no-repeat 0 0;
    background-size: 133px 250px;

    position: relative;
    top: 297px;
    left: 100px;
    z-index: 21;
}

#preview-responsive-phone .display {
    width: 480px;
    height: 709px;
    border: 0;
    transform: scale(0.22);
    position: relative;
    top: -229px;
    left: -173px;
}

#preview-fixed-button {
    display: none;
}

.preview-fixed-navigation {
    list-style-type: none;
    padding: 0;
}

.preview-fixed-navigation li {
    float: left;
}

#icons .preview-icon-box {
    height: 120px;
    text-align: center;
}

#icons .preview-icon {
    font-size: 50px;
    margin: 13px auto;
}

@media screen and (max-width: 576px) {
    .preview-fixed-navigation {
        margin-top: 0;
    }
}