﻿.TotalZone {
    width: 100%;
    max-width: 700px;
}

.TextLeft {
    text-align: left;
}

.TextRight {
    text-align: right;
}
.AlignCenter {
    text-align: center;
    width: 100%;
}

.GridAndCal {
    background-color: steelblue;
    font-family: Arial;
    font-size: 2vw;
    border-width: 1px;
    box-shadow: 4px 4px;
    width: 100%;
    text-align: center;
}

.ima00 {
    width: 80%;
    height: auto;
}


.ima01 {
    width: 30%;
    height: auto;
    float: left;
}

.Sty100p {
    width: 100%;
    height: auto;
}

.Sty50p {
    width: 50%;
    height: auto;
    float: left;
    text-align: left;
}


.Sty40p {
    width: 20%;
    height: auto;
    float: left;
    text-align: left;
    
}
   
 .Msg {

    text-align: center;

    padding: 1px;
    font-size:3vw;
    font-family:Arial;
    
    Color: red;
}

.btn {
    background-color: #008CBA;
    font-family: Arial;
    Font-Size: large;
    color: white;
    border-width: 1px;
    box-shadow: 4px 4px;
}

.btnpq {
    background-color: darkgrey;
    color: black;
    font-family: Arial;
    Font-Size: medium;
    border-width: 1px;
    box-shadow: 4px 4px;
}


.BigLetter {
    margin-top: 1px;
    font-family: Arial;
    font-size: 30px;
    margin-left: 1px;
    margin-bottom:10px;
   
}
