.style-tagline {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
color: white;padding: 5px;}

.style-tagline a {color: deepskyblue;}

.style-tagline a:hover {color: white;}
.style1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
}

.style-footer {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
	font-size: 14pt;
}


h4 {
	font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-weight: 600;
	font-size: 24px;
	font-weight: bold;
	color: darkmagenta;
	background-color: silver;
	padding: 2px 15px;
}

.series-name {
    color: crimson;
    font-weight: bold;
}

.pipe {
    font-family: "Consolas", monospace;
    font-weight: bold;
    font-size: 16px;
    color: red;
    margin-left: 15px;
    margin-right: 15px;
}

.style3 {
	font-family: "Courier New", Courier, monospace;
    font-weight: bold;
	font-size: 16px;
	color: #008000;
        padding-top: 3px;
}

.alert {
	font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
    font-weight: bold;
    color: darkred;
    margin: 2px 15px 2px 20px;
	padding: 15px 20px;
}

.message {
	font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
    margin: 2px 15px 2px 20px;
}

.style2 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
}

.style4 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	padding: 3px 7px;
}

.series-results-link {
	color: green;
	display: inline;
}

.series-results-link:hover {
	color: blue;
	text-decoration: underline;
}

tr.race-item:nth-child(odd) {
	background-color: #EEE;
}

tr.race-item:hover {
	background-color: #CCC;
}

.style-disclaimer {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15pt;
	border: 3px solid brown;
	box-shadow: 5px 5px 5px #505050;
	margin: 10px 0px 10px;
	padding: 20px;
}

.race-listing-filter {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #f1f3ee;
	border: 2px solid #333300;
	/* background-color: #093c88; */
	font-size: 21px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: -25px;
	padding-bottom: 5px;
	text-transform: uppercase;
	background: linear-gradient(120deg, #0e1f5b 22%, #1e52b8 37%, #4080ff 57%, #092e5e 95%);
}


.race-listing-filter input {
	margin-left: 15px;
	text-shadow: none;
	font-size: 12pt;
	font-weight: normal;
}

#race-listing-fmt {
	margin-left: 5px !important;
	border: 2px white solid;
}

.race-listing-filter label {
	text-transform: lowercase;
}


input[type=radio]:checked + label {
	color: gold;
	border-bottom: 2px gold solid;
	font-weight: bold;
}

.td1 {
    padding: 0px;
	border: 2px solid #443300;
	background-color: #FAFAFA;
}
.style10 {
	border-top: 1px solid #808080;
        
}
.T1 {
        padding-top: 3px; 
        border: 0px solid #222222;
}
.T2 {
        width: 100%;
        padding-top: 4px;
}

.result-item-clickable {
    border: 2px #404040 outset;
    padding: 4px 8px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: text-top;
    margin: 2px 8px;
    width: 35%;
}

#series-results-table {
	width: 100%;
}

#series-results-table {
	width: 100%;
}

.result-link-unselected {
	color: #dee0ec;
	background-color: #7793af;
}


.result-link-selected {
	color: deepskyblue;
	background-color: #07294b;
}
.align-top {
	vertical-align: top;
}

[id^="srl-"] {
	height: 1000px;
	position: relative;
	top: -25%;
	left: -20%;
	width: 120%;
}


[id^="srl-"] html body pre {
	font-size: 6px !important;
}


.style11 {
	border-width: 0px;
	float: right;
}

.style12 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
}

.hide {
	display: none;
	height: 0;
}

.tbl-banner {
	width: 100%;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 6px solid #222222;
	border-collapse: collapse;
	background-repeat: repeat-x;
	background-size: auto 250px;
	background-color: rgb(10 10 10 / 73%);
	background-image: url("wmass-race-calendar-banne8.gif");
	background-blend-mode: darken;
	/*
	background: rgb(171 161 148);
	background: linear-gradient(120deg, rgb(130 127 108) 20%, rgb(150 146 130) 37%, rgb(136 134 94) 57%, #d1dbe9 95%);
		*/
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
}

.tbl-banner tr:last-child {background-color: rgb(59 59 59);}

#banner-img {
	width: 100%;
	height: auto;
	border: 0;
	/*
	border-radius: 10px;
	-webkit-mask: radial-gradient(circle at 50% 60%, #fff8f8 10%, transparent); 
	mask: radial-gradient(circle at 50% 50%, #fff 50%, transparent);
	filter: blur(1px);
	*/
	z-index: 1;
}

.tbl-banner tbody tr:first-child {
	height: 100px;
	max-height: 100px;
}

.tbl-banner tr td {
	/* padding: 10px 20px; */
	/* border: 3px solid #404070; */
	vertical-align: middle;
}

td.month-bookmark {
	font-family: "Montserrat", "Segoe UI", "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 28px;
	color: #d4ded4;
	background-color: #404e41;
	border-bottom: 1px solid #181d18;
	padding: 1px 4px;
	}

.tbl-banner tr td:nth-child(2) {
	text-align: center;
	align-content: center;
	margin: 0 auto;
	padding: 1px;
	width: 50%;
}

.tbl-banner tr td:last-child {
	text-align: right;
}


.tbl-banner tr:first-child td:first-child, .tbl-banner tr:first-child td:last-child {
	width: 25%;
}

.tbl-banner tr:last-child td:first-child {
	z-index: 99;
	/*background-color: orange;*/
}

.wmrc-logo {
	height: 75%;
	max-height: 200px;
	width: auto;
/* border-radius: 8px; */border: 0;}

.banner-tagline {
	text-align: right;
}

/*
.style15 {
	text-align: right;
}
.style18 {
	color: #001880;
}

.style19 {
	color: #FF0000;
	font-style: italic;
}

*/

#json-data {
    border: 2px black solid;
    background-color: whitesmoke;
}

.style2 {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (max-device-width: 769px) {
	.style-disclaimer {
		font-size: xx-small;
		color: #505050;
	}

	.wmrc-logo {
		height: 50%;
		max-height: 120px;
		width: auto;
	/* border: 1px gray solid; *//* border-radius: 5px; */}

}
