#middle-text-box {
    height: 130px;
    margin: 30px 0 10px;
}
#mt-body {
    color: #001446;
    margin: 15px 0 5px;
}
#mt-sub-text {
    float: left;
    color: #7f7f7f;
    font-size: 13px;
}
#mt-right-text {
    float: right;
    color: #ff0000;
    font-size: 16px;
    margin: 20px 0 0 0;
}

#mt-right-text img {
  height: 20px;
  vertical-align: top;
  padding-right: 10px;
}

/*#table-container {
    padding: 0 4px;
}*/

#grid {
    width: 100%;
    border-collapse: collapse;
    //margin-bottom: 20px;
}
#grid-header {
    height: 35px;
    color: white;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(#000066, #000033);
}
.grid-row {
    height: 120px;
    color: blue;
    cursor: pointer;
}
.grid-row-2 {
    height: 120px;
    color: blue;
    background-color: #fff7cc;
    cursor: pointer;
}
.grid-row:hover {
    box-shadow: 0px 0px 8px #b3b3b3;
    -webkit-box-shadow: 0px 0px 8px #b3b3b3;
    -moz-box-shadow: 0px 0px 8px #b3b3b3;
}
.grid-row-2:hover {
    box-shadow: 0px 0px 8px #b3b3b3;
    -webkit-box-shadow: 0px 0px 8px #b3b3b3;
    -moz-box-shadow: 0px 0px 8px #b3b3b3;
}
.grid-row-header {
    color: #001446;
    text-align: center;
}
.grid-img {
    height: 100px;
}
.grid-data {
    text-align: center;
    padding-bottom: 5px;
}
#grid tr td {
    border: 1px;
    border-style: solid;
    border-color: rgba(230,230,230,.25) transparent;
}
#grid tr td div.grid-data {
    border: 1px;
    border-style: solid;
    border-color: transparent;
}
.grid-price {
    font-size: 16px;
}
.grid-population {
    font-size: 14px;
    margin-top: 5px;
}
.grid-special-img {
  width: 20px;
  /*margin-left: 20px;*/
  /*text-align: center;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.grid-special-img img {
width: 100%;
}
a {
    color: blue
}
.special-offer {
    color: #ff0000;
}
a.disabled {
    color: #001446;
}

p.mobile-rotate-viewchart {
  display: none;
}

.hover-banner {
  height: 5px;
}
