@charset "UTF-8";



/*style for tag 'new' */

.special{
  color: #b81a35;
  font-size: 12px;
  vertical-align: top;
  font-weight: bold;
}



/*style for general layout */

.block{
  display: inline-block;
}
.no-display{
  display: none !important;
}
.underline{
  text-decoration: underline;
}