/**
 * Default CSS that is overridden by admin settings.
 */

/* Sets the style of the button pressed to select a pickup point. */
.pargo_pargo_style_button {}

/* Set the style of the selected Pargo Point title. */
.pargo_pargo_style_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 250px;
}

/* Set the style of the selected Pargo Point line items. */
.pargo_pargo_style_desc {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 250px;
}

/* Set the style of the selected Pargo Point image. */
.pargo_pargo_style_image {
    max-width: 250px;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
}