body.regular {
    color: #7a7a7a;
}

.right-edit-arrow {
    float: right;
}

.time_zones_list ul {
    border-left: 1px solid #ccced1;
    border-right: 1px solid #ccced1;
    background-color: white;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 14px;
    height: 100px;
    overflow: auto;
    line-height: 37px;
}

.mainAcctBody-settings {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
}

.acctRow {
    width: 100%;
}

.grey-Desc {
    font-size: 15px;
    border-left: 1px solid #ccced1;
    padding-left: 15px;
    margin-right: 15px;
    border: 3px 0px 0px 0px #ccced1 !important;
}

.acctRow tr span {
    padding-left: 10px;
    padding-right: 10px;
}

.shippingPackage {
    width: 100%;
}

.shippingPackage tr span {
    padding-left: 10px;
    padding-right: 10px;
}

.shippingPackage tr {
    height: 40px;
    border-bottom: 1px solid #ccced1;
}

/* The Modal (background) */
.JDMFmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.JDMFcloseModal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.JDMFcloseModal:hover,
.JDMFcloseModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}