﻿table.qm-table tr td:last-child {
    text-align: right;
}

#symbolText {
    min-height: 40px;
    min-width: unset
}

table.qm-table tr:nth-child(2n) td {
    background-color: #e3f4fe
}

.qmmt_tab, .qmmt_tab a {
    background-color: #336699;
    color: #fff;
}

.qmmt_tabactive, .qmmt_tab {
    line-height: 2.5em;
}

/* Extra Small devices (desktops, 768px and up) */
@media (max-width: 767px) {
    .net input[type=text] {
        width: auto;
    }
    #symbolText {
        width: 33%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .net .container {
        width: 1200px;
        max-width: unset;
    }
}