body {
  font-family: 'Verdana', sans-serif;
  /*min-height: 2000px;*/
  padding-top: 50px;
  /*background-color: #ccdcd4;*/
}

@media print {
    body { padding-top: 0; }
    h1 { font-size: 110%; }
    table.small-print { font-size: 60%; }
    td { padding: 0 !important; }
    th { padding: 0 !important; }
    a[href]:after {
      content: none !important;
    }
}

.bordered {
  border: solid 1px  #cccccc;
  border-radius: 4px;
  border-collapse: collapse;
}

body.pda {
  padding-top: 0;
}

.pp-main {
  /*background-color: white;*/
  min-height: 500px;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 5em;
  padding-top: 2em;
}

.pp-empty {
  min-height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-top: 0em;
}

body.empty {
  padding-top: 0;
}


footer {
    border-top: solid 1px #004e29;
    padding-top: 1ex;
    padding-left: 3em;
    padding-right: 3em;
    /*background-image: -webkit-linear-gradient(top, #004e29 0%, #ffffff 100%);*/
}

/* our brand color is #cd202c; */
.keyval {
  color: inherit;
  font: inherit;
  margin: 0;
  padding-right: 5em;
}

tr.hidden {
    visibility: hidden;
}

.navbar-alert-yes {
    background-color: #bc2131;
    font-size: 200%;
    font-weight: bold;
}
/*.navbar-alert-yes:hover {
    background-color: white !important;
}*/
.navbar-alert-no {
    font-size: 200%;
    font-weight: bold;
}

.linethrough {
    text-decoration: line-through;
}

.embed-responsive-wide {
  padding-bottom: 40%;
}

.tight {
    margin: 0;
}
.table-nonfluid {
    width: auto !important;
}
.highlt {
    background-color: yellow;
}
.label-default a {
    color: #b8e7dc;
}
dd {
    margin-left: 5em;
}

.tpprogressbar {
  border: solid 1px #256e5d;
  padding: 1px;
}

.tpprogressbar>div {
  padding: 0px;
  height: 8px;
}
.tpprogressbar>div.info {
  background-color: #5bc0de;
}
.tpprogressbar>div.success {
  background-color: #5cb85c;
}
