﻿
/*11-22-17 comment in DevRich branch*/
.btnStyle 
{
    background-color: #428bca; 
    color: White;
    border-radius:5px;
}
.bigbtn
{
    white-space: normal; 
    width: 120px;
    height: 75px;
}
.helpguidebutton
{
    display: inline;
    height: 25px;
    background-color: #428bca;
    color: White;
    text-align: center;
    border-radius: 5px;
    float: right;
    border: 1px solid #e1e1e2;
    vertical-align: middle;
}
.rightAlign { text-align:right; }
.leftAlign { text-align:left; }

