﻿.row{
    margin-left:  0px !important;
    margin-right: 0px !important;
}
.bill{
    padding:5px;
    border-bottom: solid 1px #00ffff
}
a:hover {
    text-decoration:none;
  
}

.sender span{
    color:darkgray
}
.phone span {
    font-weight: bold;
    padding-left:5px;
    font-style:italic
}
.waybill_number {
    font-weight: bold;
    color:cornflowerblue
}
.modal-dialog{
    width:100% !important;
}
table tr td span{
    padding:5px;
}
.row-title{
    font-weight:bold;
}
.modal-receiver, .modal-sender {
    border-bottom: solid 1px #00ffff
}
.glyphicon {
    color:greenyellow !important;
}

#message{
    font-weight:bold;
    color:red;
}