/* CATEGORIES STUFF */		 
		 
.event {
   background-color: white; /* background colour for the event */
   border: 1px solid #9fa1a3; /* top and bottom borders */
}

.event a{color: #383838;}
a .event{color: #383838;}

#newsTagsButtons {
    clear: both;
    margin-bottom: 10px;
}

.newsTags a .event {
    display: inline-block;
    position: relative;
    top: 8px;
}

.event.sportEvent{
	border-color: #32373f;
	background-color: #32373f;
	color: white;
	transition: all 0.2s linear;
}

.event.sportEvent:hover{
	border-color: black;
	background-color: black;
}

@media(max-width: 767px){
    .newsTagButton{display: inline-block; margin-right: 10px;}
    #tagFilter .form-group{margin-bottom: 5px;} /* Overwrite bootstrap default because SiteBuilder font is smaller on xs mode */
    input[type=checkbox]{top: -2px} /* Stops them hanging down */
}
@media(min-width: 768px){
    .newsTagButton{display: inline-block; margin-right: 20px;}
    input[type=checkbox]{top: -4px} /* Stops them hanging down */
}
@media(min-width: 992px){
    .newsTagButton{display: block;}
}

#tagList .form-group{
    margin-left: 0px;
}

.clickMeHint {
    font-weight: bold;
    background-color: #FFFFCC;
}

.event {
    font-size: 87%;
    line-height: 1.4em;
    margin: 0px;
    padding: 5px;
    font-family: Lato, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden; /* To stop everyone ruining page layouts with their long words */
}

	 
/* END OF CATEGORIES STUFF */		 
		 
           
.id7-page-title {
	margin-top: 20px;
	display: none;
}

#item-title{
	font-size: 50px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
} 
		 
.text-size-small{
	font-size: 20px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
}      
		 
		 
#item-abstract{
	 font-size: 30px;
	 font-weight: bold;
	 line-height: normal;
	 margin-bottom: 20px;		    
}    
		 
		 
#top-tags{margin-bottom: 20px;}
#top-tags .pipe, #bottom-tags .pipe{display: none;}
#item-banner{margin-bottom: 20px;}
#news-item-grabber{display: none;}
#related-articles #tagList{display: none;}
#related-articles-output div p:first-child{max-height: 170px; overflow: hidden;}
#related-articles-output div p:first-child img{margin-top: -10%;}
#related-articles{display: none;}

p.product{
   font-size: 20px;    
   font-weight: bold;
   line-height: normal;
}