#instructions, #instructions.affix-top {
    background-color: #EFEFEF;
    padding: 15px;
    border-radius: 4px;
	position: inherit;
	overflow: hidden;
}

#filesColumn > div.row {
    border-radius: 4px;
}

#uploadRow {
    background-color: #CCC;
    padding: 48px;
    height: 150px;
}

/*#chooseFilesButton {
    width: 40%;
    position: absolute;
    top: 48px;
    left: 30%;
    margin: 0;
    opacity: 0;
    font-size: 23px;
}*/

.fileRow, #noFilesRow {
    background-color: #EFEFEF;
    border-radius: 4px;
    padding-top: 10px;
    margin-bottom: 15px;
}

#noFilesRow {
    padding-left: 15px;
}

.removeFile {
    color: red;
    cursor: pointer;
    text-decoration: none;
}

.removeFile:hover {
    color: #AAA;
    text-decoration: none;
}

/*#uploadFilesButton {
    margin: 15px 0px;
}*/

input, #uploadFilesButton {
	margin-bottom: 15px;
}

#navColumns {
    position: relative;
}

#clearFilesButton {
    margin-top: 15px;
    display: none;
}

#recaptcha_widget_div {
	margin-bottom: 15px;
}

#recaptcha_response_field {
	line-height: 18px;
}

#inputManager {
	width: 318px;
	margin-bottom: 15px;
}

#instructions.affix-bottom {
	position: absolute;
	bottom: 72px;
}

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /*#filesColumn > div.row, #filesContainer > div.row {
        margin-left: 0px;
    }*/
    
    /*#chooseFilesButton {
        width: 114px;
        left: 154px;
    }*/
    
    #instructions.affix {
        width: 220px;
        position: fixed;
        top: 15px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /*#chooseFilesButton {
        left: 218px;
    }*/
    
    #instructions.affix {
        width: 293px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*#chooseFilesButton {
        left: 276px;
    }*/
    
    #instructions.affix {
        width: 360px;
    }
}