.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: -1;
}

textarea {
	max-width: 100%;
}

.teleprompter-container {
	/*max-width: 1000px;*/
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #555;
	/*border-radius: 5px;*/
	box-shadow: 0px 0px 100px -30px #ccc;
	color: #fff;
}

#text-input {
	white-space: pre-line;
}

.slider-input {
	margin-top: 10px;
}

#control-panel h4 {
	margin-top: 0;
	text-align: center;
}

#control-panel input[type="text"] {
	padding: 0 5px;
	text-align: center;
}

#control-panel input[type="checkbox"] {
	width: 15px;
	height: 15px;
}

#prompt-text-setup {
	max-height: 200px;
	background-color: #000;
	border: 1px solid;
	border-color: #777;

	word-wrap: break-word;
	white-space: pre-wrap;
	overflow-x: hidden;

	color: #fff;
}

#prompt-text {
	top: 0;
	position: absolute;
	width: 77%;

	color: white;
	padding: 30px 50px;
	word-wrap: break-word;
	white-space: pre-wrap;
}

#arrow-pointer {
	position: absolute;
	top: 20px;
	left: 0;

	font-size: 40px;
	color: #fff;
}


#prompt-control-panel {
	position: absolute;
	bottom: 190px;
	right: 10px;
	padding: 10px 0 10px 10px;
    z-index: 9999;
	background-color: #555;

    /*-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;*/
}

.scroll-panel {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	margin: 0 20px;
}

.scroll-panel label {
	font-size: 12px;
	position: absolute;
	color: #fff;
	top: -5px;
}

.scroll-panel .slider-input {
	margin-top: 15px;
}

.scroll-panel > div > div {
	padding: 0 5px;
}

.scroll-panel > div > div input {
	padding: 0 5px;
	text-align: center;
}

.timer-panel {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 15px;
	background-color: #333;
	border-top-left-radius: 10px;
}

.wysiwyg-menu.ng-scope {
	margin-bottom: 10px;
}

.wysiwyg-btn-group-margin {
	margin-right: 7px;
	margin-bottom: 5px;
}

/*div#control-panel::before {
	position: absolute;
	content: ' ';
	left: 0;
	top: -20px;
	bottom: -20px;
	width: 1px;
	background-color: rgb(113, 113, 113);
}
*/

.zero-padding-both {
	padding: 0px !important;
}

.zero-padding-left {
	padding-left: 0px !important;
}

.zero-padding-right {
	padding-right: 0px !important;
}