div#image_description table tr td {

    color: white;
    font-size: 13px;


}

div#image_title {
    color: white;
    font-size: 17px;
   font-weight: bold;
    padding: 10px;
    padding-bottom: 25px;

}

div#selected_collection {

    color: white;
    margin: 0;
    display: inline;
    font-size: 28px;
    font-variant: small-caps;
    padding: 15px;

}