
.fb-rating {
  padding-top: 10px;
  text-align: center;
}

.fb-rating input {
  display: none;
}

.fb-rating img {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.fb-label {
  font-weight: bold;
}

.fb-header {
  text-align: center;
}

.fb-subheader {
  text-align: center;
}

#fb_message {
  height: 120px;
}

.fb-btn-container {
  text-align: center;
}

.text-orange-01 {
  color: #fbce1c;
}
.rating {
  color: #d9d9d9;
  font-size: 16px;
}

@media screen and (max-width: 300px) {
   #fb-old-switch-btn, #fb-new-switch-btn {
        font-size: 11px;
        padding: 3px;
    }
}

#modal-msg {
  display: none;
  margin-top: 10px;
  text-align: center;
  color: red;
  font-size: 14px;
}

#cus-btn {
  width: 200px;
  background: orange;
  border-radius: 5px;
  padding: 20px;
}

#fb-old-switch-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}

#fb-new-switch-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}

#fb-separator {
  height: 30px;
}