@media (min-width: 1124px) {
  .loc-theme-v4.ue-l-article--basic .ue-l-article--leftcol-width-from-desktop {
    width: 9.1875rem !important;
  }

  .loc-theme-v4.ue-l-article--basic
    .ue-l-article--move-to-leftcol-from-desktop {
    clear: left;
    margin-left: -10.4375rem !important;
  }

  .loc-theme-v4.ue-l-article--basic .ue-l-article--float-left-from-desktop {
    float: left;
    clear: left;
    margin-right: 1.25rem !important;
  }
}

.comment {
  padding: 30px;
  background: rgba(114, 168, 211, 0.2) none repeat scroll 0 0;
  margin-bottom: 30px;
}

.comment p {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

b {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}

@media screen and (max-width: 1019px) {
  img {
    max-width: 100%;
  }

  .comment {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: left;
  }
}
