.scodify-title-left {
    letter-spacing: -8px;
    text-align: left;
    float: left;
}

.row-wide-variable{
    width:100%;
    max-width:154rem;
    margin-right:auto;
    margin-left:auto;
    margin-top:0;
    margin-bottom:0
}

.scodify-title-line-up {
    //padding-left: 350px;
}

.scodify-title-indent {
    padding-left: 450px;
}

.scodify-title-line-up::after {
    display: inline-block;
    position: relative;
    margin: 0 0 8px 20px;
    left: -100px;
    top: -80px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: white;
    color: white;
    width: 140px;
    -ms-transform: rotate(35deg); /* IE 9 */
    -webkit-transform: rotate(35deg); /* Chrome, Safari, Opera */
    transform: rotate(35deg);
}

.tms-pagination {
    bottom: 6em!important;
}

.color-scodify-yellow{
    color:#ffef93;
}

@media only screen and (max-width: 768px){

    .scodify-title-left {
        letter-spacing: -2px;
    }

    .row-wide-variable {
        max-width: 114rem;
    }

    .scodify-title-indent {
        padding-left: 200px;
    }
}

@media only screen and (max-width: 1140px){
    .row-wide-variable {
        max-width: 96rem;
    }
}

@media only screen and (max-width: 960px){

    .row-wide-variable {
        max-width: 76rem;
    }

    .scodify-title-line-up::after {
        display: none;
        top: -25px;
        width: 90px;
        left: -60px;
    }
}


@media only screen and (max-width: 768px){
    .row-wide-variable {
        max-width: 60rem;
    }

    .scodify-title-line-up::after {
        display: inline-block;
    }

    button + button,.button + .button{margin-left: 0px;}
}

@media only screen and (max-width: 600px){
    .row-wide-variable {
        max-width: 48rem;
    }
}

select, input{
    padding: 1.3rem 2.5rem;
    border: 1px solid lightgray;
    margin-bottom: 10px;
}
label{
    font-size: 1.1em !important;
    margin-top: 7px !important;
}
option{
    font-size: 1.1em !important;
}
/* arrows */
select.classic {
    background-image:
            linear-gradient(45deg, transparent 50%, #666 50%),
            linear-gradient(135deg, #666 50%, transparent 50%),
            linear-gradient(to right, lightgrey, lightgrey);
    background-position:
            calc(100% - 20px) 1.5em,
            calc(100% - 15px) 1.5em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            3em 3.5em;
    background-repeat: no-repeat;
}

select.classic:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            linear-gradient(to right, gray, gray);
    background-position:
            calc(100% - 15px) 1.5em,
            calc(100% - 20px) 1.5em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            3em 3.5em;
    background-repeat: no-repeat;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


.full-height {
    height:100%;
}

.scrollable {
    position: relative;
    overflow: auto;
}

.pd-top-20 {
    padding-top: 2em;
}

.pd-top-50 {
    padding-top: 5em;
}
@media only screen and (max-width: 768px){
    .mt-80 {
        margin-top: 0px;
    }
}