body{
	background: black;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: 'Open Sans', sans-serif, roboto;
	font-weight: 300;
	font-size: 1em;
  	margin-left: 0em;
	margin-right:0em; 
	margin-top: 10em;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 401px) {
	body{
		background: black url("../images/DifferentVersions/TW2.jpg") no-repeat right top;
		background-attachment:fixed;
		background-size: cover; 
	}
	
	#Options{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		text-align:center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-align-content: stretch;
		    -ms-flex-line-pack: stretch;
		        align-content: stretch;
	}
}

@media (max-width: 400px) {
	body{
		background: black url("../images/DifferentVersions/TWMobile.jpg") no-repeat center top;
		background-attachment: fixed;
		background-size: 100%;
	}
	
	#Options{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	text-align:center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	        align-content: stretch;
	}

}

paper-card{
	margin: 0.5em;
	width:100%;
	max-width: 40em;
	min-width: 18.75em;
	elevation:1;
}

.ContentText{
	text-align: left;
	margin:1em;
}

.ContentTitle{
	font-size:2em;
	font-style:bold;
}

.linkbox-header{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	text-align:center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	        align-content: stretch;
}

paper-button{
	font-size:1.2em;
	font-style:bold;
	margin:0em 1em 0em 1em;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-flex-basis: 9em;
	    -ms-flex-preferred-size: 9em;
	        flex-basis: 9em;
}
paper-button:hover{
	background:gray;
}

#DG{
	color:magenta;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

#KS{
	color:red;
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	    -ms-flex-positive:1;
	        flex-grow:1;
	-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	        flex-basis: 100%;
}

#RR{
	color:blue;
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;
}

#CA{
	color:green;
	-webkit-box-ordinal-group:5;
	-webkit-order:4;
	    -ms-flex-order:4;
	        order:4;
}

#BD{
	color:orange;
	-webkit-box-ordinal-group:6;
	-webkit-order:5;
	    -ms-flex-order:5;
	        order:5;
}

#AO{
	color:brown;
	-webkit-box-ordinal-group:7;
	-webkit-order:6;
	    -ms-flex-order:6;
	        order:6;
}

#gap{

}

#content{
	position: relative;
	margin-top:4em;
	opacity:0.8;
}


