canvas#draw_canvas{
  border: 3px solid #000;
  position: relative;
  /* width: 100px;
  height: 100px; */
}

html{
  height: 100%;
  width: 100%;
}

html{
  background-color: rgb(252, 200, 209);
}
html.image-creator{
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0f2027, #203a43, #2c5364); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
html.inference{
  background-color: rgb(107, 243, 255);
}

button > i.fas{
  margin: 0px 0.3em 0px 0px;
}

button.icon-only > i{
  margin: 0px 0em 0px 0px;
}

div.list{
  display: flex;
  align-items: center;
  flex-direction: column;
  word-break: break-all;
}

div.list ul{
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

#labelSelect, #modelNameSelect{
  height: 2.8em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-bottom: 16px;
}

#modelNameOptionsReload{
  height: 2.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

div#result_text{
  margin-top: 10px;
  width: 700px;
  max-width: 100%;
  height: 110px;
  overflow-y: scroll;
  resize: both;
  text-align: left;
  word-break: break-all;
  background-color: dimgrey;
  color: whitesmoke;
}

div#result_text p{
    margin: 0;
}
