
#image{
text-align: center;

}
/*#content{
	overflow-x: hidden;
}*/
img{
	width:70%;
	border:3px solid #f4ac42;
	height:auto;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px #32343a;
  	-moz-box-shadow: 0 8px 6px -6px #32343a;
 	box-shadow: 0 8px 6px -6px #32343a;
}

button{
	color:#fff;
	width:100%;
	margin:4% 0 0 0;
		padding:12px;

}

button a:link {color: #fff;}
button a:visited {color: #fff;}
button a:hover {color: #fff;}

td{
		border: 1px dashed #f4ac42;
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
	   	color:white;
		text-align: center;
		padding:2%;

	
}

tr{
	
	background-color:#16a79d; 
	border: 1px dashed #f4ac42;
	height: 2em;
	vertical-align: middle;
	width: 100%;
}


#graphcontainer{
	height: 60%;
	width: 78.15%;
}

.tableInput, tbody tr th {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	
	padding:2%;
	background-color:#16a79d;
	border-style: none; 
    resize: none;
    color:white;
    text-align: center;
}

tbody tr th, tbody tr td{
	width: 100%;
}
tbody tr th, tbody tr td{
	width: 15%;
}
/*ACTIVITY 21C
*/
tbody{
	width: 100%;
}
#fixedCost, #variableCost, #totalCost{
	width: 100%;
}
 tbody tr#fixedCost th,  tbody tr#variableCost th,  tbody tr#totalCost th{
	width: 28%;
}
 tbody tr#fixedCost td, tbody tr#variableCost td, tbody tr#totalCost td{
	width: 9%;
}




td .tableInput{

	min-width:40px;
	width:90%;
}

#datatable{
	width: 100%;
}
#datatable2{
	
	width: 100%;
}



.headers, .combinedHeaders{

 	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: white;
	border: 1px dashed #f4ac42;
	background-color:#cf4858;
	padding:2% 1% 2% 1%;
}


.quantity, .combinedQuantity{
	
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	width:50%;
	color:white;
	padding: 1%;
}
.cost{
	text-align: center;
	
}




.inputBox, #breakEvenInputBox{
	padding:5%; 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin:5% 0 5% 0;
	height:25px;
	background-color: white;
	border: 1px dashed #16a79d;
	text-align: center;
	color: #4d505b;
	overflow:auto;
    white-space: nowrap;
    width: 95%;
}
#breakEvenInputBox br {
        display:none;

    }
.extraquestion{
	padding: 2%;
  background-color: #f4ac42;
  color: #32343a;
  border-bottom: 1px dashed #16a79d;
  display: none;
  margin-bottom: 2%;
}
#feedbackText{
	display: none;
	margin:5% 0 5% 0;
	padding:2%;
	text-align: center;
	background-color: #cf4858;
}

#checkGraphHolder{
	margin-left: 31.66%;
}


/* ----------- Large Display ----------- */
    @media screen and (max-width: 1920px) and (max-height: 1080px) { 
      /* Styles */
      img{
	width:50%;
	
}
    }
    /* ----------- Laptop HiDPI screen ----------- */
    @media screen and (max-width: 1440px) and (max-height: 900px) { 

      /* Styles */

    }
    /* ----------- Laptop ----------- */
    @media screen and (max-width: 1366px) and (max-height: 768px) {
      /* Styles */ 
     
img{
	width:50%;
	
}
    }
    
    /* ----------- Laptop MDPI screen ----------- */
    @media screen and (max-width: 1280px) and (max-height: 800px) { 
      /* Styles */
    }
    /* ----------- iPad ----------- */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) {
      /* Styles */
      /*header{
      	height: 15%;
      }*/

      h1{
      	font-size: 1.7em !important;
      }

      .col{
      	  margin: 1% 0 0 1%;
      }

      #textHolder{
      	margin: 0 0 0 3%;
      }

      #graphcontainer{
      	height: 350px;
      }

    }
    /* ----------- iPhone 5 ----------- */
    @media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
      /* Styles */
    }

/*PROMPTS*/

#promptholder {
  display: none;
  position: absolute;
  top: 15%;
  left: 14%;
  background-color: #16a79d;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8em;
  width: 400px;
  height: 60px;
  z-index: 500;
  padding: 2em;
  cursor: move;
}

.prompt {
  display: none;
  z-index: 5000;
}

.prompt p {
  width: 90%;
  line-height: 1.5em;
  color: white;
  padding-bottom: .6em;
  margin-left: 5%;
  text-align: left;
  margin-bottom: 1em;
}

.prompt h5 {
  color: #fff;
  font-size:large;
  text-align: left;
  margin-left: 5%;
  margin-bottom: 1em;
}

.primpt ul{
	padding-bottom: .6em;
    text-align: left;
    margin-bottom: 1em;
}

.prompt li {
  	color: #fff;
  	font-family: 'Montserrat', sans-serif;
 	margin-left:40px;
    line-height: 1.7em;  
}

#promptNumber {
  display: inline-block;
  width: 65%;
  margin-left: 18%;
  padding-top:20px;
}

.promptNumberSquare {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  background-color: #FFF;
  display: inline-block;
}

.promptNumberSquare.focus {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

#promptClose_btn {
	
  background-image: url("http://chilp.it/39e5273");
  width: 32px;
  height: 33px;
  float: right;
  position: relative;
  top: -20px;
  right: -20px;

}

#promptLeft_btn {
  background-image: url("http://chilp.it/de0b108");
  width: 32px;
  height: 33px;
  float: left;
}

#promptRight_btn {
  background-image: url("http://chilp.it/1ad0b57");
  width: 32px;
  height: 33px;
  float: right;
}

#promptLeft_btn:hover {
  background-image: url("http://chilp.it/de0b108");
  width: 32px;
  height: 33px;
  float: left;
  opacity: 0.7;
  background-color: #f4ac42;
}

#promptRight_btn:hover {
  background-image: url("http://chilp.it/1ad0b57");
  width: 32px;
  height: 33px;
  float: right;
  opacity: 0.7;
  background-color: #f4ac42;
}

#promptholder button {
  cursor: pointer;
  z-index: 5000;

}

.prompt button:hover {
  background-position: 0px -35px;
  cursor: pointer;
  z-index: 5000;
  
}

#prompt_btn:a {
  z-index: 5000;
  background-image: none;

}

#prompt_btn {
  position: relative;
  margin: 0 20px;
  height: 3em;
  width:8em;
  cursor: pointer;
  z-index: 5000;
  background-image: none;
  margin: 2% 0;
  color:white;
  margin-left:40px;
}

#prompt_btn:hover {
  background-image: none;
}

#prompt_btn:a {
  background: #1D4E89;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
  color: #FFF;
  padding: 3px 6px 2px 6px;
  text-align: center;
  text-decoration: none;
  background-image: none;
  z-index: 5000;
}

button {
margin-left:30px;
  background-image: none;
  border:0px;
}