.file {
    display: table;
    font-size: 105%;
    margin: 5px 0 -12px -7%;
}

.file>span:last-child {
    border-right: none; 
}

.file>span:first-child {
    border-left: none; 
}

.file>span {
    background: #fff;
    color: #337ab7;
    border-bottom: none;
    border-top: none;
}

.file-size {
  display:none;
}

.display {
 
  font-weight: bold;
}

.wrap {
    display: list-item;
    list-style: none;
    text-align: -webkit-match-parent;
    border: 1px solid #CCC;
    
    margin-bottom: 3%;
   
    border-radius: 10px;
    width: 95%;
}

.title {
  color: rgba(34,110,147,1);
    font-family: Lato, sans-serif;
    font-size: 18pt;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-top: 30px;
  padding-top: .5%;
  padding-bottom: .5%;
}

.padding {
  padding: 5px;
}

ol, ul {
    margin-top: -8px;
    margin-bottom: 10px;
}
h2 {
  margin-top: 30%;
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
    z-index: 1;
}

.btn-secondary:hover, a:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    text-decoration: none;
}


.active {
  color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}


.icon-before {
    margin-top: 0px !important;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2c4d9e;
    background-image: none;
    border-color: #2c4d9e;
}
