/*  Start */
* {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
html body #mvpLatestPosts .widget-container {
  height: 600px;
}
html body .widget-container {
  max-width: 300px;
  width: 298px;
  height: 300px;
  overflow: auto;
  margin: 0px auto;
  border: 1px solid #e8e8e8;
  margin-bottom: 32px;
  background: #fff;
}
html body a {
  text-decoration: none;
  z-index: 1;
  position: relative;
}
html body a.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
html body a.link {
  position: relative;
  z-index: 1;
}
html body .mvp-container {
  max-width: 300px;
  width: 300px;
  background: #e0e0e0;
  margin: 0px auto;
}
html body .mvp-container h2 {
  padding-left: 8px;
  margin-top: 0px;
  line-height: 32px;
  margin-bottom: 0px;
  background: #e0e0e0;
}
html body .row {
  height: auto;
  clear: both;
}
html body .widget-height {
  height: 400px;
  overflow: auto;
}
html body h2 {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
}
html body .powered-by {
  position: relative;
  padding: 0px 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
html body .powered-by.large {
  padding: 0px 8px;
  border: 1px solid #e8e8e8;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
html body .powered-by.large h3 {
  font-size: 14px;
}
html body .powered-by h3 {
  font-size: 11px;
  margin: 0px;
  line-height: 28px;
  font-weight: 700;
  color: #292f33;
}
html body .powered-by h3 span {
  margin-left: 25px;
}
html body .powered-by h3 span.past {
  margin: 0px;
  text-align: right;
  float: right;
}
html body .powered-by img {
  height: 18px;
  position: absolute;
  top: 6px;
  margin-left: 4px;
}
html body h3.powered-by {
  font-size: 11px;
  margin: 0px;
  line-height: 24px;
  font-weight: 700;
  color: #292f33;
}
html body h3.section-title {
  background: #a0191d;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin: 0px;
}
html body .tile {
  width: 30%;
  position: relative;
  margin: 16px 1.5% 0px;
  float: left;
  background: #fff;
}
html body .tile img {
  width: 100%;
  height: 100%;
}
html body .tile a {
  color: #a3272b;
  text-decoration: none;
}
html body .tile a h4 {
  margin: 8px 0px 0px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
html body .tile .shield {
  top: -8px;
  right: -8px;
  position: absolute;
  z-index: 5;
  width: 32px;
}
html body .tile .shield p {
  margin: 0px;
  margin-top: -28px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
html body .tile .shield img {
  height: 32px;
  width: 32px;
}
html body .card {
  padding: 8px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
html body .card.hidden {
  display: none;
}
html body .card .avatar {
  float: left;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-right: 8px;
  position: relative;
  z-index: 2;
}
html body .card .avatar img {
  width: 32px;
  height: 32px;
}
html body .card .featured-img {
  width: 100%;
  height: auto;
  margin-top: 8px;
}
html body .card .title {
  font-size: 12px;
  font-weight: 700;
  color: #292f33;
  line-height: 16px;
  margin: 0px;
}
html body .card .handle {
  font-size: 12px;
  font-weight: 700;
  color: #707070;
  line-height: 16px;
  margin: 0px;
}
html body .card .handle.blank {
  height: 20px;
}
html body .card .network {
  position: absolute;
  right: 8px;
  top: 8px;
}
html body .card .network img {
  height: 12px;
  width: auto;
  float: left;
  margin-top: 5px;
  margin-right: 3px;
}
html body .card .network span {
  color: #707070;
  font-size: 11px;
  font-weight: normal;
}
html body .card .tweet {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 8px;
}
html body .card .tweet a {
  color: #a0191d;
  text-decoration: none;
}
html body .card .stats ul {
  list-style-type: none;
  margin: 0px 0px 8px;
  padding: 0px;
}
html body .card .stats ul li {
  display: inline-block;
  margin: 0px;
  margin-right: 24px;
  font-size: 10px;
  color: #707070;
  text-transform: uppercase;
  font-weight: normal;
}
html body .card .stats ul li span {
  font-weight: 700;
}
