body,html {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
#indexView, #beginnerView, #ollView, #ollPracticeView, #notationView, #pllView, #f2lView, #crosssView {
	position: absolute;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #EEE;
	background-image: url(../image/cube-light.jpg);
	width:100%;
	height: 100%;
	bottom: 0;
	top: 0;
}
#contentDiv {
	position: absolute;
	width: 100%;
	top: 51px;
	bottom: 0;
}
@media (min-width: 768px) {
	#contentDiv {
		top: 41px;
	}
}
.unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
}
#contentDiv>div>div {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 0px;
	overflow: auto;
	background-color: rgba(229, 229, 229, 0.5);
}
@media (max-width: 480px) {
	#contentDiv>div>div {
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0;
	}
}
.navbar-inner {
	padding-right: 5px;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(225, 225, 225, 0.35));
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(255, 255, 255, 0.8)),to(rgba(225, 225, 225, 0.35)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(225, 225, 225, 0.35));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(225, 225, 225, 0.35));
	background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.8),rgba(225, 225, 225, 0.35));
	
	-webkit-box-shadow: 0px 4px 7px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 7px 7px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 7px 7px rgba(0,0,0,0.1);

}
.navbar {
	margin: 0;
	position: relative;
	z-index: 50;
}
.navbar .nav > .active > a {
	background-color: rgba(229, 229, 229, 0.6);
}

h4 {
	color: #b2b2b2;	
}
.style1,.style6 {
	color: #FF0000;
	font-weight: bold;
}
.style17 {
	color: #8c8c8c;
	font-weight: bold;
}
.lightGray {
	color: #a8a8a8;
	font-weight: 400;
}
.style4 {
	color: #e39b00;
	font-weight: bold;
}
.style5 {
	color: #0e993a;
	font-weight: bold;
}
.style3 {
	color: #0000FF;
	font-weight: bold;
}
.style9 {
	color: rgb(0, 204, 51);
	font-weight: bold;
}
.style11 {
	color: #FF00CC;
	font-weight: bold;
}

.algorithmColumn.pll>span.style3, .algorithmColumn.pll>span>span.style3 {
	color: #dc9600;
}

