﻿.viewPlan {
    border-width: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 175px;
    height: 50px;
    background: inherit;
    /*background-color:#43B02A;*/
    background-color: rgba(65, 169, 40, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
}

.Panel90pct {
    background-color: #FFFFFF;
    height: 25%;
    padding: 20px;
    padding-left: 20px;
}

.comparePlans90pct {
    padding-left: 55px;
    padding-right: 55px;
    width: 90%;
    text-align: left;
    /*background-color: #f9f6f7;*/
}

.comparePlans100pct_div {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.comparePlans100pct {
    padding-left: 55px;
    padding-right: 55px;
    width: 100%;
    text-align: left;
    /*background-color: #f9f6f7;*/
}