.photoCenter {
    display: block;
    min-width: 310px;
    max-width: 1200px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0px 0px 0px;
    font-size: 25px;
}

.pillSurround {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    margin: 20px 0 5px 0;
}

.namePill {
    display: inline-block;
    background-color: transparent;
    background-image: url("./images/responsive/pill_m.png");
    /*background-repeat: no-repeat;*/
    background-size: 100% 100%;
    background-position: right top;
    padding: 10px 5px;
    flex-grow: 0;
}

.pillEdgeOneLine {
    width: 30px;    
}

.pillEdgeTwoLine {
    width: 50px;    
}

.namePillL {
    display: inline-block;
    background-color: transparent;
    background-image: url("./images/responsive/pill_l.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right top;
    padding: 0px;
    margin: 0px;
    flex-grow: 0;
}

.namePillR {
    display: inline-block;
    background-color: transparent;
    background-image: url("./images/responsive/pill_r.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding: 0px;
    margin: 0px;
    flex-grow: 0;
}

.nameBlock {
    display: inline-block;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    font-size: 1em;
    padding: 5px 20px 5px 20px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.parentCat {
    margin: 5px 0;
    font-size: 1em;
}

.photoContainer {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    max-width: 1200px;    
}

.photoBlock {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    height: 100%;
}

#photoTL {
    display: block;
    width: 60px;
    height: 60px;
    flex-grow: 0;
    background-image: url("./images/responsive/photo_tl.png");
    background-position: top right;
}

#photoTR {
    display: block;
    width: 60px;
    height: 60px;
    flex-grow: 0;
    background-image: url("./images/responsive/photo_tr.png");
    background-position: top left;
}

#photoTop {
    display: block;
    min-width: 615;
    flex-grow: 1;
    background-image: url("./images/responsive/photo_top.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 26px;
}

#photoRight {
    display: block;
    width: 26px;    
    min-width: 26px;
    flex-grow: 0;
    background-image: url("./images/responsive/photo_r.png");
    background-position: top left;
    background-size: 26px 100%;
    background-repeat: no-repeat;
}

#photoLeft {
    display: block;
    width: 26px;    
    min-width: 26px;
    flex-grow: 0;
    background-image: url("./images/responsive/photo_l.png");
    background-position: top right;
    background-size: 26px 100%;
    background-repeat: no-repeat;
}

#photoBL {
    display: block;
    width: 60px;
    height: 60px;
    flex-grow: 0;
    background-image: url("./images/responsive/photo_bl.png");
    background-position: top right;
}

#photoBR {
    display: block;
    width: 60px;
    height: 60px;
    flex-grow: 0;
    background-image: url("./images/responsive/photo_br.png");
    background-position: top left;
}

#photoBottom {
    display: block;
    min-width: 615;
    flex-grow: 1;
    background-image: url("./images/responsive/photo_bottom.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 26px;
}

.thePhotos {
    display: block;
    text-align: center;
}

.thePhotos img {
    border: 1px solid #f2f4f6;
    margin: 5px 3px 0px 3px;
}


.headerBlock {
    display: block;
    background: none;
    color: white;
    font-size: .8em;
    font-weight: bold;
    padding: 10px 0px;
    margin-top: -45px;
    margin-bottom: 0px;
}

.headerBlock img {
    display: block;
    max-width: 90%;
    border: 1px solid silver;
    margin-left: auto;
    margin-right: auto;
}

.noticeBlock {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 25px;
    border: 3px solid silver;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 20px;   
    background-color: #F5F5F5;
    color: black;
    text-align: left;
}

#theReview {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    border: 3px solid silver;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 20px 20px 20px;   
    background-color: #F5F5F5;
    color: black;
    text-align: left;
}

#theReview img {
    max-width: 90%;
}


.reviewBody iframe {
    max-width:80%;
}

#theReview .boldFont {
    font-weight: bold;  
}

#theReview a {
    font-size: 1em;
    font-weight: bold;
}

#mobileAdSurround {
    display: none;
    border-style: solid;
    border-color: silver;
    border-width: 3px 0 0 0;
}

.ebayDiv {
  display: inline-block;
  background: white;
  border: 3px solid silver;
  padding: 5px 10px 0;
  margin-top: 25px;
}

.ebayDiv a:link {
    color: darkblue;
    font-weight: bold;
    font-size: 16px;
}

.ebayDiv a:visited {
    color: darkblue;
    font-weight: bold;
    font-size: 16px;
}

.ebayDiv a:hover {
    color: blue;
    font-weight: bold;
    font-size: 16px;
}

.ebayBlock a:link {
    color: #6666d0;
}

.ebayBlock a:visited {
    color: #6666d0;
}

.ebayBlock a:hover {
    color: #6666d0;
}


.ebayBlock a img {
    vertical-align:middle;
}

.scoreCard {
    display: block;
    background-color: none;
    padding: 5px;
    border-radius: 10px;
    font-size: .8em;
    margin: 0 30px;
}

.scoreCard .inner {
    display: block;
    background-color: #F5F5F5;
    color: black;
    border: 3px solid silver;
    padding: 2px 5px;
    border-radius: 20px;
}

.scoreCard .inner .title {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.scoreCard .inner .row {
    display: flex;
    flex-direction: row;    
}

.scoreCard .inner .row img {
    max-width: 10% !important;
    border: none !important;
    margin: 0 !important;

}

.scoreCard .inner .row .cat {
    display: inline;
    flex: 2;
    font-weight: bold;
    text-align: right;
}

.scoreCard .inner .row .val {
    display: inline;
    flex: 3;
    text-align: left;
}

.scoreCard .inner .row .val a {
    font-size: 1em !important;
}

.subHeader {
    color: white;
    background: none;
    font-size: 1em;
    margin: 45px 0 0 0;
    padding: 0;
}

@media (max-width: 735px) {
    .scoreCard {   
       font-size: .7em;
       margin: 0 2px;
    }
    .scoreCard .inner .row .val {
       flex: 2;
    }
    .photoCenter {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        font-size: 20px;
    }
    .infoBlock {
        font-size: .8em;
    }
    #photoTL {
        display: none;
    }
    #photoTR {
        display: none;
    }
    #photoTop {
        display: none;
    }
    #photoRight {
        display: none;
    }
    #photoLeft {
        display: none;
    }
    #photoBL {
        display: none;
    }
    #photoBR {
        display: none;
    }
    #photoBottom {
        display: none;
    }
    #photoBody {
        display: block;
        flex-grow: 1;
        background: none;
        padding: 0px;
    }
    .thePhotos {
        padding-left: 5px;
        margin-bottom: 5px;
    }
    .thePhotos img {
        max-width: 45%;        
    }
    #theReview {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        border-style: solid;
        border-color: silver;
        border-width: 3px 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 5px;   
    }
    #mobileAdSurround {
        display: block;
    }
    .ebayDiv {
      margin-top: 10px;
    }
    .noticeBlock {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        border-style: solid;h
        border-color: silver;
        border-width: 3px 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 5px;   
    }
}
@media (max-width: 339px) {
     .photoCenter {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        font-size: 14px;
    }
}