#optdetails-font-nomal{
  font-weight: normal;
}

.optdetails-coloe-red {
  color: red;
}

.optdetatails-border-box{
  border: 2px solid green;
  padding:10px;
}

.optdetails-coloe-red a {
  color: blue;
  border-bottom: 1px solid blue;
}

.optdetails-coloe-red a:hover {
  color: red;
  border-bottom: 1px solid red;
}

.optdetalls-text-right {
  text-align: right;
  margin: 15px 0;
}

.optdetalls-text-right a {
  color: blue;
  border: green 1px solid;
  border-radius: 10px;
  padding: 5px;
}

.optdetalls-text-right a:hover {
  color: red;
}

.optdetalls-box {
  width: 10px;
  height: 10px;
  border: 1px solid;
  background-color: rgb(87, 171, 228);
  color: rgb(87, 171, 228);
  display: inline-block;
}

.optdetalls-box2 {
  width: 10px;
  height: 10px;
  border: 1px solid;
  background-color: blue;
  color: blue;
  display: inline-block;
}

.optdetalls-box3 {
  width: 10px;
  height: 10px;
  border: 1px solid;
  background-color: green;
  color: green;
  display: inline-block;
}