
/* **************** */
#start
{
	color:#f2711c;
}

#levelbase
{
	display: inline-block;
	width: 100%;
	height: 200px;
	background-image: url("/images/plugin_bg.jpg");
	background-size: cover;
	background-color: #000000;
	vertical-align: middle;
	margin-right: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#levelbase2
{
	display: inline-block;
	width: 100%;
	height: 20px;
	background-image: url("/images/plugin_bg.jpg");
	background-size: cover;
	background-color: #000000;
	vertical-align: middle;
	margin-right: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#levelbar
{
	width: 100%;
	height: 200px;
}

#levelbar2
{
	width: 0;
	height: 20px;
	background-color: #f2711c;
}

table.tabnobord,
table.tabnobord tr,
table.tabnobord th,
table.tabnobord td
{
	border: none !important;
	vertical-align: middle;
}

table.tabnobord audio
{
	cursor: pointer;
}

#rec-time
{
	width: 100%;
	margin:auto;
	text-align:center;
	background: #f6f6f6;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	padding: 5px;
}

