/*
CTC Separate Stylesheet
Updated: 2020-10-13 12:59:25
*/

.trail-title {
    display: none;
}
.flex-container {
    ----display: flex;
    ----justify-content: center;
    ----align-items: center;
}
.btn.active.focus {
    ----outline: 0 !important;
    ----outline-offset: 0 !important;
}
input::-moz-focus-inner {
    ----border: 0 !important;
}
a:active, a:focus {
    outline: none;
}
