﻿tr th {
    color: white !important;
    background-color: #003169 !important;
    padding-left: 25px !important;
}

div.container {
    margin-top: 50px;
}

p {
    color: #003169 !important;
    margin: 25px !important;
}

table {
    border-radius: 10px !important;
    border-color: #003169 !important;
}

div.addNumberForm {
    border-radius: 10px !important;
    border-color: #003169 !important;
}

tr td {
    border-left: none !important;
    border-right: none !important;
    font-weight: bold;
    padding-left: 25px !important;
}

button.ui.labeled.icon {
    background: transparent !important;
}

img.edit {
    background: transparent !important;
    width: 20px;
    height: 20px;
}

img.remove {
    background: transparent !important;
    margin-right: 5px;
}

img.mainlogo {
    width: 20%;
}

button {
    color: #003169 !important;
}

.icon {
    background: transparent !important;
}

.ui.table tr td {
    /* border-top: 1px solid #003169!important; */
    border-top: none !important;
}

a {
    border: #003169;
    border-style: solid;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: white !important;
    background: #003169 !important;
}

div.intro {
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #003169;
    margin: 10px;
    padding-bottom: 15px;
    margin-top: 30px;
    font-size: 12px;
}

div.start {
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #003169;
    margin: 10px;
    padding-bottom: 15px;
    margin-top: 20px;
    font-size: 12px;
    overflow: hidden;
}

h3.disclaimer {
    padding-top: 30px;
    font-size: 11px;
    color: dimgray;
}

div.disclaimer {
    font-size: 10px;
    color: darkgray;
}

@media only screen and (min-width: 991px) {
    div.head {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media only screen and (max-width: 767px) {
    div.head {
        padding-left: 0%;
        padding-right: 0%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.head {
        padding-left: 8%;
        padding-right: 8%;
    }
}

div.link {
    font-size: 14px;
    padding-top: 30px;
    margin-bottom: 15px;
}

table tbody tr {
    padding: 8px;
    /* position: absolute; */
}


/* tr.blanktr {
    border-bottom-style: solid;
    width: 60%;
    position: absolute;
    left: 20%;
    border-color: #003169;
    border-width: 1px;
}

tr.blanktr:last-child {
    display: none;
} */

