html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 99%;
}

.test {
    font: bold 12px Arial Black;
    color: red
}

.textarea {
    width: 80%;
    height: 500px;
}

.mailtext {
    width: 90%;
    max-width: 100%;
    min-width: 80%;
    height: 500px;
}

DraggableDiv {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
}
.menu {
    position: absolute;
    width: 120px;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);*/
    display: none;
    background: #0d4058;
}
.menu-options {
    list-style: none;
    padding: 10px 0;
}
.menu-option {
    font-weight: 500;
    color:white;
    font-size: 14px;
    padding: 10px 40px 10px 20px;
    cursor: pointer;
    &:hover
}
.hovertable {
  
}

    .hovertable th td {
        
    }

    .hovertable tr:hover {
        background-color: cadetblue;
    }
    .hovertable tr:first-child:hover {
        background-color: transparent;
    }
    .pencilfield{
        cursor:url('Images/pencilPointer.png') 0 32 ,pointer
    }