@font-face {
	  font-family: 'Roboto Condensed';
	  src: url('fonts/RobotoCondensed-VariableFont_wght.ttf');
	  font-weight: normal;
	  font-style: normal;
}
@font-face {
    font-family: 'Noto Mono';
    src: url('fonts/NotoMono-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #001600;
    color: #c0b060;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    border: none;
}
tr:nth-child(odd) {
    background-color: #404040;
}
td {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
a {
    color: #c0b060;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    font-weight: 200;
}
input {
    color: #ffffff;
    background-color: #001600;
    border-color: #7c3030;
}
input[type="text"] {
    caret-color: white;
}
input[type="number"] {
    width: 3em;
    color: #ffffff;
    background-color: #001600;
    border-color: #7c3030;
    -moz-appearance: textfield; /* Firefox */
    -webkit-appearance: textfield; /* WebKit browsers */
    appearance: textfield; /* Standard */
}
.red {
    cursor: pointer;
		background-color: #ff0000;
}
.red:hover {
    background-color: #880000;
}
.green {
    cursor: pointer;
		background-color: #00ff00;
}
.green:hover {
    background-color: #008800;
}
.search {
    font-family: 'Roboto Regular';
    color: #ffff00;
    background-color: #7c3030;
}
button {
    color: #ffffff;
    background-color: #001600;
    border-color: #7c3030;
}
.topContainer {
		width: 100%;
		height: 30px;
}
.topFrame {
    border: none;
    background: #333;
    color: #ffe900;
    top: 0;
    width: 100%;
    height: 32px;
}
.marquis {
    height: 100%;
    text-align: center;
    font-family: 'Roboto Regular';
    font-weight: 200;
    font-size: 22px;
    color: #ffff00;
    background-color: #7c3030;
}
.mainContainer {
	margin-top: 0px;
    display: flex;
    flex: 1;
}
.leftContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.rightContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.leftFrame1 {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    border: none;
}
.leftFrame2 {
    height: 27px;
    width: 100%;
    overflow: hidden;
    border-color: #7c3030;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.leftFrame3 {
    overflow-y: auto;
    width: 100%;
    flex: 1;
    border: none;
}
.leftFrame4 {
    position: relative;
    display: flex;
    bottom: 0px;
    height: 70px;
    width: 100%;
    border-color: #7c3030;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.rightFrame1{
	  width: 100%;
	  overflow-y: auto;
    flex: 1;
    border-color: #7c3030;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.rightFrame2 {
    overflow: hidden;
    height: 27px;
    width: 100%;
    padding: 0px;
    border-color: #7c3030;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.rightFrame3 {
    width: 100%;
    overflow-y: auto;
    flex: 1;
    border-color: #7c3030;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.rightFrame4 {
    position: relative;
    bottom: 0px;
    height: 70px;
    width: 100%;
    border-color: #7c3030;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.nowPlaying {
	  width: 100%;
	  height: 25px;
    	position: relative;
	  color: #ffff00;
	  text-align: center;
	  vertical-align: bottom;
	  background-color: #001600;
	  top: 0;
    border:none;
}
input[type="range"] {
    accent-color: #ff0000;
}
#volumeSlider {
    width: 100%;
}
.delButtons {
    font-family: 'Times New Roman';
    padding-left: 2px;
    text-align: left;
}
.buttonQdel {
    color: #ffffff;
    background-color: #008800;
    border: none;
    width: 16px;
    height: 16px;
}
.buttonQdel:hover {
    background-color: #00ff00;
}
.buttonDdel {
    color: #ffffff;
    background-color: #888800;
    border: none;
    width: 16px;
    height: 16px;
}
.buttonDdel:hover {
    background-color: #ffff00;
}
.buttonXdel {
    color: #ffffff;
    background-color: #aa0000;
    border: none;
    width: 16px;
    height: 16px;
}
.buttonXdel:hover {
    background-color: #ff0000;
}
.picker:hover {
    color: #ff0000;
    cursor: pointer;
}
#lDel {
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 50%;
    border: none;
    width: 12px;
    height: 12px;
}
.textTitle {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    color: #ffff00;
}
.editTitle.input {
    font-size: 24;
}
#textComments {
    color: #00ff00;
    background-color: #000000;
    text-align: left;
}
    
