﻿@font-face {
    font-family: Cairo;
    src: url(/fonts/Cairo-Regular.woff2);
    font-weight: 400;
}

@font-face {
    font-family: Cairo;
    src: url(/fonts/Cairo-Bold.woff2);
    font-weight: 700;
}

th input[type=text] {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: 0;
    color: #fff;
}

th input[type=text] {
    width: calc(100% - 15px);
    background-color: transparent;
    color: #fff;
}

    th input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #fff;
    }

    th input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1;
    }

    th input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    th input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    th input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

th a {
    text-decoration: none;
}