﻿.image {
    color: #9d6000;
    background-color: transparent;
    border: none;
}

.imageFlag {
    border: double;
    width: 15%;
    height: 100%;
    background-color: #F5F5F5;
}

@media (min-width: 768px) {
    .imageFlag {
        border: double;
        width: 100%;
        height: 100%;
        background-color: #F5F5F5;
        padding: 0px;
    }
}

.rightSide {
    float: right;
}

.HighBody {
    background-color: whitesmoke;
    padding: 20px 0px;
    margin-bottom: 25px;
    margin-top: 5px;
}

.HighHeader {
    background-color: whitesmoke;
    padding: 10px 0px 65px 0px;
}

.holidaysquare {
    height: 25px;
    position: relative;
    display: flex;
    justify-content: center;
}

.square {
    height: 25px;
    width: 25px;
    position: relative;
    display: flex;
    justify-content: center;
}

.topright {
    float: right;
    top: 0px;
    font-size: 65%
}

.langCenter {
    margin: 2.5% auto 2.5% auto;
    text-align: center;
}


.fwCenter {
    display: flex;
    justify-content: center;
}

.mainEnc {
    margin: auto;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 60px;
}

.pageDes {
    width: 90%;
    text-align: justify;
    margin: 2.5% auto 5% auto;
}


.cOverflow {
    overflow: auto;
}

.calcButton {
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
}


.chkChoice {
    font-size: 1em;
}

    .chkChoice input {
        margin-left: 0px;
    }

    .chkChoice label {
        padding-left: 10px;
    }