.radio-list-m {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 18px;
}
.radio-list-m td,
.radio-list-m tr,
.radio-list-m th {
  vertical-align: top;
  font-size: 16px;
}
.radio-list-m tr {
  cursor: pointer;
}
.radio-list-m tr td {
  padding: 12px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.radio-list-m tr td .description {
  font-size: 13px;
  color: #6ca523;
  margin-left: 30px;
  display: block;
}
.radio-list-m tr > td:last-of-type {
  font-size: 16px;
  color: #1394a0;
  text-align: right;
  font-family: BrownProRegular;
}
.radio-list-m tr:hover > td {
  background: rgba(232, 232, 232, 0.72);
}
.radio-list-m tr:hover > td:first-of-type {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio-list-m tr:hover > td:last-of-type {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio-list-m tr:hover [type="radio"] + span:before {
  background: #fff;
}
.radio-list-m [type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #f5f5f5;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: .75em;
  margin-left: -30px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  -moz-box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.radio-list-m [type="radio"]:checked + span:before {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 5px #1394a0;
  -moz-box-shadow: inset 0px 0px 0px 5px #1394a0;
  box-shadow: inset 0px 0px 0px 5px #1394a0;
}
.radio-list-m [type="radio"]:checked + span {
  color: #636666;
}
.radio-list-m [type="radio"] + span {
  display: block;
}
.radio-list-m [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.radio-list-m input[type="radio"],
.radio-list-m .radio-list-m-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.radio-list-m label {
  margin-left: 30px;
  font-weight: normal;
  display: block;
  cursor: pointer;
}
.radio-list-m label span img {
  vertical-align: bottom;
  margin-left: 10px;
}
