/*
============================================================
Tarot Study Guide CMS
Layout Stylesheet
This file defines the application's layout.
Colors and fonts belong in theme.css.
============================================================
*/
body
{
    margin: 30px;
}
hr
{
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    border-top: 1px solid #cccccc;
}
.panel
{
    background: white;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.10);
}
.menu
{
    list-style: none;
    padding-left: 0;
}
.menu-item
{
    margin: 10px 0;
}
