﻿html {
  font-size: 14px;
}

body {
    font-size: 16px;
    background: #393939;
}

.rbuttons {
    font-size: 20px;
    font-weight: bold;
}

.customer {
    font-size: 15px;
    line-height: 16px;
}

.ordernum {
    font-size: 15px;
    line-height: 16px;
}

.datepassed {
    float: left;
    font-size: 11px;
    line-height: 12px;
    color: red;
}

.shipdate {
    float: left;
    font-size: 11px;
    line-height: 12px;
}

.product {
    font-size: 15px;
    line-height: 16px;
}

.shipToAddress {
    font-size: 15px;
    font-weight: normal;
    color: rgb(52, 255, 255);
    line-height: 16px;
}

.distance {
    font-size: 14px;
    font-weight: normal;
    color: rgb(252, 255, 171);
    line-height: 14px;
}

.small-text {
    font-size: 14px;
    line-height: 14px;
    font-family: Arial, sans-serif;
    color: rgb(64, 64, 64);
}

.text-yellow {
    color: rgb(253, 255, 150);
}

.bg-hold {
    background-color: rgb(186, 35, 147);
}