.news_list_box{
    height: 235px;
    border-bottom: 1px dashed #F08B20;
    float:left;
    width:290px;
    margin-right:50px;
    margin-bottom: 15px;
}
.news_list_box ul{
    height:100px;
}
#news-item-list{
    padding:0px;
    margin: 0px 5px 5px 15px;
}
#news-item-list li a{
    text-decoration: none;
}

.news_read_more{
    text-align:right;
    text-decoration: none;
    float:right;
}


.workshop_fees h6{
  display:inline;
}
.workshop_fees span{
  color:#F08B20;
}

.workshop_fees .field-label{
  float:left !important;
}

.view-id-related_news .views-field-field-news-image {
  float:left;
  margin-right:10px;
}

.view-id-related_news .views-row{
  clear:both !important;
}

/*
We want to hide the field_convention_references field
as it should not be manually edited. it is only for corresponding node references module
*/
.field-name-field-convention-references {
  display:none;
}



/* hiding contextual links inside modal windows */
#modal-content .contextual-links-wrapper {
  display:none;
}


div.tweet_feed ul{
list-style:none;
margin:0px;
line-height:inherit;
}