.algorithmColumn.pll>span.style4, .algorithmColumn.pll>span>span.style4 {
	color: #116ca0;
}
.style13 {
	color: #9100b1;
	font-weight: bold;
}
.style0 {
	font-weight: 400;
	color: black;
}
.diagramColumn {
	width:90px;
	display: inline-block;
	border: 1px solid #6e6e6e;
	height: 90px;
	line-height: 90px;
}
.caseColumn {
	width:50px;
	display: inline-block;
	border: 1px solid #6e6e6e;
	height: 90px;
	line-height: 90px;
}
.imageColumn {
	width:90px;
	display: inline-block;
	border: 1px solid #6e6e6e;
	height: 90px;
}
.pllImageColumn {
	width:76px;
	display: inline-block;
	border: 1px solid #6e6e6e;
	height: 76px;
	padding: 8px;
}
.imageColumn>img {
	
	vertical-align: middle;
}
.ollItemHeading, .ollItem {
	margin-left: 10px;
}
.ollItemHeading>table>tr>.algorithmColumn, .ollItemHeading>table>tbody>tr>.algorithmColumn,
.ollItemHeading>table>tr>.imageColumn, .ollItemHeading>table>tbody>tr>.imageColumn,
.ollItemHeading>table>tr>.diagramColumn, .ollItemHeading>table>tbody>tr>.diagramColumn,
.ollItemHeading>table>tr>.caseColumn, .ollItemHeading>table>tbody>tr>.caseColumn  {
	line-height: 40px;
	height: 40px;
}
.algorithmColumn {
	width:300px;
	display: inline-block;
	border: 1px solid #6e6e6e;
	height: 90px;
}
/*
.algorithmColumn:before {
	content: "\00a0";
}
*/
.ollItem>table>tr>.algorithmColumn, .ollItem>table>tbody>tr>.algorithmColumn {
	font-weight: bold;
}
button.practice {
	margin-bottom: 10px;
	margin-left: 4px;
}
button.practice.random {
	padding-left: 4px;
	padding-right: 4px;
}
#scrambleDiv {
	margin-top: 10px;
	margin-left: 4px;
}
#notationDiv {
	margin: 10px;
	display: inline-block;
	text-align: center;
}
.tabs>h4 {
	display: inline-block;
	border: 2px solid rgba(73,73,73,0.2);
	border-radius: 10px 20px 0px 0px;
	padding: 5px;
	margin-left: -6px;
	border-bottom: 2px solid rgba(73,73,73,0.075);
	cursor: pointer;
}
.tabs>h4.selected {
	border-bottom: none;
}
#timerContainer {
	width: 100%;
	border-radius: 12px;
	background: rgba(255,255,255,0.35);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#timerContainer select{
	margin-top: 10px;
}
#timeDisplay {
	font-size: 36pt;
	font-weight: 600;
	line-height: 36pt;
	text-align: center;
}
#timerButton {
	width: 100%;
	height: 50px;
	margin-top: 12px;
}
#timeStats {
	margin-top: 10px;
}
.timeStat {
	width: 120px;
	background: white;
	padding: 0px 0px 0px 5px;
	border-radius: 5px;
	border: 1px rgba(73,73,73,0.2) solid;
	margin-bottom: 2px;
	display: inline-block;
}
#allTimes {
	overflow-y: auto;
	height: 260px;
}
#allTimes>b, .allTimesTopTen>b {
	display: inline-block;
	width: 20px;
}
.timeStat>i {
	float: right;
	cursor: pointer;
	margin-top: 3px;
}
#timerInfoDiv {
	display: none;
}
.documentList {
  border-top: 1px #000000 solid;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
}
.documentListItem {
  border-bottom: 1px #000000 solid;
  color: black;
}
.documentListLine {
  padding: 5px;
  position: relative;
  height: 26px;
  line-height: 27px;
}
.documentListLine > i {
  float: right;
}
.documentListLine > input {
  position: absolute;
  left: 5px;
  right: 22px;
  width: auto;
}
.probability {
	float: right;
	font-size: 12px;
	color: #b1b1b1;
	font-weight: 400;
}
.ollNotes {
	font-size: 12px;
	color: #b1b1b1;
	font-weight: 400;
}
.allTimesTime {
	width: 80px;
	display: inline-block;
}
.allTimesName {
	font-size: 12px;
	color: #b1b1b1;
	font-weight: 400;
}
.notation {
	display: inline-block;
	width: 90px;
	height: 90px;
	padding: 5px;
}
.notationPopover.highlighted {
	padding: 5px 0px 5px 5px;
	border: 1px solid white;
	border-radius: 8px;
	box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.25);
}
.cubeDisplay {
	position: relative;
	width: 100%;
	height: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
.cubieFace {
	position: absolute;
	width: 36px;
	height: 36px;
	top:-20px;
	left:-20px;
	backface-visibility: visible;
	transform-style: preserve-3d;
	border: 2px solid black;
}
.flexContainer {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
.flexContainer>div,.flexContainer>span {
	display: inline-block;
	display: inline-flex;
	margin-bottom: 10px;
}
.beginnerMethod {
	max-width: 900px;
}
.beginnerStep {
	border-top: 1px solid rgba(73,73,73,0.2);
	padding: 12px 0 8px 0;
}
.beginnerStep:first-child {
	border-top: none;
}
.beginnerStep h4 {
	margin-bottom: 8px;
}
.beginnerAlgorithm {
	background: rgba(255,255,255,0.45);
	border: 1px solid rgba(73,73,73,0.18);
	border-radius: 5px;
	margin: 8px 0;
	padding: 8px 10px;
	font-weight: bold;
}
.beginnerAlgorithmLabel {
	color: #777;
	display: inline-block;
	font-weight: 400;
	margin-right: 14px;
	min-width: 140px;
}
.beginnerAlgorithmLabel:after {
	content: ":";
}
@media (max-width: 480px) {
	.beginnerAlgorithmLabel {
		display: block;
		margin-bottom: 4px;
	}
}
