body {
	margin: 0;
	padding: 0;
	background: #18181B;
	font-family: open_sansregular;
    color:#908b9b;
}

.sched_title {
    display:inline-flex;
    order:1;
    width:100%;
    padding-left:10px;
    color:#851ee6;
    text-shadow: 2px 2px 2px #0c0c0c;
}

.sched_desc {
    display:inline-flex;
    order:2;
    width:100%;
}

.sched_block {
    display:inline-flex;
    order:3;
    width:100%;
    padding-left:5px;
}

p {
    padding-top:2px;
    font-size: 16px;
    font-weight: bold;
    color:#d3c7d2;
}

.txt_desc {
    margin:0;
    background-color:#1e1e22;
    font-size: 14px;
    font-weight:200;
    width:100%;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
}

h1 {
	font-family:Earthshattering;
    font-size:32px;
	width: 100%;
    margin: 0;
}

ol {
    margin: 0;
    padding-left: 0px;
	width: 100%;
}

li {
	margin:0;
    width: 100%;
	display: inline-flex;
    align-items:center;
    height:45px;
}

li day {
    font-family:Earthshattering;
	padding-left: 5px;
	font-size: 20px;
    color:#572b80;
    text-shadow: 1px 1px 1.2px rgba(0, 0, 0, 0.8);
    width:35px;
    text-align:right;
}

li hour {
    font-family:Earthshattering;
	padding-left: 5px;
	font-size: 20px;
    color:#b598d1;
    text-shadow: 1px 1px 1.2px rgba(0, 0, 0, 0.8);
    width:70px;
    text-align:right;
    padding-right:10px; 
}

.highlight {
    background-color:#1e1e22;
    text-shadow: 2px 2px 2px black, 0 0 1em #ff00ea;
}