﻿.p_result {
    padding: 0;
    margin: 0;
    font-size: 110%;
    font-weight: 800;
    color: #60564e;
}

.action_btn {
    margin-bottom: 20px !important;
    height: 30px !important;
    padding-top: 0px !important;
    line-height: 25px !important;
    font-size: 10px !important;
}


.tb_btn_cont {
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 10px;
    margin-bottom: 0px;
    
}

.tb_btn_cont2 {
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 10px;
}

.smallTextLable {
    font-weight:600;
    font-size:120%;
}

h3, h4, h5 {
    display: block;
    font-size: 140%;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.fig {
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    width: fit-content;
    padding: 14px;
    display: inline-block;
    margin-left: 0;
}



@media (min-width: 350px) {


    .ddl_css {
        width: 300px;
    }
}

@media (min-width: 400px) {

    .ddl_css {
        width: 350px;
    }
}

@media (min-width: 500px) {

    .ddl_css {
        width: 450px;
    }
}

@media (min-width: 800px) {

    .ddl_css {
        width: 300px;
    }
}

.divDescr {
    font-size: 110%;
    font-weight: bold;
    font-family: Calibri;
    letter-spacing: 0.5px;
    color: gray;
}