/*
 * Showcase Content Management System
 * Cascading Style Sheets - Login & Admin
 * Styling
 *
 * Copyright (C) Damian Walker 2016
 * Created: 20-Feb-2016
 */

/*----------------------------------------------------------------------
 * General settings for popup windows
 */

/* the overall popup window */
section.popup,
span.popup {
   /* border: 1px solid #cccccc; */
}

/* the header of the popup window */
section.popup header,
span.popup header {
   background-color: #eeeeee;
}

