@charset "utf-8";

body {
    width: 425px; height: 425px;
    text-align: center;
}

.diagramTextWhite {
	position: relative;
}

#graphContainer {
	display: inline-block;
	position: relative;
	left: 35px;
	vertical-align: middle;
}

#graphContainer > canvas {
	position: absolute;
	left: 0px; top: 25px;
	width: 260px; height: 178px;
	z-index: 2;
}

#graphTitleLbl {
    left: 45px; top: 5px;
    width: 170px;
}

#lblContainer {
	position: relative;
	left: -70px; top: -35px;
}

#yAxisLbl {
    left: -72px; top: 120px;
    width: 207px;
    transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
}

#xAxisLbl {
    left: 67px; top: 245px;
    width: 264px;
}

table {
    position: absolute;
    text-align: right;
    left: 34px; top: 16px;
}

td {
    padding: 3px;
    padding-left: 8px;
}

#olyBotTable {
    left: 58px; top: 10px;
    text-align:center;
}

#analogContainer,
#digitalContainer {
	display: inherit;
	position: relative;
	margin: 0 30px;
	left: -15px; top: 10px;
	width: 82px;
}

#grayLine {
    width: 82px; height: 2px;
    background: lightgray;
    margin-bottom: 10px;
}

#redLine {
    width: 82px; height: 2px;
    background: red;
    margin-bottom: 10px;
}

.graphBg {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}

.controlBack {
	padding-bottom: 5px;
}

.controlBack > * {
	vertical-align: middle;
}

.controlPanelBack {
	display: inline-block;
	height: 55px;
	margin-top: 5px;
	padding: 0 10px;
}

#resetBtn {
	display: inline-block;
	height: 26px;
	position: relative;
	margin-top: 5px;
	width: 100px;
}

#freqSldr {
	display: inline-block;
	position: relative;	
	width: 100px;
	margin: 5px 25px 0 0;
}