body {
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 15px;
    /* font-size: 62.5%; */
}

.heading {
    font-weight: bold;
    color: limegreen;
}

h3 {
    font-family: "Trebuchet MS";
    padding-top: 0px;
    font-weight: bold;
    color: #299221;
    font-size: 22px;
}

h4 {
    padding-top: 30px;
    font-family: Verdana;
    font-weight: bold;
    color: #299221;
    text-transform: capitalize;
    font-size: 14px;
}


.alert-msg {
    color: maroon;
}

input {
    padding-top: 5px;
}

.table > tbody > tr > td, .table > thead > tr > th {
    font-size: 13px !important;
}

/*select {
    width: 200px;
    height: 30px;
}*/
.row {
    padding: 5px;
}

tr .nr_1 {
    background-color: #f3f3f3;
}

.nr_1 , .nr_1 a {
    font-style: italic !important;
    color: maroon !important;
}

.ip_tag_1 {
    font-size: 10px;
    background-color: silver !important;
    padding: 3px 5px 3px 5px;
    margin-left: 20px;
}

.container {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 1px #bbbbbb, 0px 0px 60px 10px #e6f1e2;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -20px;
}
