
.utfc-block-50{
    
    min-width: 320px; 
    /*width: 100%;*/
}

.utfc-block{
    width:100%;
}

.w-80{
    width:80%;
    margin:0px auto!important;
}

.utfc-form-group {
    margin-bottom:25px;
}

.utfc-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem!important;
    font-size: 1rem;
    line-height: 1.5!important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.utfc-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border:none;
    border-bottom: 5px solid transparent!important;
    border-radius: 5px;
    text-decoration: none;
    width:auto;
    background-color:#0dc70a!important;
    
    padding: 10px 40px;
    color: #ffffff;
    
}

.utfc-btn:hover{
    border-bottom: 5px solid rgba(0, 0, 0, 0.1)!important;
}

.utfc-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border:none;
    border-bottom: 5px solid transparent!important;
    border-radius: 5px;
}
.utfc-btn-primary:hover {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1)!important;
}


.utfc-btn-danger {
    color: #fff;
    background-color:#ff675f;
    border:none;
    border-bottom: 5px solid transparent!important;
    border-radius: 5px;
}

.utfc-btn-danger:hover {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1)!important;
}


.utfc-btn-easy{
    background:#0dc70a!important;
/*    border-color:#0dc70a!important;*/
    color:#FFFFFF;
    text-decoration: none!important;
    width: 250px;
    max-width: 30%;
    min-width: 200px;
    border:none;
    border-bottom: 5px solid transparent!important;
    border-radius: 0px;
}

.utfc-btn-easy:hover {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1)!important;
}


.utfc-btn-no-idea {
    background:#c70a0e!important;
/*    border-color:#c70a0e!important;*/
    color:#FFFFFF;
    text-decoration: none!important;
    width: 250px;
    max-width: 30%;
    min-width: 200px;
    border:none;
    border-bottom: 5px solid transparent!important;
    border-radius: 5px;
}

.utfc-btn-no-idea:hover {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1)!important;
}


.utfc-btn-medium {
    background:#FF8533!important;
    /*border-color:#FF8533!important;*/
    color:#FFFFFF;
    text-decoration: none!important;
    width: 250px;
    max-width: 30%;
    min-width: 200px;
    border:none;
    border-bottom: 5px solid transparent!important;
    border-radius: 0px;
}

.utfc-btn-medium:hover{
    border-bottom: 5px solid rgba(0, 0, 0, 0.1)!important;
}

.utfc-btn-result{
    min-width:220px;
    max-width: 50%!important;
    background-color:#49e030!important;
    /*border-color:#49e030!important;*/
    color: #ffffff;
    border:none;
    border-bottom: 5px solid transparent!important;
    border-radius: 0px;
}

.utfc-btn-result:hover{
    border-bottom: 5px solid rgba(0, 0, 0, 0.1)!important;
}


a.utfc-btn{
    
    text-decoration: none!important;
    
}

a.utfc-btn-primary:visited{
    
    color:#FFFFFF;
    
}

.utfc-fade-txt{
    
    color:#ced4da;
    font-size:25px;
    
}

.wp-admin select.utfc-form-control {
    
    height: auto!important;
    
}

table.decks {
    
}

.utfc-heading{
    
}

.uppercase {
    
    text-transform: uppercase;
    
}



.utfc-stats{
    text-align:right;
    font-size:20px;
}

.utfc-score{
    display: block;
    width:auto;
    max-width:100px!important;
    border:1px solid #333333;
    text-align: center;
    font-weight: bold;
    font-size:25px; 
    padding:10px;
    margin:0px auto; 
}



.utfc-text-center {
    
    text-align: center;
    
}

.utfc-mb15{
    margin-bottom: 15px;
}

.utfc-mb25{
    margin-bottom: 25px;
}

.utfc-mb30{
    margin-bottom:30px;
}

.utfc-mt15 {
    margin-top: 15px;
}

.utfc-mt25 {
    margin-top: 25px;
}


.utfc-btn-250{
    max-width:250px!important;
}

.utfc-btn-300{
    max-width:300px!important;
}

.utfc-btn-400 {
    max-width:400px!important;
}



.utfc-text-success{
    color:#49e030;
}

.utfc-text-danger{
    color:#e50b0b;
}

