@charset "UTF-8";

#requirementsBlock h3.title01 {
  font-size:20px;
  font-weight:bold;
  line-height: 1;
  margin-bottom:30px;
  border-left:5px solid #0d4099;
  padding-left:15px;
}

#requirementsBlock h3.title01 span {
  font-size: 12px;
  font-family: "Montserrat",sans-serif;
  font-weight:normal;
  color:#a3a3a3;
  line-height: 1;
}
#requirementsBlock h4.subtitle01 {
  margin-bottom: 10px;
  font-size: 18px;
}


#requirementsBlock h4.subtitle01 + table {
  margin-bottom: 50px;
}

#requirementsBlock table ul li {
  padding: 5px 0px;
}

/* #requirementsBlock .content-inner-fix {
  padding-bottom:40px
} */

#requirementsBlock .table > thead > tr > th {
  border-bottom: none;
}

table > thead:first-child > tr:first-child {
	border-top: 1px solid #ddd !important;
	background-color: #f9f9f9;
}

table > tbody > tr:last-child {
	border-bottom: 1px solid #ddd !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: unset !important;
}

img.icon {
	height: 32px !important;
}

.table-striped:nth-of-type(2) {
	margin-bottom: 10px !important;
}

.warning {
	margin-bottom: 40px !important;
}

.warning > h4 {
	color: #cc0000;
	border: 1px solid #fca000;
	padding: 5px 10px;
}

div.matter {
	border: 1px solid;
	padding: 5px;
	margin-bottom: 20px;
}

.table-striped th {
	width: 40%;
}
.table-striped td {
	width: 60%;
}