* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
	display: block;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
textarea {
	resize: none;
}


input:focus,
a:focus {
	outline: none;
}
a,
input,
div,
button,
select,
textarea {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}
a {
	text-decoration: none;
}



html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}


ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}




html,
body,
#container,
main {
	height: 100%;
}


/*html {
	background: #01165d;
}*/

body {
	color: #fff;
	font-family: 'Nunito', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	position: relative;
	-webkit-text-size-adjust: 100%;
	/*min-height: 100vh;*/
	/*padding-top: 44px;*/
}
a,
input,
div,
button,
select,
textarea {
	letter-spacing: 0.02em;
}
body.curChicago,
body.curChicago header {		background: #ce1141;}

body.standalone-mode-on {
	/*background: orange !important;*/
}



.container {
	
}


header {
	-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	display: table;
	position: fixed;
	table-layout: fixed;
	/*white-space: nowrap;*/
	font-size: 18px;
	height: 44px;
	line-height: 1;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
	
	opacity: 0;
	transition: opacity ease-out 0.15s;
	/*border-bottom: 1px solid rgba(255,255,255,0.25);*/
}
.container-activated header {
	opacity: 1;
}

header .btn-actions-left,
header h1,
header .btn-actions-right {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

header .btn-actions-left,
header .btn-actions-right {
	/*width: 90px;*/
	width: 35px;
}
header.header-detail .btn-actions-left,
header.header-detail .btn-actions-right {
	width: 50%;
	max-width: 50%;
}

header .btn-actions-left {		text-align: left; padding-left: 3px;}
header .btn-actions-right {		text-align: right; padding-right: 3px;}

header h1 {
	text-align: center;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 0;
}

header h1,
header a {
	padding-top: 13px;
	color: #fff;
	height: 44px;
}
header a {
	/*display: block;*/
	display: inline-block;
	min-width: 50px;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header .btn-actions-left .btn-back {
	padding-left: 25px;
}

header .btn-actions-left .btn-back:before {
	position: absolute;
	top: 10px;
	left: 9px;
	font-family: Ionicons;
	content: "\f124";
	font-size: 24px;
}

header .btn-actions-left .btn-search {
	content: "";
	opacity: 1;
	transition: opacity ease-out 0.15s;
}
body.edit-mode header .btn-actions-left .btn-search {
	opacity: 0;
}
header .btn-actions-left .btn-search:before {
	position: absolute;
	top: 11px;
	left: 18px;
	font-family: Ionicons;
	content: "\f4a4";
	font-size: 22px;
}
header .btn-primary {
	font-weight: 700;
}





main {
	font-size: 18px;
	padding-top: 44px;
	min-height: 270px;
	position: relative;
	/*padding-bottom: 80px;*/
}

/*body.score main {
	padding-top: 0;
}*/

.contenter {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	height: 100%;
}

.winning,
.time-remaining {
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.winning {
	text-align: center;
	position: relative;
	top: 40%;
	transform: translateY(-50%);
}
h1.winning-team {
	position: relative;
	font-family: 'League Gothic', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 80px;
	font-size: 20vw;
	font-size: 20vmin;
	/*font-size: calc(16px + 3vw);*/
	line-height: 0.9;
	margin-bottom: 0.2em;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
	/*background: blue;*/
}
/*@media screen and (min-width: 1024px) {
	h1.winning-team {
		background: red;
	}
}*/

h1.winning-team span {
	display: block;
}

.winning-score {
	position: relative;
	font-family: 'Nunito', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 80px;
	font-size: 20vw;
	font-size: 20vmin;
	line-height: 1;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
}
.winning-score span {
	position: relative;
	text-indent: -0.5em;
	padding-left: 0.02em;
}
.winning-score span:before {
	position: absolute;
	content: '+';
	top: 48%;
	transform: translateY(-50%);
	left: 0px;
	font-size: 80%;
}

.time-remaining {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 5%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Nunito', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.05;
	letter-spacing: 0.14em;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
}

.time-remaining span {
	display: block;
}


