.mod-news-block{
	max-width: 500px;
	padding: 25px;
	border: 1px solid #333;
}
.s5-table2__captionRow th{
  background-color: #eee;
  text-align: center;
}

.c5-head_new{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px;
  border: 1px solid #c93434;
}
.c5-head p:last-of-type{
  font-size: 13px;
}

.c5-list,
.c5-list ul{
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.c5-list p:first-child{
  font-weight: bold;
  margin-bottom: 10px;
}
.c5-list p:last-child{
  text-indent: 0;
  margin-top: 0;
}

#formarea{
  border: #CCC solid 1px;
  padding: 1em;
  background-color:#eee;
}

@media screen and (min-width:640px) {
  .c5-head_new{
    font-size: 18px;
  }
  .c5-head p:last-of-type{
    font-size: 20px;
  }
}