	@font-face {
		font-family: jazzFont;
		src: url("./fonts/jazz.ttf");
	}
	
	html,
	body {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		
		font-family: Verdana; 
		font-size: 14px;
		color: black;
		padding: 0 10px;
		margin: 10px;
	}
	
	.search {
	}
	
	.box {
		background: black;
		font-size: 24px;
		font-style: oblique;
		color: #FFF;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.cloudTable table {
		border-collapse: collapse;
		width: 100%;
	}
	
	

	.cloudTable td, th {
		border: 1px solid #dddddd;
		border-collapse: collapse;
		text-align: left;
		padding: 8px;
	}
	
	.cloudTable th {
		background-color: lightgrey;
	}

	.cloudTable tr:nth-child(odd) {
	  background-color: #F3F3F3;
	}
	
	.cloudTable img{
		width: 24px;
		height: 24px;
	}
	