table{
    width: 250px;
    margin-top: 15px;
}

table, th, td {
    border: 1px solid;
}

th{
    font-weight: bold;
}

#containerServiceZipPage_addZipButton, #containerServiceZipPage_addZipFrame{
    margin-top: 15px;
}

.input-group-text{
    width: 40%;
}

.table-header{
    font-size: 20px;
    font-weight: bold;
}

.btn-primary{
    background-color: #d51717;
    border-color: #d51717;
}

.btn-primary:hover{
    background-color: #d51717;
    border-color: #d51717;
}

