﻿/*** IPAD ***/
@media only screen and (min-width: 768px) and (max-width:1024px) {

    .limits {
        margin-top: -24px !important;
    }

    .card {
        margin-top: 12px !important;
    }

    select#ddlCoverageCode {
        /** margin-top: -25px !important;**/
    }

    .limits2 {
        /**margin-top: -10px !important;**/
    }

    .card-title p {
        margin-top: -32px !important;
    }
}

/*** Desktop ***/
@media only screen and (min-width: 1200px) {

    .limits2 {
        margin-bottom: 0px !important;
        line-height: .5;
    }

    .card {
        margin-top: 40px !important;
        background-color: #ffffff;
        border-width: 1px;
        padding-top: 25px;
        max-width: 500px;
        /*margin-top: 30px !important;*/
        border-radius: 0;
        padding-left: 21px;
        margin-left: 77px;
        padding-bottom: 36px;
        height: 345px;
    }
}

/********/
