/** mob **/
@media (max-width: 770px)
{
    #order-actions {
        margin-left: 15px
    }

    #order-actions button {
        margin-top: 5px
    }

    div.login-body, div#login-container, div.mpw-parts-slider-header {
        padding: 0 25px
    }

    #resources-top-level-nav, #resources-second-level-nav,
    #resources-third-level-nav, #resources-fourth-level-nav,
    #resources-fifth-level-nav, #resources-sixth-level-nav {
        margin-bottom: 15px;
        padding-left: 15px
    }
}

/** tablet **/
@media (min-width: 780px) and (max-width: 1290px)
{
    .dashboard-action div h2 {
        font-size: 21px
    }
}

/** tablet (portrait) **/
@media (min-width: 780px) and (max-width: 1290px) and (orientation: portrait)
{
    .dashboard-action div h2 {
        font-size: 12px
    }
}

/** desktop **/
@media (min-width: 1300px)
{
    #resources-file-tree {
        padding-left: 12px
    }
}
