﻿.btn-mota button {
    background-color: #0066b3;
    color: #fff;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    text-transform: uppercase;
    font-family: sans-serif;
    border: 1px;
    border-radius: 3px;
    outline: 0;
    display: -webkit-inline-box;
}

.btn-mota {
    margin-right: 10px;
}

.btn-henkhamctk button {
    background-color: #e03d3d;
    color: #fff;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    text-transform: uppercase;
    font-family: sans-serif;
    border: 1px;
    outline: 0;
    border-radius: 3px;
    display: -webkit-inline-box;
}

.ctk-content {
    background-color: #f6f6f6;
    /*padding: 20px;
    margin-top: 10px;*/
}

.txtTitleGK {
    display: flex;
    justify-content: center;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0066b3;
}
