.info-message-container {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-top: 55px;
    margin-bottom: 30px;
    background: #FF6600;
    padding: 5px;
    padding-top: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.info-message-container p{
    text-aligh:right;
}


#info-message-text {
  margin-top: 15px;
  height: 115px;
}

#plastic-order-form {
    margin: 0 100px;
    background-color: rgba(187, 186, 186, 0.6);;
    padding: 25px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#plastic-order-form table {
    width: 470px;
}

#plastic-order-form td{
padding: 5px 0;
}

.calc-description {
    font-size: 8pt;
    color: rgb(219, 19, 19);
    width: 400px;
}

.submit-button {
    background-color: transparent;
    float: right;
    text-align: right;
    padding-right: 0;
    padding-left: 155px;
}

.calculate-button {
   color:white;
   font-weight: bold;
   cursor: pointer;
 /*  border: solid 1px white;*/
   display: block;
   margin: 15px 5px;
   width: 100%;
   padding-top: 42px;
}

.description-why {
  position: relative;
  margin: 114px 0;
  display: block;
}