html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #f3f3f3;
  color: #000;
  margin: 0;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

.tex-left {
  text-align: left;
}

.errorMsg{
    color: #ff0000;
    padding: 0px;
    margin: 0px;
}
.intelDemoDepotTitle{
  font-size: 5rem
}
.intelDemoDepotSubTitle{
  font-family: Intel Clear Pro, sans-serif !important
}
.clearBoth{
  clear: both;
}
.displayNone{
  display:none;
}
.colorRed{
   color: #ff0000;
}
.marginAuto{
  margin: auto;
}
.success-msg{
  color: #00A300;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}