@charset "UTF-8";
/* CSS Document */


.w3-theme-light {
  color: #000 !important;
  background-color: #e8eaf6 !important
}
.w3-theme-dark {
  color: #fff !important;
  background-color: #1a237e !important
}
.w3-theme-l5 {
  color: #000 !important;
  background-color: #e8eaf6 !important
}
.w3-theme-l4 {
	color: #000 !important;
	background-color: #c5cae9 !important;
	border: medium dotted hsla(63,79%,69%,1.00);
}
.w3-theme-l3 {
	color: #000 !important;
	background-color: rgba(223,224,232,0.30) !important;
	margin-right: auto;
	margin-left: auto;
	width: 367px;
	height: 178px;
	padding: 11px;
	border: medium solid rgba(223,226,193,1.00);
}
