html,
body {
  margin                   : 0;
  padding                  : 0;
  width                    : 100%;
  height                   : auto;
  font-size                : 100%;
  -webkit-text-size-adjust : 100%;
  -moz-text-size-adjust    : 100%;
  -ms-text-size-adjust     : 100%;
}

body {
  background-color : #fff;
  display          : flex;
  flex-direction   : column;
}

#speed-test-panel {
  flex-shrink    : 0;
  flex-grow      : 0;
  min-width      : 0;
  min-height     : 0;
  display        : flex;
  flex-direction : column;
}

.panel-dark-blue {
  background-color : #0d3952;
}

.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }

.panel-light-blue {
  background-color : #218ecc;
}

#survey123-webform {
  height      : auto;
  flex-shrink : 1;
  flex-grow   : 1;
  min-width   : 0;
  min-height  : 0;
}
