body,
html {
    height: 100%;
}
body{
    background-color:#d9e0e7;
    font-size:20px;
    color: #707478;
    
}


.breadcrumb{
  background-color: #0d8c4d;
}

input[type=text]:focus {
  border: 3px solid #555;
}

img {
      width: 10%;
    }

   

    .styled-table {
    border-collapse: collapse;
    border-radius: 8px;
    margin: 25px 0;
    font-size: 0.7em;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .styled-table thead tr {
    background-color: #4188e9;
    color: black;
    font-weight: bolder;
    text-align: left;
    border-top: 3px solid #bea919;
    border-bottom: 3px solid #bcae4d;
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }


    .styled-table tbody tr:nth-of-type(even) {
        background-color: #c9dae6;
    }

    .styled-table tbody tr:last-of-type {
        border-bottom: 2px solid #bea919;
    }

    .styled-table tbody tr:hover {
       
        
        background-color: #3e768e;
    }

    .styled-table tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }