{if $event.eventCost}
- <div class="glm-reg-list-cost glm-small-12 glm-column glm-reg-list-details">
+ <div class="small-12 columns glm-reg-event-profile-details glm-reg-list-cost glm-reg-has-icon">
{$event.eventCost}
</div>
{/if}
{if $event.hide_address.name == 'No'}
{if !$event.use_member_location.value && isset($event.locations) && ($event.locations.name || $event.locations.address)}
- <div class="glm-columns glm-small-12 glm-reg-list-details glm-reg-list-location">
+ <div class="small-12 columns glm-reg-event-profile-details glm-reg-list-location glm-reg-has-icon">
{if $event.locations.name}{$event.locations.name}<br>{/if}
</div>
{/if}