small {
    text-transform: uppercase;
    font-size: 10px;
}

th {
    text-transform: uppercase;
    font-size: 10px;
}

thead {
    background-color: #F8FFFF;
    color: #70A3B0;
}

.rightAlignTable tr td:nth-child(2) {
    text-align: right;
    padding-right: 20px;
}

.borderlessTable td {
    border: none !important;
}

.btn-label-icon {
    padding: 5px 7px !important;
}