body {
	background: white;
	color: #333;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	margin: 0px;
	padding: 0px;

}

input {
	color: #666;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
}

header {
    height: 50px;
    background: #333;
    color: #ccc;
}

header.live {
    background: green;
}

header.bdn {
    background: blue !important;
}


header .title {
    font-size: 1.5rem;
    line-height: 50px;
    padding-right: 32px;
}

header .menu {
    line-height: 50px;
    padding-left: 16px;
    padding-right: 16px;
}

header .menu a {
    color: #aaa
}

.main {
    padding-top: 32px;
}

.quicklink {
    text-decoration: underline;
    cursor: pointer;
}