.thumb {
    padding: 1px 1px 1px 1px;
}

.progress {
    margin-bottom: 0 !important;
    height: 8px;
}

.link-custom {
    text-decoration: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media screen and (min-width: 576px)  {
    .mobile-break {
        display: none;
    }
}
