.basics-main-container {
    /*float:center;
    border:1px solid #000;
    overflow:auto;*/
	margin-left: auto;
	margin-right: auto;
	max-width: 95%; /*needed for tablets and laptops */
	width: 95%; /*needed for phone*/
    height: 100%;
    color: #262626;
    background-color: #eee;
    z-index: -9999;	
}
.baseContainer h2{ /* No margins above <h2> tags */
    margin-top:0px;
    color: #333;
}
.baseContainer p{
    color: #262626;
}

.fingerBoard {
	background: url(../images/ViolinBasics/ViolinBoard.png) center top no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 380px;
	height: 775px;
    /*border: 1px solid #fff;
    z-index: 1;	*/
}
.finger-board-tablet {
	float: left;
	max-width: 50%;
}

.music-style-portrait {
	float: center;
	width: 100%;
}
.music-style-landscape {
	float: right;
	width: 50%;
}
.notes-details-tablets {
	float: right;
	width: 50%;
}

.med-font {
	text-align: center;
	color: black;
	
	height: 15px;
	width: 44px;
	background-color: #eee;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	z-index: 1;	
}
.med-font:hover{
    border: 2px solid #FF0000;
}

.noteDetails {
	overflow:auto;
	min-height: 320px;
}

/*Need the below for mobile tablets*/
.noteDetails > div > div > label {
	color: #669999;
}
