.orderList {
    list-style-type: none;
    padding: 5px;
}

#myaccount .row h3 {
    border-bottom: 4px solid red;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: white;
}

.orderItem {
    padding: 15px;
    font-size: 1.2em;
    background: #000;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 1px 3px 6px #ff000091;
    border: 1px solid red;
    -webkit-transition: 0.25s ease-out all;
    -moz-transition: 0.25s ease-out all;
    -ms-transition: 0.25s ease-out all;
    -o-transition: 0.25s ease-out all;
    transition: 0.25s ease-out all;
}

.orderItem:hover {
    box-shadow: 1px 3px 20px #ff0000;
}

#phone-number {
    padding-left: 12px;
}

#phone-number:disabled {
    opacity: 0.6;
}

.modal-body {
    font-size: 1.25em;
}

#accountInfoSubmit {
    width: 50%;
    padding: 15px;
    margin: 0 auto;
    display: block;
    background: #4CAF50;
    color: white;
    font-size: 1.5em;
    text-transform: uppercase;
}


.priceContainer>h3 {
    border-bottom: none;
    margin: 25px 0px 10px 0px;
    padding-bottom: 0;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}

#maPasswordForm, #maLicenseForm {
  margin-top: 50px;
}

#accountPasswordSubmit, #accountLicenseSubmit {
    width: 30%;
    padding: 15px;
    margin: 0 auto;
    display: block;
    background: #4CAF50;
    color: white;
    font-size: 1.5em;
    text-transform: uppercase;
}

.currentpassword {
    width: 100% !important;
}

#accountInfoContainer label{
    color: white;
}

.orderItem h3 {
    color: white;
}

.orderItem span{
    color: white;
}

.orderItem strong{
    color: #f1f1f1;
}

