#bb-shipping-preview.bb-box {
  border:1px solid #eee;
  border-radius: 5px;
  padding:15px;
  margin:20px 0;
  font-size:14px;
  background-color: #f9f9f9;
}
#bb-shipping-preview h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
#bb-shipping-preview h4 i {
    margin-right: 8px;
    font-size: 20px;
}
#bb-shipping-preview label {
    font-weight: bold;
    margin-right: 5px;
}
#bb-shipping-preview select,
#bb-shipping-preview input {
  margin:0 10px 0 4px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
#bb-shipping-preview #bb-shipping-result {
    margin-top: 15px;
}
.bb-rates {
    list-style:none;
    padding:0;
    margin:8px 0 0
}
.bb-rates li{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #eee;
}
.bb-rates li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bb-rates li small {
    color: #555;
    font-style: italic;
}
.bb-error{
    color:#c00;
    font-weight: bold;
}