.FileTree{
    margin: auto;
    clear: both;
}

.FileTree {
    margin-top: 40px;
    margin-bottom: 40px;
}

#FileTree-gallery-twitstrap img {
    margin-bottom: 40px;
}

.FileTree-files-download a {
    padding-left: 23px;
    height: 25px;
    display: inline-block;
}

.FileTree-files-download a[href $='.pdf'] {  
    background: url("..img/pdf-icon.png") no-repeat top left;
}

.FileTree.dropdown > li {
    display: inline-block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    margin:5px;
    position: relative;
}

.FileTree.dropdown > li > a {
    font-size: 18px;
    background: #f8f8f8;
    padding: 20px;
    display: inline-block;
    width: 100%;
	font-weight: 700;
    height: 100%;

}

.FileTree.dropdown > li:hover > a {
    background-color: #009FE3;
    color: white;
}

.FileTree.dropdown ul {
    display: none;
    list-style-type: none;
    position: absolute;
    width: 100%;
    background-color: #ffba00;
    padding: 5px 20px;
    z-index: 5;
    overflow: auto; 
    max-height: 400px;
    margin: 0px;
} 

.FileTree.dropdown li a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 13px;
    display: block;
    width:100%;
}

.FileTree.dropdown > li > ul > li a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
}

.FileTree.dropdown > li > ul > li a:hover {
    color: #f75f4a;
}

.FileTree.dropdown ul i:before {
    content: "\f15b";
    font-family: "FontAwesome";
    font-style: normal;
    margin-right: 5px;
    color: black;
    width: 5px;
    text-align: center;
}

.FileTree a[href$=".tif"] i:before {
    content: "\f03e";
}

.FileTree.dropdown > li > ul > li {
    margin-bottom: 10px;
}

.FileTree.dropdown > li > ul > li:last-child {
    margin-bottom: 0px;
}

.FileTree.dropdown > li > a > i {
  float: right;
  line-height: 20px;
  font-size: 14px;
  color:#888;
}

.FileTree.dropdown > li:hover > a > i {
  color: #fff;
}

.fa .fa-download{
	padding:0;
}