.dropfiles-content-table.dropfiles-content .table thead th { 
	background: none;
	border-left: 0px;
	border-right: 0px;
}


.table-bordered {
    border-top: 1px solid #e5e5e7!important;
}

.mediaTable,
.dropfiles-content-table.dropfiles-content a.title {
	font-family: 'Short Stack';
	font-size: 20px;
	font-weight: 400;
}

.dropfiles-content-table a.downloadlink { width: auto!important; }

th.essential,
th.optional,
th#MediaTable-0-mediaTableCol-0 {
    font-size: 24px!important;
    font-family:Architects Daughter;
    font-weight: 700;
    color: #038e28!important;
    text-transform: inherit;
    letter-spacing: 1px;
}

.tm-page {
    position: unset;
    z-index: unset;
}
/* Mobile (Landscape) /* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.uk-section-small {
    padding-top: 0px;
    padding-bottom: 10px;
}

.uk-width-1-2 {
    width: 100%;
}

.uk-h2, h2 {
    font-size: 26px;
    line-height: 1.3;
    font-family: Walter Turncoat;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
}
        
}



/*  Mobile (Portrait) /* Note: Design for a width of 320px  */

@media only screen and (max-width: 479px) {

.uk-section-small {
    padding-top: 0px;
    padding-bottom: 10px;
}

.uk-width-1-2 {
    width: 100%;
}

.uk-h2, h2 {
    font-size: 26px;
    line-height: 1.3;
    font-family: Walter Turncoat;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
}
        
}


/*  Mobile (Smaller Phones) /* Note: Design for a width of 240px  */

@media screen and (min-width: 0px) and (max-width: 319px) {

.uk-section-small {
    padding-top: 0px;
    padding-bottom: 10px;
}

.uk-width-1-2 {
    width: 100%;
}

.uk-h2, h2 {
    font-size: 26px;
    line-height: 1.3;
    font-family: Walter Turncoat;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
}
        
}