p {
  color: red;
}

.inherit {
  color: green;
}

.msstable {
    border-collapse: collapse;
    border: 0px solid red;
}

.msstablehdr {
    border: 1px solid black;
    text-align: center;
    background-color: cornflowerblue;
}

.msstablerow {
    border: 1px solid black;
    text-align: center;
    background-color: aliceblue;
}

.info {
  font-family: "Lucida Console", Courier, monospace;
  color: darkolivegreen;
  font-size: small;
}

.readonly {
  font-family: "Lucida Console", Courier, monospace;
  color: black;
}

.unchangeable-single-field {
  font-family: "Lucida Console", Courier, monospace;
  color: darkolivegreen;
}

.error-field {
  font-family: "Lucida Console", Courier, monospace;
  color: darkred;
}

.titlecontainer {
    background-color: #c2edf8;
    border: 1px solid gray;
}

.navbar {
    background-color: #e3f2fd;
    border: 1px solid gray;
}

.maineditcontainer {
    background-color: #60b3f3;
    border: 1px solid black;
}

.uem-label {
    display:inline-block;
    width:300px;
}

.ldtable {
      width: 100%;
      table-layout: fixed;
}

.ldtdatarow:nth-child(even) {
    background-color: #f2f2f2;
}

.iconshowcontainer {
    background-color: white;
    border: 1px solid black;
}

.img-thumbnail {
    height: 40px;
    width: 40px;
}

.listcontainer {
    background-color: #cde7fc;
    border: 1px solid gray;
}

.positioneditcontainer {
    background-color: #bbd6ea;
    border: 1px solid black;
}

.audioeditcontainer {
    background-color: #f1eac4;
    border: 1px solid black;
}

.logininput {
    margin-top: 15px;
    margin-bottom: 15px;
    color: darkolivegreen;
}

.submitbutton {
    display:block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.edit-multiline {
    margin-left: 20px;
}
