﻿/* Layout--------------------------------------------------------------- */
.headtitle {
    font-size: calc(10px + 0.2vw) !important;
    font-weight: 500 !important;
    color: #edeaee;
    background-color: #bbac85;
    display: inline-block;
    font-family: 'Lato', sans-serif;   
    line-height: 10px;
    letter-spacing: 1px;
    padding: 2px 10px 2px;   
    width: 100%;
}

.body-content {
    color: #242020;
    font-size: calc(20px + 0.2vw) !important;
    font-weight: 600; 
    
}

.modal-body {
    padding: 3px 10px 5px 10px;
}

.T2B {
    width: 100%;
    height: 100%;  
    padding: 2px;
}    

/* Layout--------------------------------------------------------------- */
