#market-list p,
#market-map p {
  margin: 0;
}

h4 {
  margin-bottom: 5px;
}

a h4:hover {
  color: #AB1E22;
}

.blog-header {
  padding-top: 40px;
}

.main-container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 0px;

}

#market-list {
    padding-left: 30px;
    padding-right: 30px;
}

#overview-list {
  height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 25px;
  -webkit-mask: -webkit-linear-gradient(
    top,
    rgba(255,255,255,0),
    rgba(255,255,255,1) 10%,
    rgba(255,255,255,1) 89%,
    rgba(255,255,255,0)
   );
}

.row a:hover,
.row a:visited, 
.row a:active,
.row a:focus {
  text-decoration: none;
}

.overview-list-item {
  padding: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

#market-map hr {
  display: none;
}

#market-map .row {
  margin: 5px;
  width: 350px;
}

#market-map:after {
  background: -moz-linear-gradient(left,  rgba(191,191,191,1) 0%, rgba(191,191,191,0.96) 1%, rgba(191,191,191,0) 23%, rgba(191,191,191,0) 26%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(191,191,191,1)), color-stop(1%,rgba(191,191,191,0.96)), color-stop(23%,rgba(191,191,191,0)), color-stop(26%,rgba(191,191,191,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(191,191,191,1) 0%,rgba(191,191,191,0.96) 1%,rgba(191,191,191,0) 23%,rgba(191,191,191,0) 26%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(191,191,191,1) 0%,rgba(191,191,191,0.96) 1%,rgba(191,191,191,0) 23%,rgba(191,191,191,0) 26%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(191,191,191,1) 0%,rgba(191,191,191,0.96) 1%,rgba(191,191,191,0) 23%,rgba(191,191,191,0) 26%); /* IE10+ */
  background: linear-gradient(to right,  rgba(191,191,191,1) 0%,rgba(191,191,191,0.96) 1%,rgba(191,191,191,0) 23%,rgba(191,191,191,0) 26%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#00bfbfbf',GradientType=1 ); /* IE6-9 */
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  z-index: 1;
}

@media(max-width: 991px) {
  #overview-list {
    height:auto;
    margin-right: 0px;
    -webkit-mask: -webkit-linear-gradient(
      top,
      rgba(255,255,255,1),
      rgba(255,255,255,1)
     );
   }
  #market-list {
    padding-right: 40px;
  }
  #market-list .form-group{
    padding-right: 0;
  }
}

@media(max-width: 767px) {
  .overview-list-item {
    padding: 0;
  }
}