.zeroPadMobile {
    padding: inherit;
}

.retorePadMobile {
    padding: 0;
}

.photoGalleryListCenter {
    display: flex;
    flex-direction: row;
}


.photoGalleryList {
    display: block;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: none;
}

.photoGalleryListRow {
    display: flex;
    flex-direction: row;
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 1px;
    align-items: center;
    margin: 0 1px;
    background-color: #F5F5F5;
}

.photoGalleryListRow:first-child {
    border-width: 1px 1px 1px 1px;
}


.photoGalleryListRow .gallery {
    display: flex;
    flex-grow: 1;        
    align-items: center;
    border-right: 1px solid black;
}

.photoGalleryListRow .gallery:hover {
    background-color: yellow;
}

.photoGalleryList .gallery img {
    flex-grow: 0;
    display: inline-flex;
    max-width: 50%;
    border-right: 1px solid black;
}

.photoGalleryList .gallery span {
    margin-left: 10px;
    flex: 1;
}

.photoGalleryList .ebay {
    display: flex;
    width: 150px;    
    flex-grow: 0;
    padding: 5px;
    text-align: center;
}

.photoGalleryList a {
    font-size: .7em;
    color: black;
    font-weight: bold;
    flex: 1;
}

.photoGalleryList .noFlex {
    flex: 0;
}
.photoGalleryHeader {
    display: flex;
    flex-direction: row;
    font-size: .75em;
    border-style: solid;
    border-color: black;
    border-width: 1px 1px 1px 1px;
    text-align: center;
}

.photoGalleryHeader .galleryHeader {
    flex-grow: 1;    
}

.photoGalleryHeader .ebayHeader {
    flex-grow: 0;
    width: 160px;
    border-left: 1px solid black;
}

.photoTableSpacer {
    display: block;
    margin-top: 14px;
    font-size: 1px;
}

.noRightBorder {
    border-right: none !important;
}

.photoTableOutter {
    text-align: left;
}

.photoTableHeading {
    color: white;
    font-size: .7em;
    font-weight: bold;
}  

@media (max-width: 799px) {
    #miafList a {
        font-size: .60em;
    }

}

@media (max-width: 736px) {
    .photoGalleryList .gallery img {
        max-width: 30%;
    }
    .photoGalleryList .gallery span {
        margin-left: 5px;
    }
    .photoGalleryList a {
        font-size: .75em !important;
    }


}


@media (max-width: 735px) {
    #miafList a {
        font-size: .5em;
    }


@media (max-width: 666px) {
    .photoGalleryList .noFlex {
       flex: 1;
    }
    .zeroPadMobile {
	padding: 0 !important;
    }
    .retorePadMobile {
        padding: 5px;
    }
    .photoGalleryList .ebay {
        background-color: white;
        width: 100%;
        padding: 0;
    }
    .photoGalleryList a {
        width: 100%;
    }
    .photoGalleryListRow .gallery {
        border-right: none;
        width: 100%;
    }
    .photoGalleryListRow {
        border-right: none;
        border-left: none;
        flex-direction: column;
    }
    .miafStats .name {
       flex-grow: 0;
       padding: 5px 0px 0px 10px;
       max-width: 100%;
    }
    .miafStats .priority {
       padding: 5px 0px 0px 10px;
       max-width: 100%;
    }
    #miafHeader {
        display: none;
    }
    #miafList:nth-child(1) {
        border-top: 1px solid saddlebrown;
    }

@media (max-width: 320px) {
    .photoGalleryList a {
        font-size: .6em !important;
    }
}