/** bootstrap overrides **/

.list-group-item {
  border-bottom: #8c182d solid 1px;
  border-right:none;
  border-left:none;
  border-top:none;
  border-radius: 0 !important;
  margin-bottom:0;
}

.list-group {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list-group-item a {
  display: block;
  color: #552d16;
  text-decoration: none;
  font-family: OpenSansBold;
  cursor: pointer;
  font-size:1.3em;
}

.list-group-item:hover {
  background: #d5cdb4;
}

article ul {
  list-style:none;
  }
  
article li{
  border-bottom:#8c182d solid 1px;
  padding:.5em;
  }
  
article li a {
  display:block;
  color:#552d16;
  text-decoration:none;
  font-family:OpenSansBold;
  cursor: pointer;
  }
  
article li:hover{
  background:#d5cdb4;
  }

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}