@media (max-width: 768px) {


.panelMRKT,
.panelOPER,
.panelFINA{
	min-width:325px;
}



#NeedHelpDiv, #ForgotPasswordDiv,
#CreateAccountDiv{
  display:none;
  position:absolute;
  padding:20px;
  background-color:silver;
  top: 70px;
  left: 10px;
  border:3px solid #333;
  border-radius:5px;
}


#panelGameSummary {
    width: 700px;
    height: 400px;
}

.ProcessQrtIconMenu {
    position: relative;
    top: 0px;
    left: -5px;
    color: gold !important;
}

#ThingsToDoContainer {
    padding: 10px;
    background: white;
    bottom: 0.5em;
    max-width: 950px;
    left: 2em;
    display: inline-block;
    margin-top: 30px;
}


.hasTT::before {
  font-family: FontAwesome;
  content: "";
  font-size: 1em;
}

#ValidationDiv {
    position: absolute;
    z-Index: 2000;
    width: 250px;
    top: 400px;
    left: 50px;
    display: none;
    background-color: #f0f0f0;
    border: 2px solid black;
    padding: 25px;
}
#TheValidation{
	width:200px;
}


.ACCOUNTWIDE {
    text-align: left;
    width: 16em;
}
input {
    text-align: right;
    width: 4.5em;
    margin-right: 0px;
    border-radius: 5px;
    padding: 4px;
}
.panelMainTable {
  padding: 0;
  margin: 0;
  margin-top: 55px;
}

#ExportCompLink {
    margin-top: -35px;
    margin-left: 150px;
    height: 30px;
    position: absolute;
}

.InstructorNeedHelp,
#NeedHelpDiv{
	display:none;
}

#industrySection {
	padding: 15px;
	padding-top: 30px;
	width: 90%;
}

#BuildNew {
    left: 190px;
    width: 160px;
}


.StudGameTable{
	margin:1em 0 !important;
}


#panelMRKT{
	min-width:355px !important;
}


#panelCompInfo {
    min-width: 300px;
}
.RegionDetail{
	display:none;
}
.MobileOnly{
  display:block;
}

#MobileIconDiv{
	right: 10px;
	position: absolute;
	margin-top: 1em;
}


#MobileIconDiv a {
	vertical-align: top;
	padding: 1em;
}

#perceptionContainer {
    position: absolute;
    bottom: 1em;
    right: 0em;
}
.perceptionHeader{
	margin-left: 2.5em;
}
#perceptionTabDiv{
	margin-left: 4em;	
}

.restartLabel::before {
	content: "Restart";
	font-size: 14pt;
	margin-left: 30px;
	font-weight: bold;
	white-space: pre;
	margin-top: -22px;
	position: absolute;
}

.processLabel::before {
	content: "Process\aQuarter";
	font-size: 14pt;
	margin-left: 30px;
	font-weight: bold;
	white-space: pre;
	margin-top: -30px;
	position: absolute;
}

.restartLabel,
.processLabel {
	width: 100px;
	margin-right: 10px;
}

.panelHeader {
	font-family: Ubuntu, Arial, sans-serif;
	color: #eee;
	font-size: 12pt;
	margin-left: 5px;
	margin-right: 0px;
	padding-right: 0px;
}
#CompInfoTabDiv,  #CashTabDiv {
	position: absolute;
	right: 10px;
	top: 75px;
}
.internalTable td{
    padding: 2px 5px;
}

#MDTabDiv,
#WHOTabDiv {
	position: absolute;
	right: 10px;
	top: 63px;
}

.perceptionTab, .MDTab, .CashTab, .CompInfoTab, .WHOTab {
	background-color: #3d5414;
	color: white;
	border: 1px solid #34878c;

	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.highlight, .perceptionTabSelect, .MDTabSelect, .CashTabSelect, .CompInfoTabSelect, .WHOTabSelect {
	color: #78a030;
}
#TopMenu, #ResourceCenter {
	padding-right: 0; 
	padding-top: 0;
}

#ResourceCenter ul li, #TopMenu ul li {
	list-style-type: none;
	padding: 0;
	padding-top: .7em;
	font-size: 1.1em;
	color: #fff;
	margin-left:-25px;
}



}