.cont {
  max-width: 1180px;
  margin: 20px auto;
}
.qmod-heading {
  padding: 8px 20px;
  margin-bottom: 15px;
}
.qmod-btn,
.qmod-btn.qmod-btn-main {
  color: #111;
  background-color: #eee;
  border-color: #eee;
}
.qmod-btn:hover,
.qmod-btn.qmod-btn-main:hover {
  color: #111;
  background-color: #ddd;
  border-color: #ddd;
}
.qmod-btn.qmod-btn-main.qmod-btn-active {
  background-color: #0477d1;
  border-color: #0477d1;
  color: #fff;
}
.qmod-btn.qmod-btn-main.qmod-btn-active:hover {
  background-color: #2288d8;
  border-color: #2288d8;
}
.qmod-btn.qmod-darkblue {
  background: #0477d1;
}
.qmod-btn.qmod-darkblue:hover {
  background: #2288d8;
  color: #fff;
}
.qmod-fullnews .qmod-btn {
  outline: none !important;
}
.qmod-ui-tool .inner-addon i:hover {
  color: #000;
  transform: none;
  background: #f9f9f9;
}
.qmod-ui-tool .inner-addon i {
  border-radius: 50%;
}
.qmod-ui-tool input[type="date"],
.qmod-fullnews input[type="text"] {
  border: solid 1px #ddd;
  border-radius: 0;
  box-shadow: none;
  background-color: #f0f0f0;
  outline: none !important;
}
.qmod-ui-tool input[type="text"]:focus,
.qmod-ui-tool input[type="text"].focus {
  border: solid 1px #ccc;
}
.qmod-btn.qmod-green:hover {
  background: #2ebd6a;
  color: #fff;
}
.qmod-ui-modal {
  border-radius: 5px;
  max-width: 900px;
}
.qmod-ui-modal .qmod-ui-modal-titlebar .qmod-ui-modal-title {
  font-size: 1.2em;
  line-height: 32px;
  padding-left: 5px;
}
button.qmod-btn.qmod-modal-close {
  line-height: 24px;
  background: transparent;
  border: 0 !important;
  color: #777;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
}
.qmod-ui-modal .qmod-ui-modal-titlebar {
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 0;
}
button.qmod-btn.qmod-modal-close:hover {
  color: #111;
  background: #f3f3f3;
}
.qmod-ui-modal .qmod-ui-modal-titlebar .qmod-ui-titlebar-buttons .qmod-btn {
  background: transparent;
  border: 0;
  color: #777;
}
.qmod-ui-modal
  .qmod-ui-modal-titlebar
  .qmod-ui-titlebar-buttons
  .qmod-btn:hover {
  color: #111;
}
.qmod-ui-modal .qmod-ui-modal-body {
  padding: 0 40px 40px 40px;
  line-height: 1.3;
}
.qmod-ui-modal .qmod-ui-modal-body h3 {
  font-size: 24px;
  font-weight: normal;
}
.qmod-fullnews .qmod-titlebar-buttons .qmod-btn {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.qmod-fullnews .qmod-titlebar-buttons .qmod-btn:hover {
  background-color: #f3f3f3;
  color: #111;
  border: 1px solid #f3f3f3;
}
.qmod-fullnews .qmod-titlebar-buttons {
  margin-right: 30px;
}
.qmod-fullnews .qmod-news-list li .qmod-news-source {
  font-style: italic;
}
.qmod-news-list-group h3.qmod-heading {
  margin-bottom: 5px;
  border-bottom: 1px solid #a9a9a9;
}
.qmod-news-summary {
  margin-top: 10px;
}
.qmod-fullnews .qmod-modifiers {
  padding: 10px 15px 10px 15px;
}
.qmod-fullnews .qmod-news-list {
  padding: 0 20px;
  margin-bottom: 35px;
  /* more margin with summary vs without*/
}
.qmod-news-list h3.qmod-heading {
  padding: 0 0 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.qmod-fullnews .qmod-news-list li {
  padding: 15px 0px; /* more padding with
summary vs without*/
  border-bottom: 1px solid #eee;
}
.qmod-fullnews .qmod-more-news-btn {
  color: #000;
}
.qmod-paginator {
  text-align: right;
  padding: 5px 20px 0 0;
}
.qmod-fullnews .qmod-news-list li:last-of-type {
  margin-bottom: 35px;
}
ul li::marker {
  line-height: 1em;
  font-size: 1em;
  vertical-align: middle;
  background: #f00;
}
.qmod-btn:focus {
  border: 0 !important;
}
@media (max-width: 485px) {
  .qmod-fullnews .qmod-nonvideo-news-column,
  .qmod-fullnews .qmod-video-news-column {
    margin: 0px;
  }
}
