.file-descriptive-link .btn {
	border-radius: 6px 6px 6px 6px;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 27px;
	padding: 19px 24px;
	text-align: center;
}

.file-descriptive-link h4, .file-descriptive-link p {
	margin-bottom: 0;
	color: #999999;
	margin: 0 auto;
	max-width: 50%;
	text-align: center;
	line-height: 20px;
}

.folder-file {
	overflow:auto;
        margin: 1em 0;
}

.folder-file > div {
	float:left;
	margin-right:0.4em;
}

.simple-file-list {
	margin:.5em 0;
	background-color: rgba(242,242,242,0.5);
	box-sizing: border-box;
	padding: 10px 20px;
}

.simple-file-list h4 {
	font-family: "Avenir_Heavy_1";
	padding-bottom: 5px;
	border-bottom: 2px dotted #6dc8bf;
}

.simple-file-list ul {
	font-family: "Avenir_Book_1";
	padding: 0;
	margin: 0;
}

.simple-file-list ul li {
	list-style-type: none;
}

.default-button-link .btn {
    font-family: "Avenir_Medium_1";
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5.5px 15px;
    background-color: #6dc8bf;
    border: 1px solid #6dc8bf;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    cursor: pointer;
    cursor: hand;
    margin-bottom: 5px;
}

.default-button-link .btn:hover {
    background-color: #6a6861;
    border: 1px solid #6a6861;
    color: #fff;
}
