#chartdiv {
	width: 100%;
	height: 100%;
  }

.PC-warning {
	display: none;
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background-color: #297021;
	z-index: 99999; /* Ensures it's above everything */
}

@media (max-width: 800px) {
	.PC-warning {
		display: block;
		
	}
}
.run-container {
	position: fixed;
	font-size: 1.5vw;
	z-index: 2;
	background-color: rgb(41, 47, 70);
	color: white;
	width: 30vw;
	height: 100%;
}

.Title {
	padding-top: 50px;
	font-size: 2.5vw;
	font-weight: bold;
	text-align: center;
	justify-self: center;
}

.cat-btn {
	margin-bottom: 6px;
	font-weight: bold;
	overflow-y: auto;
	font-size: 1.3vw;
	width: 8vw;
	height: 6vh;
	border-radius: 6px;
	background-color: #4f4d74;
	border: none;
	color: aliceblue;
}

.ver-btn {
	margin-bottom: 6px;
	font-weight: bold;
	overflow-y: auto;
	font-size: 1vw;
	width: 7vw;
	height: 5vh;
	border-radius: 6px;
	background-color: #3d3b5a;
	border: none;
	color: aliceblue;
	
}

.ver-btn:hover {
	background-color: #666494;
}

.cat-btn:hover {
	background-color: #666494;

}

.runner {
	background-color: #1d1c2b;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 11px;
	border-radius: 10px;
	align-self: center;
	width: 90%;
	font-weight: bold;
}

.times {
	white-space: nowrap; 
	overflow-y: auto;
}

.brasilBtn {
	position: fixed;
	width: 9vw;
	height: 6vh;
	margin-top: 6px;
	padding: 5px;
	margin-left: 40vw;
	font-weight: bold;
	font-size: 1.3vw;
	background-color: #39972e;
	border: none;
	color: aliceblue;
	border-radius: 6px;
	line-height: 4.5vh;

}

.brasilBtn:hover {
	background-color: #297021;
}

a {
    -webkit-user-drag: none;
}

button {
	user-select: none;
}