html, body{
    overflow-x:hidden;
}

html, body{
    min-width:900px; /* suppose you want minimun width of 900px */
    width: auto !important;  /* Firefox will set width as auto */
    width:900px;             /* As IE ignores !important it will set width as 900px; */
}

div.title_container{
    padding-bottom:0;
    margin-bottom:0;
}

div.title_container h1{
    margin: 0.4rem;
    margin-bottom:0;
    padding-bottom:0;
}

button.icon{
    margin-top:0.4rem;
}

button#penToolBtn{
    background-color:rgba(0,0,0,0);
    background:url("../images/penIcon.png") no-repeat;
    width:33px;
    height:33px;
}

button#penToolBtn:hover {
    background-position: 0px -35px;
    cursor:pointer
}

#penToolOptions{
    top:50px;
    width:450px;
    height:4em;
}

.slide{
    width:20%;
    background-color: whitesmoke;
    display:inline-block;
    margin:20px;
    padding:20px;
    cursor: pointer;
    border: 1px solid gray;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
}


div.imageholder{
    padding-left:0;
    padding-right:0;
}

div.nameholder{
    width:100%;
    height:3rem;
    margin:0.5rem 0 0.2rem 0;
    padding:0.5rem 0 0.2rem 0 ;
}

div.label{
    font-size: 1.2rem;
    color:#000;
}

span.slidename{
    font-family: 'Open sans', sans-serif;
    color: #004400;
    font-size:1rem;
    line-height:1.2rem;
    font-weight:bold;
    width:100%;
    margin:0;
    padding:0;
}

.labelHolder{
    width:100%;
    margin:5rem;
    margin-left:0;
}

div.labelNum{
    width:2rem;
    font-family: 'Open sans', sans-serif;
    font-size: 1.2rem;
    height: 2rem;
    margin:1rem;
    margin-right:0;
    padding:0.25rem 0.5rem;
    line-height: 1.4rem;
    border-radius:50%;
    border: 2px solid #004400;
    background-color:#fff;
}

div.copyright{
    font-size:0.8rem;
    text-align: left;
    margin-top:-0.5rem;
    margin-left:2rem;
    padding:0;
}

div.button_row{
    margin-top:2rem;
}


.results {
    text-align: center;
    font-family: 'Open sans', sans-serif;
    color: #ffffff;
	width: 100%;
  	background-color: #004400;
	border: thin;
	border-style:solid;
	border-color: #004400;
}

.check {
	cursor: pointer;
	text-align: center;
	font-family: 'Open sans', sans-serif;
	color:white;
	width:100%;
}

div.dropZone{
    background-color: rgba(22, 167, 157, 0.46);
    font-size: 1.2rem;
    height: 3rem;
    width:100%;
    line-height: 1.4rem;
    margin: 1rem 2rem;
    padding:1rem;
}

.draggable {
    display:inline-block;
    font-size: 1.2rem;
    height: 3rem;
    line-height: 1.4rem;
    cursor: pointer;
    text-align: center;
	padding: 1rem;
    margin:1rem;
    vertical-align: middle;
    color: #000000;
    background-color: rgba(22, 167, 157, 0.46);
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.returnMainBtn{
    width:100%
}

span.glyphicon{
    font-size: 2rem;
}

.glyphicon-remove{
    color:crimson;
    z-index: 1000;
    margin:auto;
    text-align:center;
}

.glyphicon-ok{
    color:darkgreen;
    z-index: 2000;
    margin:auto;
    text-align:center;
}


/*---------------- Media Queries ---------------*/

@media (min-width: 500px) {
    
    header h1{
        font-size:1.4rem;
        margin: 0.4rem;
    }
    
    div.nameholder{
        width:100%;
        height:3rem;
        margin:0.2rem 0 0.2rem 0;
        padding:0.2rem 0;
    }
    
    span.slidename{
        font-size:0.8rem;
        line-height:1rem;
    }
    
     div.diagram_holder{
        max-width:500px;
    }
}


@media (min-width: 1200px) {
    
    header h1{
        font-size:1.6rem;
        margin: .4rem;
    }
    
    span.slidename{
        font-size:1.1rem;
        line-height:1.3rem;
    }
    
     div.diagram_holder{
        max-width:500px;
    }
}

@media (min-width: 1800px) {
  
    div#instructions{
        font-size: 1.4rem;
    }
    
    span.slidename{
        font-size:1.2rem;
        line-height:1.4rem;
    }
   
    div.diagram_holder{
        max-width:600px;
    }

    footer{
        font-size: 1.4rem;
    }
}

/*--------------- print Queries --------------------*/ 