/* table */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 320px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color:  #364378;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 6px 8px;
}

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

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

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

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


.styled-table2 {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 320px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table2 thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

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

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

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

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

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

.styled-table3 {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 320px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table3 thead tr {
    background-color: #729272;
    color: #ffffff;
    text-align: left;
}

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

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

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

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

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

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color:  #092279;
  /* background-color: #eb6100; */
  padding:5px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #eb6100;
  /*  #6a1907  f56500 */
}

a.btn--radius {
   border-radius: 500vh;
}


.btn--green,
a.btn--green {
  color: #fff;
  background-color:  #055766;
  /* background-color: #eb6100; */
  padding:5px;
}
.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #eb6100;
  /*  #6a1907  f56500 */
}

a.btn--green--radius {
   border-radius: 500vh;
}

