body {
	padding-top: 50px;
	padding-bottom: 20px;
}
a, a:visited, a:active, a:focus {
    color: #D9534F;
}
a:hover, a:focus {
    color: #AC2925;
}
.jumbotron {
	background: #F5F5F5;
}
.detail, .progress {
	display: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #AC2925;
    border-color: #AC2925;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #D9534F;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    color: #AC2925;
}
.feature {
	margin-top: 4px;
}
.moxie-shim {
	width: 100% !important;
}
.dropzone {
    background: rgba(0,0,0,0.5);
    border: 3px dashed #CCCCCC;    
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select,
	textarea,
	input {
		font-size: 16px !important;
	}
}