@charset "UTF-8";
/* CSS Document */

p,h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}

div.event_list {font-size:90%;}

  .row .stages {
    margin:0;
	padding:0;
    max-width: none;
    width: auto; }
	
  .row .events { 
	border-bottom:1px solid #E3E3E3;
    margin:0;
	padding:0;
    max-width: none;
    width: auto; }
	
	.stage_times {
		margin:0;
		padding:0;
		font-size:9pt;
	}
	
a {text-decoration: none; }
a:link {text-decoration: none; color: blue}
a:visited {text-decoration: none; color: blue}
	
/* STOP BOT contact page  */	
#priority {display:none; !important;}
#priority {
background-color: transparent;
border: none;
position: absolute;
left: 0;
top: 0;
cursor: default;
pointer-events: none;
color: transparent;
}
#priority:hover{
height: 0px;
cursor: default;
}
#priority:blur{
height: 22px;
cursor: default;
}
#priority:focus{
height: 0px;
outline: none;
cursor: default;
}	