@charset "utf-8";

h2 {
  margin-bottom: 0 !important;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  color: #0072ba;
  opacity: 1;
}
.box:not(:first-of-type) {
  margin-top: 60px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td{
padding:10px 20px;
border:solid 1px #ccc;
border-left: none;
border-right:none;
text-align:left;
vertical-align: middle;
}
table th{
font-weight: 400;
width:35%;
}
table colgroup{
background-color:#e9edf1;
}
table {
margin:2em 0 ;
}


@media screen and ( max-width:768px) {

  .box:not(:first-of-type) {
    margin-top: 40px;
  }

}