﻿
body {
}

.val, .red {
    color: red;
}




table td {
    padding: 3px;
    text-align: left;
}

.marginTop {
    margin-top: 10px;
    clear: both;
}

.rtl {
    direction: rtl;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 10px;
}

.red {
    color: red;
}

.maroon {
    color: maroon;
}

.hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: solid 1px #ccc;
}


.aTrackNo {
    color: darkblue;
    text-decoration: underline;
}



.page-header {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}



.page-subheader {
    margin-bottom: 10px;
}


.text-right {
    text-align: right;
}



.fa {
    margin-right: 5px;
}
