* {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: 'Roboto', sans-serif;
}

h5,
h6 {
  font-family: 'Merriweather', serif;
}

#tocopy {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif;
  border-color: white;
  border-style: none;
  border-width: 0;
}

a {
  text-decoration: none;
  color: black;
}

.modal-dialog {
  /* max-width: 800px; */
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.btn-close {
  position: absolute;
  right: -30px;
  top: 0;
}

.highlight {
  background-color: yellow;
  font-weight: 700;
}

#imgexample {
  display: none;
}

#previewdatarow {
  display: none;
}
.inst > p {
  padding: 15px 5px 10px 10px;
}

.inst > h5 {
  padding: 15px 5px 10px 0px;
  border-bottom: 1px solid black;
}

textarea {
  resize: both;
}

#imgresizerow {
  display: none;
}

table,
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: white;
  border-style: none;
  border-width: 0;
}
