/* GENERAL */
body {
    margin: 40px 0 0 0;
    min-width: 640px;
}

.navbar .brand {
	padding: 0 20px 0;
}

.navbar .nav {
	margin: 3px 10px 0 0;
}

/* WELCOME BOX */
#welcome {
	margin: 30px 0; 
}

#welcome .span4 {
	background:url(http://www.androidfilehost.com/images/slide_welcome.png) no-repeat -238px;
	height: 220px;
	display:block;
	}

/* BREADCRUMBS */
#page-top a {
    color: #AAA;
    display: inline-block;
    margin: 0;
}

#page-top a:hover {
    color: #999;
    text-decoration: none;
}

.breadcrumb {
    margin: 0;
    position: relative;
}

/* DIRECTORY LISTER */
.directory-listing {
	margin-top: 15px;
}

.directory-listing li {
    position: relative;
}

.directory-listing li span {
    display: inline-block;
}

.file-name {
    width: 600px;
}

.file-name .icon-wrapper {
    display: inline-block;
    text-align: center;
    width: 16px;
}

.file-name i {
    color: #555;
}

.file-size {
    text-align: right !important;
    width: 110px;
}

.file-modified {
    text-align: right !important;
    width: 170px;
}

/* GET DOWNLOAD PAGE */
#getdownload {
	width: 65%;
	margin: 30px auto;	
}


/* RESPONSIVE */
@media (min-width: 1200px) {

    .breadcrumb-fixed .breadcrumb {
        width: 1140px;
    }

    .file-name {
        width: 845px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .breadcrumb-fixed .breadcrumb {
        width: 694px;
    }

    .file-name {
        width: 400px;
    }

}

@media (max-width: 767px) {

    .breadcrumb-fixed .breadcrumb {
        margin: 0 12px;
        width: auto;
    }

    .file-name {
        width: 55%;
    }

    .file-size {
        width: 80px;
    }

}