.model {
	margin: 0 auto;
	padding: 15px 30px 30px;
	background: #D2D2C3;
  	font-size: 16px;
  	font-weight: bold;
	text-align: center;    
}

.model table {
  	margin: 0 auto;
  	border: 1px solid #000000;
	border-collapse: collapse;
	background: #FCFCFC;
  	font-weight: bold;  
	text-align: center;
  	line-height: 22px;  
}

.model table th {
  	border: 1px solid #000000;
	background: #999999;  
}

.model table td {
  	border: 1px solid #000000;
  	padding: 5px;
}

.solo {
  	padding: 10px 15px;    
}

.modname {
  	margin-bottom: 15px;
  	font-size: 17px;
	color: #2D2D2D;
}

.modname span {
  	font-size: 15px;
}

.picktime {
  	font-size: 15px;
  	font-weight: normal;
}


/************************/
/* Deterministic Models */
/************************/

#basic {
  	width: 580px;
}

#basic table th {
  	width: 140px;
}

#hrrr{
  	width: 290px;
}

#bufkit {
  	width: 310px;
  	line-height: 18px;
}

#numtext {
  	width: 210px;
}

#traj {
  	width: 205px;
}


/***********************************/
/* Deterministic Model Comparisons */
/***********************************/

#comps {
  	width: 680px;
}

#ncep td {
  	width: 125px;
  	padding: 3px;  	
}

#ewall_east td {
  	width: 125px;
  	padding: 3px;  	
}

#meteocentre_na th {
  	width: 190px;
}

#all th {
  	width: 150px; 	
}


/*************/
/* Ensembles */
/*************/

#ensmean {
  	width: 780px;
}

#gefs th {
  	width: 190px;
}

#cmce td {
  	width: 125px;
  	padding: 3px;
}

#ensmemb {
  	width: 500px;
}

#ensmemb table td {
  	width: 125px;
  	padding: 3px;
}

#sensi {
  	width: 365px;
}

#sensi table {
  	border: 0;
  	background: 0;
}

#sensi table td {
  	width: 100px;
  	border: 0;  
}

#sensi table td.eps {
  	font-size: 17px;
	color: #2D2D2D;  
}


/**********/
/* Trends */
/**********/

#det_trend {
  	width: 720px;
}

#ens_trend {
  	width: 440px;
}

#det_trend table th, #ens_trend table th {
  	width: 140px;
}

#det_trend .runtimes, #ens_trend .runtimes {
	height: 30px;
}


/*******/
/* MOS */
/*******/

#mostxt {
  	width: 95px;
}

#lamptxt {
  	width: 105px;
}

#mosgfx {
	width: 330px;
}

#mosgfx table {
  	border: 0;
  	background: 0;
}

#mosgfx table td {
  	width: 100px;
  	border: 0;  
}

#mosgfx table td.model {
  	font-size: 17px;
	color: #2D2D2D;  
}