#Left_img {
  max-width: 300px;
  height: auto;
}
.top_category_img  {
  max-width: 100%;
  height: auto;
}

.breadcrumb-item+.breadcrumb-item::before { content: ">"; }

#table_1 {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-collapse: collapse;
}
#table_1 td {
  border: 1px solid #e7e7e7;
  padding: 10px;
}
#table_1 th {
  border: 1px solid #e7e7e7;
  padding-left: 5px;
  width: 200px;
  font-weight:700;
  background-color:#95a7fB;
  color:white;
  white-space:nowrap;
}
#table_1 tr:first-child {
  font-size: 20px;
  font-weight: 600;
}
#table_1 tr:nth-child(2) th {
  
}

#table_4 tbody tr {
  cursor: pointer;
}

#table_2 tbody td:nth-child(2) {
  cursor: pointer;
}
#table_3 tbody td:nth-child(2) {
  cursor: pointer;
}
.free-size {
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.popup_table {
  width: 100%;
}
.popup_table tr {
  line-height: 40px;
}
.popup_table th {
  width: 130px;
  padding-left: 15px;
  text-align: left;
}
.popup_table td {
  text-align: left;
}
.radiobox_span {
  padding-right: 10px;
}
.radiobox_span input {
  vertical-align: middle;
}
.td_2{
	padding: 5px;
    width: 200px;
    text-align: center;
    border-bottom-color: rgb(100, 183, 84);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-color: rgb(100, 183, 84);
    border-left-width: 1px;
    border-left-style: solid;
}