html,
body {margin: 0;
	padding: 0;
	background-color: #313338;
    scroll-behavior:smooth;
}
.clipbutton {
	appearance: none;
	background-color: #31333800;
	border: 2px solid #1e1f24;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	min-width: 0;
	outline: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	user-select: none;
	width:100%;
	touch-action: manipulation;
	will-change: transform;
}
.selected {
	background-color: #ffffff88;
	color: #000000;
}
h1 {
	color: #ffffff;
}
td {
	color: #ffffff;
}
.bigtable {
	vertical-align: top;
	width:99%;
}
table.cliptable{
	margin-left:auto;
	margin-top:20px;
	margin-right:auto;
    width:80%;
}
table.bbccliptable{
	margin-left:auto;
	margin-top:20px;
	margin-right:auto;
    width:80%;
}
.clipcell{
	width:0.1%;
	white-space: nowrap;
}
.bbcbuttoncell{
	white-space: nowrap;
    width: 10%;
}
.bbctimecell{
	white-space: nowrap;
    text-align: center;
    width: 10%;
}
.bbcclipdescription{
    position:relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width:50%;
}
.ttscell {
	vertical-align:top;
}
.ttsinput {
	width:100%;
}
.ttsbuttoncell {
	float: right;
}
.ttstextinput {
	width:100%;
	display: inline-block;
	float: left;
	background-color: #383a40;
	border: 2px solid #1e1f24;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	min-width: 0;
	outline: none;
}
.voiceselector {
	background-color: #313338;
	border: 2px solid #1e1f24;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	min-width: 0;
	outline: none;
	padding: 10px 12px;
}
.logoutlink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	background-color: #313338;
	border: 2px solid #1e1f24;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 12px;
	position:absolute;
	top: 10px;
	right: 10px;
}
.ttshistoryframe {
	border: none;
	width:100%;
	height:800px;
}
tr:nth-child(even) {
	    background-color: #383a40;
}
.menulist {
	background-color: #5f6166;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	justify-content:center;
	height:30px;
}

li.menuitem {
	display: inline-block;
	background-color: #5f6166;
	margin-left: 40px;
	margin-right: 40px;
	color: #FFFFFF;
    cursor: pointer;
}
li.menuitemselected {
	display: inline-block;
	background-color: #313338;
	margin-left: 40px;
	margin-right: 40px;
	padding:10px ;
	height:100%;
	color: #FFFFFF;
    cursor: pointer;
}
a.menuentry {
	margin:auto;
	padding: 2px 0;
}
td.clipitem {
	text-align:center;
}
li.clipitem {
    display: block;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    float: left;
    margin:2px;
}
li.clipitem:nth-child(odd) {
    background-color: #383a40;
}
ul.cliplist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width:80%;
    justify-items:stretch;
}

form.inline {
    display:inline;
}

form.clipplayform {
    display:inline;
    width:100%;
}

a.infofieldlink {
	appearance: none;
	background-color: #31333800;
	border: 2px solid #1e1f24;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	min-width: 0;
	outline: none;
	padding: 0px 10px;
	text-align: right;
	text-decoration: none;
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	user-select: none;
	touch-action: manipulation;
	will-change: transform;
	position: absolute;
	right: 5px;
	top: 0px;
}

.clipInfoField {
    display:inline;
    position:absolute;
	background-color: #313338ff;
	border: 2px solid #1e1f24;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	min-width: 150px;
	outline: none;
	padding: 10px 12px;
	text-align: left;
	text-decoration: none;
	user-select: none;
    max-width: 300px;
    z-index:1000;
}

.clipTag {
    display:inline-block;
    border: 1px solid #b6bbc0;
    font-size: 10px;
    padding: 2px 2px;
    margin: 4px;
    background-color:#eeeeee;
    color:#313338;
}

.deleteTagButton {
    margin: 0px;
    font-size: 8px;
    color: #f03333;
    display: inline-block;
    border:none;

}

div.ttsfloat {
}

input.filter {
	position: relative;
    width:100%;
}

.section {
    position: relative;
	background-color:  #313338;
	width: 70%;
    left: 15%;
    right: 15%;
	height: 100%;
	justify-content: center;
}

.clipnamedisplay{
	padding-right:42px;
	min-width:40px;
}
.tts_history_table {
	margin:auto;
}
input.filter {
	position: relative;
	right: 0;
}
input.bbcsearch {
	position: relative;
	right: 0;
    width: 100%;
    font-size: 24px;
}
.bbcsearchicon {
	display: block;
	position: absolute;
	z-index:1;
	right: 0;
	top: 4px;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 24px;
}
.resetbutton {
	border: 1px solid transparent;
	vertical-align: middle;
	display: block;
	width: 15px;
	height: 15px;
	line-height: 0px;
	position: absolute;
	background-color: #FA9595;
	z-index:1;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 12px;
	box-shadow: 0 0 2px #E50F0F;
	cursor: pointer;
}
.bbcsearcharea {
	position: relative;
	left:37.5%;
	width:25%;
	margin-top:20px;
}
.filterArea {
	position: relative;
	left:67%;
	width:14%;
	margin-top:20px;
}
div.floating_frame{
    position: fixed;
    display: block;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    float: left;
    margin:2px;
    left:10;
    top:10%;
    width:8%;
    bottom:90%:
    background-color: #383a40;
	border: 2px solid #1e1f24;
	border-radius: 10px;
}
div.favoritesheader {
    text-align:center;
    width:100%;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
