tr td a{
    color: #324693;
    font-weight: 700;
}

.styled-table {
    border-collapse: collapse!important;
    margin: 25px auto 4em auto!important;
    font-size: 0.9em!important;
    font-family: sans-serif!important;
    min-width: 100%!important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)!important;
}

.styled-table thead tr {
    background-color: #024476!important;
    color: #ffffff!important;
    text-align: left!important;
}

.styled-table th,
.styled-table td {
    padding: 20px 15px!important;
    font-size: 18px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd!important;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3!important;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #024476!important;
}

.reduce-width{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}

@media (max-width: 991px){
    .styled-table{
        min-width: 90%!important;
    }
}

@media (max-width: 768px){
    .styled-table{
        min-width: 95%;
    }
}

@media (max-width: 550px){
    .styled-table{
        min-width: 90%;
    }

    .reduce-width{
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}


/* SELECT 2 */

.ct-select-group {
	height: 64px;
	margin-bottom: 15px;
	position: relative;
    border: 1px solid #aaa;
}
.ct-select-group .ct-select {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 22px;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 5px 15px;
}
.ct-select-group .ct-select option {
	font-size: 22px;
	background: #fff;
}
/* .ct-select-group:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: calc(100% - 64px);
    background: #fff;
    z-index: 0;
} */
.ct-select-group:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 62px;
	background-color: #024476;
	background-image: url(https://raw.githubusercontent.com/solodev/styling-select-boxes/master/select1.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}
