.col-25 {
    float: left;
    width: 16%;
}
.col-75 {
    float: left;
    width: 35%;
}
.col-1 {
    float: left;
    width: 10%;
}
.col-2 {
    float: left;
    width: 41%;
}
.col-addrs{ 
  position: absolute;
  bottom: 0;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75{
        width: 100%;
        margin-top: 0;
    }
}
.fieldset-pay{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid black;
    padding: 20px;
    box-shadow: inset 0px 0px 15px #FFE5E5;
    -moz-box-shadow: inset 0px 0px 15px #FFE5E5;
    -webkit-box-shadow: inset 0px 0px 15px #FFE5E5;
    flex-wrap: wrap;
}

.table-pay{
 border-collapse:collapse;
 border:1px;
 width:50%;
 }
td{
 border:1px solid black;
 text-align:center;
 }
 .hr-pay
 {
    border-top: 1px solid #ff9933;
 }

 .col-pay
 {
 background-color:#ffa200;
 }
 
 .star-rating {
    display: flex;
    align-items: left;
    font-size: 1em;
    justify-content: left;
    margin-top: 2px;
}
.back-stars {
    display: flex;
    color: #FFFFFF;
    position: relative;
    text-shadow: 4px 4px 10px #843a3a;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
}
.front-stars {
    display: flex;
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    text-shadow: 2px 2px 5px #d29b09;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
     top: 1px;
    
}