/* desktop */
@media (min-width: 1281px) {

}

/* laptops, desktop */
@media (min-width: 1025px) and (max-width: 1280px) {
    #container table.list{
        table-layout: auto !important;
    }
    #container #dashboard table.list tr td:nth-of-type(4){
        width: 62px;
        font-weight: 400;
        color: #636365;
    }
    #container #dashboard table.list tr td:nth-of-type(5){
        max-width: 100px;
        width: 96px;
        padding-right: 10px !important;
    }
    #container #dashboard .col-lg-8 .content table.list tr td:nth-of-type(2) img, #container table.list tr td img.symbol, #container table.list tr td img.icon{
        width: 18px;
        height: 18px;
    }
}

/* tablets */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* tablets portait, mobile's landscape */
@media (min-width: 481px) and (max-width: 767px) {

}

/* mobile portrait */
@media (min-width: 0px) and (max-width: 480px) {

}