table.OfficialProgramme
{
	font-size:1.0em;
	width:98%;
	padding:2px 1% 2px 1%;
	outline-width: 1px;
	outline-style: solid;
	outline-color: grey;	
}

table.OfficialProgramme td
{
	vertical-align: top;
	line-height:1.2em;
	padding:2px 1% 2px 1%;
	outline-width: 0;
	outline-style: dashed;
	outline-color: red;	
}

table.OfficialProgramme td.Time
{
	min-width:15%;
	white-space: nowrap;	
}

table.OfficialProgramme td.ProgrammeDays
{
	color:white;
	background-color:black;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.2em;
}

table.OfficialViews
{
	width:100%;
}


td.Column1
{
    min-width:120px;
}
div#RemainingTicketsDiv
{
	padding:10px 2% 10px 2%;
	background-color:red;
	color:white;
	text-align:center;
	line-height:2em;
	font-size:2em;
	margin-bottom:25px;
}


.container {
  position: relative; /* Required for absolute positioning inside */
  font-size: 16px;
}

.overlay-text {
  position: absolute;
  left: 0; /* adjust as needed */
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color:red;
  font-size:4em;
  opacity: 0.7;
}

.overlay-text-1 {
  position: absolute;
  top: 33%; /* adjust as needed */
  left: 0; /* adjust as needed */
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color:red;
  font-size:4em;
  opacity: 0.7;
}

.overlay-text-2 {
  position: absolute;
  top: 30%; /* adjust as needed */
  left: 40%; /* adjust as needed */
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color:red;
  font-size:4em;
  opacity: 0.7;
}

.rotate {

  transform: rotate(-10deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-10deg);

  /* Firefox */
  -moz-transform: rotate(-10deg);

  /* IE */
  -ms-transform: rotate(-10deg);

  /* Opera */
  -o-transform: rotate(-10deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
p#AdminDynamicCSSAlert
{
         display:none;
}
