
#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{
	width:100%;
	margin:2% 0 0 0;
}

td{
	border: 1px dashed #f4ac42;

	
}

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: 50%;
}
tbody tr th, tbody tr td{
	width: 50%;
}
/*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%;
}



.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;
	
}


#showData, #editData, #drawLine, #checkGraph, #next{
	display: none;
}

.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 */
    }

