body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

/*#info-remarks a {*/
  /*color:black;*/
  /*text-decoration: underline;*/
/*}*/

/*#suspicious-remarks a {*/
  /*color:black;*/
  /*text-decoration: underline;*/
/*}*/

/*#malicious-remarks a {*/
  /*color:black;*/
  /*text-decoration: underline;*/
/*}*/
.ekko-lightbox .modal-content{
    min-width:600px;
}

.list-group-item{
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item-heading {
    white-space: nowrap;
    word-break: break-all;
}

a:link {
    color:black;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color:black;
    text-decoration: none;
}

/* visited link */
a:visited {
    color:black;
    text-decoration: none;
}

a:active {
    color:black;
    text-decoration: none;
}

.container { margin-top: 10px; }

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  height: 145px;
  display: flex;
  align-items: flex-end;
    margin: 4px auto 4px auto;

  float: left;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
