.side-panel{
  margin-bottom: 5rem;
}

.side-panel a{
  color:#004190;
  text-decoration: none;
  text-align: left;
}
.side-panel a:hover{
  text-decoration: underline;
}

.ln_solid_list {
  border:solid 1px #cccccc;
}
.panel-heading {
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 0rem;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
}
.panel-body {
  padding: 2rem 1rem 0px;
  font-weight: normal;
  font-size: 1.4rem;
}

.info-list a,
.info-list a > span {
	color:#004190;
}
.info-list a:hover {
	color:#004190;
	text-decoration:underline;
}
.news-box {
    border-bottom: 1px dotted #dddddd;
}

.news-title {
    border: none!important;
}

.news-detail-image {
    margin-bottom: 20px;
}

.news-detail-image > img {
    width: 100%;
}

@media (min-width: 480px) {
    .news-detail-image > img {
        width: 50%;
    }
}
