﻿.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    margin-bottom: 2px;
}

    .AlseinTable select[disabled="disabled"] {
        opacity: .5;
    }

    .AlseinTable input[disabled="disabled"] {
        opacity: .5;
    }

    .AlseinTable td {
        padding: 0 3px;
    }

        .AlseinTable td:first-child {
            color: red;
            width: 8px;
        }

        .AlseinTable td:nth-child(2) {
            border-radius: 3px;
            background-color: #000000;
            color: #ffd700;
            width: 125px;
            text-align: center;
        }

.btnGonder {
    margin: 0 5px 0 auto;
}

.btnCVGonder {
    margin: 0 auto;
    width: 150px;
}

.bottom-section {
    padding-top: 55px !important;
    padding-bottom: 50px !important;
    background-color: #FFF !important;
}

@media only screen and (max-width:767.98px) {
    .text-div {
        display: flex;
        text-align: center !important;
        justify-content: center !important;
    }
}
