@media (max-width: 768px) {

.fa {
    font-size: 20px;
}

#MainTopLinks, #GameTopLinks {
    background-color: var(--light-bg-color);
    display: block;
    position: abssolute !important;
    z-index: 9999 !important;
    border-radius: 3px;
    padding: 3px;
    white-space: nowrap;
    margin-top: 3px;
    left: 165px;
    max-width:200px;
}
#MainTopLinks a, #GameTopLinks a {
    font-size: 1em;
 }
 #TopMenu li i {
    font-size: 12pt;
}
#TopIconDiv {
    margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 0;
}


#LogoDiv {
    background-image: url(images/MavenMobile.svg);
    background-repeat: no-repeat;
    background-position: 0px -5px;
    width: 160px;
    height: 50px;
    cursor: pointer;
}

#NotifyListContainer {
    padding: 10px;
    border: 1px solid #666;
    position: fixed;
    left: 5em;
    top: 60px;
    z-index: 9999;
    background-color: #fff;
    display: none;
    max-width: 22em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    max-height: 50em;
    overflow: auto;
    cursor: move;
}
#InvalidLoginDiv,
#NeedHelpDiv, #ForgotPasswordDiv,
#CreateAccountDiv{
  display:none;
  position:absolute;
  padding:20px;
  background-color:silver;
  top: 70px;
  left: 10px;
  border:3px solid #333;
  border-radius:5px;
}


.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;
}
.QuickTipSave,
.StudentNeedHelp,
.StudentNeedHelpOver,
.InstructorNeedHelp,
#NeedHelpDiv{
	display:none !important;
}

#industrySection {
	padding: 15px;
	padding-top: 30px;
	width: 90%;
}

#BuildNew {
    left: 190px;
    width: 160px;
}

#SubName{
  width:240px !important;
}

.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: 12pt;
	margin-left: 30px;
	font-weight: bold;
	white-space: pre;
	margin-top: -22px;
	position: absolute;
}

.processLabel::before {
	content: "Process\aQuarter";
	font-size: 12pt;
	margin-left: 30px;
	font-weight: bold;
	white-space: pre;
	margin-top: -30px;
	position: absolute;
}


.reviewLabelMenu,
.saveLabelMenu,
.processLabelMenu,
.restartLabelMenu,
.restartLabel,
.processLabel {
    width: 100px;
    margin-left: -12px;
    margin-top: 5px;
}

.reviewLabelMenu::before,
.saveLabelMenu::before,
.processLabelMenu::before,
.restartLabelMenu::before,
.restartLabel::before,
.processLabel::before {
  font-size:12pt;
}



.panelHeader {
	font-family: Ubuntu, Arial, sans-serif;
	color: #eee;
	font-size: 12pt;
	margin-left: 5px;
	margin-right: 0px;
	padding-right: 0px;
  line-height: 20px;
}
#CompInfoTabDiv,  #CashTabDiv {
	position: absolute;
	right: 10px;
	top: 75px;
}
.internalTable td{
    padding: 2px 5px;
}

#MDTabDiv, #WHOTabDiv {
    position: relative;
    right: 10px;
    top: 0;
    height: 35px;
}

.perceptionTab, .MDTab, .CashTab, .CompInfoTab, .WHOTab {
	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;
}

#panelSavedDecisions,
#panelReviewDecisions,
#panelBalSheet,
#panelIncome,
#panelCashFlow,
#panelTeamInfo,
#panelMain{
  width:unset !important;
}

#DashContainerTools{
   height:unset;
   right:unset;
   left:10px;
   position:relative;
   margin-bottom:15px;
}

.TotalElement {
    font-weight: bold;
    color: #eb0f32;
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#DashContainerTools i{
  font-size:27px;
}

.PanelSection1 td,
.PanelSection2 td,
.PanelSection3 td{
  padding:0px; 
}


.PanelSection1 th,
.PanelSection2 th,
.PanelSection3 th{
  padding:0px;
  font-size:1.1em;
}


#panelIncome th, #panelBalSheet th, #panelCashFlow th, #panelWHOp th, #panelMRKT th, #panelSAReport th {
    font-size: 1.1em;
 }

#ViewSelector {
    position: absolute;
    right: -10px;
    top: 50px;
    padding: 1em;
}

#NotifyMessage {
  left:25% !important;
}

#TopMiddleMenu {
    position: absolute;
    top: 65px;
    right: 15px;
    opacity: 1;
    font-size: 8pt;
    z-Index: 10;
}


}