﻿body {
    font: normal 17px arial;
}

a.yTagCam:link {
    text-decoration: none;
    color: #0074c2;
    padding-left: 6px;
    background-color: white;
}

a.yTagCam:visited {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam:hover {
    text-decoration: none;
    color: #0074c2;
}

a.yTagCam:active {
    text-decoration: none;
    color: #0074c2;
}


.inputTag {
    height: 20px;
    text-align: left;
    border: solid 1px #999999;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: white;
    font:normal 17px arial;
}

.resLab {
    text-align: left;
    height: 22px;
    border: solid 1px #0856bfad;
    border-radius: 3px;
    padding: 7px 8px;
    color: white;
    font: normal 17px arial;
}

.resDiv {
    text-align: left;
    height: 17px;
    border: solid 1px #b6bfad;
    border-radius: 3px;
    padding: 4px 8px;
    color: black;
    background-color: #f4f5f6;
    font: normal 17px arial;
}

.wd462{
    width:512px;
}

.calColsh1 {
    background-color: #186488;
}
.calColsh2 {
    background-color: #416262;
}

.dispin {
    display: inline;
}

.btnGen1 {
    border-radius: 15%;
    background-color: #f4f5f6;
    color: wheat;
    border: solid 1px #aeaeae;
    font: bold 16px arial;
    padding: 2px 16px;
    cursor: pointer;
}

.ExH {
    background-color: #b9bfaf;
    text-align: center;
    padding: 4px;
}
.ExQ{
    background-color:#f9ffef;
    text-align:left;
    padding:20px;

}
/*Styling equations sign and leters*/
.sPM {
    font: normal 24px cambria;
    vertical-align: bottom;
    padding-bottom: 3px;
}
.sPN {
    font: normal 26px cambria;
    vertical-align: bottom;
    padding-bottom: 3px;
    text-align:center;
    margin-bottom:3px;
    margin-left:5px;
}

.sL {
    font: normal 24px cambria;
}

.sP {
    font: normal 24px arial;
}

.headBL{
    background-color:#56789a;
    color:white;
    padding-left:8px;
}
.headBLR {
    background-color: #797f6f;
    color: white;
    padding-left: 8px;
}