@charset "utf-8";
/* CSS Document */

.rest {padding:0.5em; margin-bottom:1em; border-bottom:1px solid #d0d0ce; width:100%}
.rest:first-line {font-weight:bold}
.rest p {font-size:smaller}
.rest img {float: right;
  margin: 0 0 1em 1em;
  padding-left: 2em;}
@media (max-width: 479px) {
.rest img {
    float: none;
    display: block !important;
    width: 150px;
    margin: 0 auto 1em auto;
    text-align:center;
    padding: 0;
    border: none; }