@charset 'utf-8';
textarea{
	height: 100%;
}
#textEditArea {
	height: 100%;
	margin-left: 3%;
}

#notes{
	height: 100%;
}
/*NOTES ON PAGE 2
*/
.tabs [id^='notes']:checked + label {
    top: 0;
    padding-top: 0.4em;
    color: #fff;
    background: #264c5e;
    /* border-bottom: 1px solid #264c5e; */
}

.tabs [id^='notes']:checked ~ [id^='notes-content'] {
    display: block;
    height: 90%;
}

.addToNotes{
	cursor: pointer;
}
.chosenNotes{
	background-color: #F9D176;
	
}
.notesTab {
    width: 24%;
    
}
.notesTab label{
	text-overflow: ellipsis;
	    padding-top: 0.4em;
}
.tab-notes {
    overflow-y: scroll;
}

	/* ----------- Large Display ----------- */
	@media screen and (min-width: 1920px) and (min-height: 1080px) { 
	  /* Styles */
	}
	/* ----------- Laptop HiDPI screen ----------- */
	@media screen and (min-width: 1440px) and (min-height: 900px) { 
	  /* Styles */
	}
	/* ----------- Laptop ----------- */
	@media screen and (min-width: 1366px) and (min-height: 768px) {
	  /* Styles */ 
	}
	
	/* ----------- Laptop MDPI screen ----------- */
	@media screen and (min-width: 1280px) and (min-height: 800px) { 
	  /* Styles */
	}
	/* ----------- iPad ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {      
	  /* Styles */
	}
	/* ----------- iPhone 5 ----------- */
	@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
	  /* Styles */
	}
	