﻿@media all {
    .nb-overview-contracts {
        background : url("images/Contract.png"); 
    }

    .nb-overview-invoices {
        background : url("images/Invoice.png"); 
    }

    .nb-overview-contracts, .nb-overview-invoices {
        background-size : 100% 100%;
        background-repeat : no-repeat;
        height: 11em;
        width: 10em;
    }

    .nb-table-ticket td {
        word-wrap: break-word;
    }

    .nb-table-ticket tr td {
        cursor: pointer;
    }

    td > a {
        color: black;
    }
}

/* Custom, iPhone Retina */
@media (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media (min-width: 480px) {
    
}

/* Small Devices, Tablets */
@media (min-width: 768px) {
    .nb-bottom-padding {
        padding-bottom: 15px;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
    
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {

}