﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.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: 280px;
}*/

.loading {
    position:absolute;
    top: 20%;
    right: 40%;
}
.thead-light 
{
    background-color: #f5f5f5;
}
.thead-light th 
{
    color: #8a8a8a;
}
.shadow 
{
    text-shadow: 0px -1px 0px #fff;
    font: bold 12pt sans-serif !important;
}

.btn-primary, .btn-info, .btn-danger {
  min-width: 90px;
  margin-bottom: 3px;
}
.btn-sm {
  min-width: 35px;
  margin-bottom: 3px;
}
.input-group  {
  margin-top: 5px;
}
.col-sm-4 {
    margin-bottom: 3px;
}

.text-block {
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.6;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.text-problem {
        border-left: 4px solid #07c6ff;
    }

.text-answer {
    border-left: 4px solid #1dbb00;
}
