/*============================================================================
  Blank LAYOUT
  ============================================================================*/

#BlankLayout {
  height: 100px;

  padding-top: 120px;
  padding-bottom: 90px;

  background-image: url(../img/controlpad/blanklayout-bg.png);
  background-repeat: no-repeat;
  background-position: 60px 25px;
  background-size: 199px 109px;
}

#BlankQuestionLabel {
  position: absolute;
  left: 75px;
  top: 55px;
  width: 260px;
  color: #24547d;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}

#BlankInsterstitial {
  position: absolute;
  left: 60px;
  top: 135px;
  width: 200px;
  height: 176px;
}


/*============================================================================
  BETWEEN 360px AND 969px WIDE
  ============================================================================*/
@media (min-width: 360px) and (max-width: 970px) {
  #BlankLayout {
    margin-left: 20px;
  }

  #BlankQuestionLabel {
    margin-left: 20px;
  }

  #BlankInsterstitial {
    left: 80px;
  }
}

/*============================================================================
  WIDER THAN 970px
  ============================================================================*/
@media (min-width: 970px) {
  #BlankLayout {
    left: 0px;
    top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 400px;
    background-position: 385px 153px;
    background-size: 355px 195px;
  }

  #BlankQuestionLabel {
    left: 410px;
    top: 225px;
    font-size: 26px;
  }

  #BlankInsterstitial {
    position: absolute;
    left: 130px;
    top: 165px;
    width: 240px;
    height: 211px;
  }
}