﻿.UYP_DynamicPhoto_Box {
    text-align: center;
    padding-bottom: 5px;
}

.UYP_DynamicPhoto {
    max-height: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
}


.UYP_RC {
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.UYP_UploadLink,
.UYP_UploadLink:link,
.UYP_UploadLink:hover,
.UYP_UploadLink:visited,
.UYP_UploadLink:active,
.UYP_UploadLink:focus {
    cursor: pointer;
    color: #0000FF;
    text-decoration:none;
    display: inline-block;
    font-weight: normal !important;
    font-size:9pt !important;
}

.UYP_UploadLink:hover {
    color: #0000FF;
    font-weight: normal !important;
    font-size: 10pt !important;
}


.UYP_DynamicPhoto_Box {
    text-align: center;
    padding-bottom: 5px;
    vertical-align: top !important;
}


@media (max-width: 768px) {

    .UYP_DynamicPhoto {
        max-width: 90px;
        max-height: 140px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}




