
.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 16px;
	top: calc( 50% - 13px );
}

.select2-container--default input[type="text"] {
	font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: #111;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #111;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #111;
}

/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.8em;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

tr {
	border-bottom: 1px solid #e1e1e5;
}

tr:last-child {
	border-bottom-width: 0;
}

th,
td {
    line-height: 1.4;
	margin: 0;
	overflow: visible;
    padding: 20px;
}

caption {
	font-size: 13px;
	font-weight: 700;
    padding-bottom: 2.5%;
	text-align: center;
	text-transform: uppercase;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th { 
	font-weight: 500; 
}


