html {
	font-family: 'Roboto', sans-serif;
}

.container .row {
    text-align: center;
}

table#do_wczytania {
    margin: auto;
}

table#do_wczytania * {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

table#do_wczytania td label {
    display: none;
}

table#do_wczytania input[type="submit"],
a.bt_download button {
    background: #009ad9;
    color: #fff;
    border: none;
    border-radius: 2px;
    line-height: 48px;
    padding: 0 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
	transition: all 250ms;
}

table#do_wczytania input[type="submit"]:hover,
a.bt_download button:hover {
    background: #095679;
}

a.bt_download button {
    width: 400px;
}
	
#loading {
	display: none;
	text-align: center;
	margin: 0 auto;
}

.manual {
    display: inline-block;
    margin-top: 24px;
    color: #009ad9;
    text-decoration: none;
}