/*
 Copyright 2023 Napton Narrowboats. No part of this work may be reproduced without written permission from:
 Metalacre Ltd. Trading as Napton Narrowboats, Napton Marina, Tomlow Road, Stockton, Southam, Warwickshire. CV47 8HX. United Kingdom
*/
/* 
    Created on : 17 Apr 2023, 13:54:58
    Author     : colin
*/
#rpc_popup{
    /*
	border:3px solid black;
    background-color:#FFCF9C;
	
*/

}
#title_wrapper{
	clear: both;
	width:100%;
	min-height:35px;
	border-bottom: 1px solid black;
	background:#CE0000;
}
#info_title{
	min-height:26px;
	background: transparent;
	color:#FFCF9C;
	margin: 0;
	padding: 2px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
 #info_content{
	padding: 3px;
	background: transparent;
	text-align: justify;
 }
 #info_content img{
	margin: auto;
	text-align: center;
	border: none;
 }
 .season-title{
     font-weight: bold;
     font-size: 200%;
     color: #CC0000;
 }

