#ResponseMetaInfo {
  height: 100px;
}
#ResponseMetaInfo .container-fluid {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#ResponseMetaInfo .response-meta-container {
  padding: 10px;
  width: 100%;
  height: 100%;
}

#ResponseMetaInfo #ResponseConditions {
  width: 100%;
  height: 40px;
  /* border-radius: 7.5px; */
  box-shadow: 0px 1px 5px 1px lightgray;
  margin-bottom: 10px;
  font-size: 30px;
}
#ResponseMetaInfo #ResponseRedirect {
  width: 100%;
  height: 40px;
  /* border-radius: 7.5px; */
  box-shadow: 0px 1px 5px 1px lightgray;
  margin-bottom: 10px;
  font-size: 30px;
}
#ResponseMetaInfo #ResponseRedirect .redirect-icon {
  width: 30px;
  height: 30px;
  float: left;
  margin: 5px;
  margin-left: 10px;
}
#ResponseMetaInfo #ResponseConditions .condition-icon {
  width: 30px;
  height: 30px;
  float: left;
  margin: 5px;
  margin-left: 10px;
}