/* For Allianz Demo 6-5: the below styles will make it so General, Digital, and Absolute note types will
   not display the quote details and instead increase the underlying logo sizes within their note panel.
   This requires the corresponding "note_panel_hide_details" web hook to be enabled. */
/* MARK SECTION: kp increase tradable icons for Allianz demo */
.note-panel-front .tradable_circle_large {
    height: 220px;
    width: 230px;
}

.note-panel-front .tradable_circle_large .tradable-icon {
    height: 218px;
    width: 218px;
}

.note-panel-front .tradable_circle_large .tradable_label {
    width: 215px;
    float: none;
    margin: 0;
    text-align: center;
}