
.test{
    color: #000;
}

fieldset.acs_field {
    border: 0px solid #c2c2c2;
    margin-bottom: 50px;
}

legend.acs_leg  {
    padding: 0;
    border: 0px solid #c2c2c2;
    font-size: 90%;
    text-align: center;
    margin-left: 0px;
}
table.names{
    width:98%;
    margin: 10px 0px 10px 0px;
}
.names th, .names td {
    border: 1px solid #c2c2c2;
    border-collapse: collapse;
}
th,td {
    padding: 15px;
}

table.names tr:nth-child(even) {
    background-color: #ffffff;
}
table.names tr:nth-child(odd) {
    background-color: #ffffff;
}
table.names th {
    color: #000;
    background-color: transparent;
    font-family: 'Roboto';
    font-weight: normal;
}

h3#acs_title {
   color: #cf1f29;
    font-size: 30px;
    text-align: Center;
}

fieldset.acs_field p{
    color: #cf1f29;
    margin-left:10px;
    padding: 0px;
    text-align: Center;

}

.tracking_form {
    padding: 30px 30px;
    background: #f2f2f1;
    text-align: Center;
  
	    margin-bottom: 40px;
    margin-top: 20px;
}

#module-acsordertracking-list input#tracking_number,
#module-acsordertracking-list input#email,
#module-acsordertracking-listGuest input#tracking_number,
#module-acsordertracking-listGuest input#email{
    background: #FFF;
    font-size: 16px;
    padding: 0px;
    min-width: 70%;
    line-height: 32px;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 16px;
    border: 0px;
    color: rgb(62,53,51);
    border-radius: 5px!important;
}

button#trackingButton {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #fff!important;
    background: #e4005f;
    border: none;
    cursor: pointer;
    height: 35px;
    min-height: 35px;
    line-height: 25px;
    font-size: 14px;
    /* font-weight: 600; */
    font-weight: 400;
    font-family: "Arial Black", Verdana, "Source Sans Pro", Helvetica, Arial, sans-serif;
    transition: background-position 1s ease 0s;
    -webkit-appearance: none;
    border-radius: 5px !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button#trackingButton.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#module-acsordertracking-list .footer_links .button.button-small {
    width: auto;
    padding: 0 20px!important;
}

#module-acsordertracking-list .footer_links .button.button-small span{
    top:0!important;
}

#module-acsordertracking-listGuest a.button {
    padding: 0 20px!important;
}

#module-acsordertracking-listGuest a.button span{
    top:0!important;
}