div#reviewDescription {
     margin-bottom: 20px;
     font-size: 20pt; 
}

div#reviewSites {
     display: flex;
     flex-flow: wrap;
     min-height: 130px;
}

div#reviewSites > div {
     margin: 10px;
     border: 1px solid #dbdbdb;
     border-radius: 10px;
     height: 90px;
     width: 120px;
     align-content: flex-end;
     text-align: center;
}

div#reviewSites img {
     height: 70px;
     max-width: 100px;
     padding: 5px;
}

input#saveReviewSite {
     height: 30px;
     width: 100px;
     font-weight: bold;
}

div#saveReviewSiteWrapper {
     margin-top: 20px;
     text-align: center; 
}

.selected {
     border: 1px solid #0c57d0!important;
     box-shadow: 5px 5px 10px #0c57d0; 

}

.error {
     color: red;
}

.marginAuto {
     margin: auto!important;
}


@media only screen and (max-width: 500px) {
     #dbChoice, #dbChoice2, #dbChoice3 {
          left: 5px!important;
     }

}

