/* TechnicalBox */
#TechnicalBox {
  width: 205px;
  background: white;
  float: right;
  margin: 0 10px 0 10px;
  font-size: 11px;
  border: 1px solid black;
}

#TechnicalBox .photo {
  margin: 10px;
}

#TechnicalBox .name {
  color: #f56202;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
#TechnicalBox .object {
  font-weight: bold;
  margin: 5px 10px;
}
#TechnicalBox .label {
  color: #45911b;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
}
#TechnicalBox .law {
  margin: 5px 0 0 25px;
  padding: 0;
}
#TechnicalBox .law li {
  margin: 0px;
  padding: 3px;
  text-align: left;
  font-size: 10px;
}
#TechnicalBox .validity {
  margin-left: 10px;
}
#TechnicalBox .validity .label {
  margin-left: 0;
}
#TechnicalBox .ButtonShow {
  margin: 10px 0 5px 0;
}

.footer {
  font-weight: bold;
}

.important1 {
  font-size: 15px;
  color: red;
  text-align: center;
}

.important2 {
  font-size: 15px;
  text-align: center;
}

.finish {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #177298;

}

.ref {
  margin: 10px;
}