
/* Api Call
-----------------------------------------------------------------------------*/

.med-api-wrap {
  background:#f0f0f0;
  margin-top:1.5em;
  padding:15px;
  font-size:12px;
}

.med-api-loader {
  display:none;
  width:100px;
  height:40px;
  background:url('../images/spinner.gif') no-repeat 0 0;
  background-size:auto 30px;
}

#api-form.loading + .med-api-wrap .med-api-loader {
  display:block;
}

.med-api-wrap hr {
  background:#ccc !important;
  height:1px !important;
  border:0 !important;
}

#output {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
}

#output > p,
#output > hr {
  flex:0 0 100%;
}

#output > ul {
  margin:1em 0;
  flex:0 0 50%;
}

#output > button {
  flex:0 0 auto;
  margin:1em 0;
}

#Site-main .med-inject-data {
  display:none !important;
}