﻿.ordersTable {
    width: 94%;
    border-style:double;
}

.firstColumn {
    width: 26%;
    height: 34px;
}

.secondColumn {
    width: 24%;
    height: 34px;
}

.thirdColumn {
    width: 50%;
    height: 34px;
}

.ordersTable td {
    border-style: double;
    padding: 5px;
    border-width:3px !important;
}

.ordersTable a, p a, h4 a {
    text-decoration: underline;
}