﻿@charset "UTF-8";

#construction_ref .target-srvc li {
  border: 2px solid #aaa;
  float: left;
  width : 170px;
  margin-right: 10px;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
#construction_ref .target-srvc li span.icon {
  display: inline-block;
  text-align: center;
  width : 25px;
  height: 25px;
}
#construction_ref .target-srvc li span.icon img {
  max-width : 25px;
  max-height : 25px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #construction_ref .target-srvc li {
    width : 110px;
    margin-right: 3px;
  }
  #construction_ref .target-srvc li span.icon {
    width : 22px;
    height: 22px;
  }
  #construction_ref .target-srvc li span.icon img {
    max-width : 22px;
    max-height : 22px;
  }
}

.construction_ref_contact .annotation {
    font-size: 86%;
    margin-left: 0.5em;
}

.construction_ref_contact label.select {
    padding-left: 5px;
}

.construction_ref_contact .required_lef {
  font-size: 12px;
  background-color: #e93817;
  color: #fff;
  padding: 0 6px 1px;
  display: inline-block;
  margin-right: 10px;
}

.construction_ref_contact label.name_form {
    display: block;
    width: 100%;
    float: left;
    margin: 5px 0;
}

.construction_list span.icon {
  display: inline-block;
  text-align: center;
  width : 25px;
  height: 25px;
}
.construction_list span.icon img {
  max-width : 25px;
  max-height : 25px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .construction_list span.icon {
    width : 22px;
    height: 22px;
  }
  .construction_list span.icon img {
    max-width : 22px;
    max-height : 22px;
  }
}
