*{
	font-family: "Courier New", Courier, monospace;
}

.button{
	background: #8f0000;
	text-align: center;
	color: white;
}

.button:hover{
	box-shadow: inset 0px 150px 20px 50px rgba(0,0,0,0.2);
}

#topTopper{
	background: black;
	color: white;
}

	#topTopper div{
	
	}
	
	#topTopper a{
		color: white;
	}
	
		#topTopper  a:hover{
			text-decoration: underline;
		}

#topper{
	background: #FFFFFF;
} 	

	#logga{
		
	}

	#logga svg{
		
	}
	
	#menyKnapp{
		
	}
	
		#menyKnapp svg{
			
		}
	
	#menyKnapp.menyClosed{
		background: orange;
	}
	
	#menyKnapp.menyOpened{
		background: red;
	}
	
	#topMeny{

	}
		
		#topMeny div{
			color: #5e5e5e;
			font-weight: bold;
		}
		
			#topMeny div:nth-child(2n){

			}
		
		#topMeny div:hover:nth-child(2n-1){
			text-decoration: underline;
		}

#middlerBase{
	
}
	
.middler{
}

	#middler2{
		
	}

	#left{
		height: calc(100% - 4px);
		border-bottom: 4px solid #8f0000;
		
	}
	
		#leftUp{
			background: #8f0000;
		}
		
			#curPuzzle{

			}
		
			#leftUp select{

			}
			
		#average{
			background: #ffffff;
			
		}
		
			#average div{
				
			}

				#average div div{
				}
			
				#average div div:first-child{
					
				}
				
				#average div div:last-child{
					
				}
				
				#avgAntal{
					
				}
				
			.avgSpace{
				
			}
	
	#middle{
		background: white;
		color: black;
		border: 4px solid #8f0000;
		width: calc(60% - 8px);
		height: calc(100% - 8px);
		
	}
	
		#middle.red{
			background-color: #c20000;
		}
		
		#middle.green{
			background: #40FF00;
		}
		
		#middle.blue{
			background: cyan;
		}
	
		#timer{
			
		}
		
		#blandning{
			
		}
		
		#snabbKnappar{
	
		}
		
			#snabbPenalty{
				
			}
		
				#snabbNo, #snabb2, #snabbDNF{
					
				}
				
				#snabbNo{
					
				}
				
				#snabb2{
					
				}
				
				#snabbDNF{
					
				}
			
			#snabbAvg{
				
			}
	
	#right{
		background: #FFFFFF;
		border-bottom: solid 4px #8f0000;
		height: calc(100% - 4px);
		
	}
	
		#rightUp{
			background: #8F0000;
		}
		
			#rightUpText{
				font-weight: bold;
				color: #ffffff;
			}
			
			#clearBtn{
				background: #FFFFFF;
				color: #000000;
			}
			
				#clearBtn:hover{
					background: #000000;
					color: #FFFFFF;
				}
	
		#historyHolder{
			
		}
	
			#history{
				background: #ffffff;
				width: 100%;
			}
			
				#historySizing{
					
				}
				
				.historyItem{
					
				}
				
				.time{
					
				}
				
				.time:hover{
					background: #8F0000;
					color: white;
					border-radius: 100px;
					box-shadow: 2px 2px solid;
				}
					
			#timeShow{
				background: #ffffff;
			}
			
				#timeShowContent{
					border-top: solid 4px #8f0000;
				}
			
					#timeShowTime{
						
					}
					
					#timeShowBland{
						
					}
		
					#buttonContainer{
						
					}
		
						#timeShowDelete{
							
						}
						
						#timeShowClose{
							
						}
						
						#timeShowContent  .button{
							
						}
						
						#timeShowContent input[type='radio']{
							
						}
						
						#timeShowContent .erikRadio{
							
						}

#curtain{
	background: rgba(0, 0, 0, 0.7);
	
}

#blackW{
	background: black;
	color: white;
}

	#blackExit{
		
	}
	
		#blackExit svg{
			fill: white;
		}
		
	#options{
		
	}
	
		.optTitle{
			color: white;
		}
	
		.optRuta{
			border: 4px solid white;
			width: calc(86% - 8px);
		}
		
			#optCustom input{
				
			}
			
		#skinSelect{
			
		}
		
		#inspection{
			
		}
		
			#inspection p{
				
			}
		
			#inspection .erikCheckbox{
				
			}
			
		#layout{
			
		}
		
			#layout select{
				
			}
			
			#layout .erikRadio{
				
			}
			
			#layout .erikCheckbox{
				
			}
		
		#optSpara{
			
		}
		
	#help{
		
	}
	
		#help .optRuta p{
			
		}
		
	#func{
		
	}
	
		#func .optRuta p{
			
		}
		
#footer{
	background: #FFFFFF;
}

	#canvasHolder{
		background: #ffffff;
	}
	
	#timeCanvas{
		
	}
	
#footFooter{
	background: black;
	color: gray;
}

	#footFooter div{
		
	}
	
	#footFooter a{
		color: red;
	}
	
		#footFooter a:hover{
			text-decoration: underline;
		}

@media(max-width: 768px){
	
}

/*MOBILE CSS*/
.mobile #menyKnapp{
	
}

	.mobile #menyKnapp svg{
		
	}
	
	.mobile #menyKnapp.menyClosed{
		background: none;
	}
	
	.mobile #menyKnapp.menyOpened{
		background: #8F0000;
	}

.mobile #logga{
	
}

	.mobile #logga svg{
		
	}
	
.mobile #topper{
	
}

.mobile #topMeny{
	background: #FFFFFF;
}

.mobile #middle{
	border: none;
	width: 100%;
	height: calc(100% - 4px);
	border-top: 4px solid #8F0000;
}

.mobile #left{
	border-bottom: solid 4px #8f0000;
	height: calc(100% - 4px);
	border-right: solid 2px #8F0000;
	width: calc(50% - 2px);
}

.mobile #right{
	border-bottom: solid 4px #8f0000;
	height: calc(100% - 4px);
	border-left: solid 2px #8F0000;
	width: calc(50% - 2px);
}

.mobile #middlerBase{
	
}

.mobile #footer{
	
}

.mobile #middler2{
	
}

.mobile #blackW{
	
}

	.mobile #blackExit{
		
	}

	.mobile #options, .mobile #func, .mobile #help{
		
	}

.mobile #footFooter, .mobile #topTopper{
	
}

.mobile #snabbKnappar{
	
}

	.mobile #snabbPenalty{
		
	}

		.mobile #snabbNo, .mobile #snabb2, .mobile #snabbDNF{
			
		}
		
		.mobile #snabbNo{
			
		}
		
		.mobile #snabb2{
			
		}
		
		.mobile #snabbDNF{
			
		}
	
	.mobile #snabbAvg{
		
	}
	
		.mobile #snabbAvg div{
			
		}

			.mobile #snabbAvg div div{
				
			}
		
			.mobile #snabbAvg div div:first-child{
				
			}
			
			.mobile #snabbAvg div div:last-child{
				
			}