.header {
  text-transform: none !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.option-box {
  border: 1px solid #BBB;
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative; }

.option-box > .col-md-9 {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  margin: 5% auto;
}

.item_cont .title {
  width: 100px;
  float: left; }

.item_cont h2 {
  padding: 0;
  margin: 0;
  width: 150px;
  font-size: 27px;
  padding-left: 20px; }

.first h2 {
  color: #333; }

.second h2 {
  color: #3ecd50; }

.third h2 {
  color: #ffb20f; }

.fourth h2 {
  color: #579ae3; }

.grey-800 h2 {
  color: #4E535D; }

h2.double_line {
  font-size: 21px; }

a.btn {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
  line-height: 25px; }

.first a.btn {
  background-color: #333; }

.second a.btn {
  background-color: #3ecd50; }

.third a.btn {
  background-color: #ffb20f; }

.fourth a.btn {
  background-color: #579ae3; }

.grey-800 a.btn {
  background-color: #4E535D; }


a.btn:hover {
  opacity: .8; }

.item_cont table td {
  vertical-align: middle;
  text-align: left;
  padding: 0; }

.item_cont table p {
  width: 540px; }

.select_product a {
  text-decoration: none; }

.select_product a:hover {
  text-decoration: underline; }

.select_product p {
  text-align: center;
  margin: 0;
  font-size: 18px;
  line-height: 28px; }

.delete-note {
  font-size:12px;
  text-align:center;
  color:#888;
}

