.view-stories-view table{
  border: none;
}
.view-stories-view table.cols-3 {
    width: 630px;
    margin-left: 30px;
}
.view-stories-view tbody {
    border-top: none;
}
.view-stories-view table td {
    border-right: none;
    float: left;
    padding:0px;
}
.view-stories-view table.cols-2 td {
    width: 50%;
}
.view-stories-view table.cols-3 td {
    /*width: 32.3%;*/
    width: 210px;
}
.view-stories-view table.cols-4 td {
    width: 25%;
}
.view-stories-view .views-field-field-stories-thumbnail{
  height: 95px;
  /*width: 90%;*/
  width: 165px;
}
.view-stories-view .views-field-title{
  height: 45px;
  /*width: 90%;*/
  width: 165px;
  font-weight: bold;
  margin-top: 3px;
  overflow: hidden;
}
.view-stories-view .views-field-field-stories-teaser{
  height: 83px;
  /*width: 90%;*/
  width: 165px;
  margin-top: 5px;
  overflow: hidden;
}
.view-stories-view .stories-btn{
  margin-top: 10px;
  background-color: rgb(255, 153, 0);
  border: 0 none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #2A3A8F;
  font-family: Roboto Regular;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 7px;
  text-align: center;
  text-decoration: italic;
  width: 70px;
  margin-bottom: 40px;
}



