/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.guest-header
{
    background-color: #4b3990;
    padding:15px 15px 0 15px;
}
.guest-footer
{
    background-color: #ededed;
    padding:15px;
}
.guest-title
{
    padding-bottom: 20px;
    color: #ffffff;
}
.guest_published
{
    font-weight: 600;
    padding-bottom: 20px;
}
.page-title
{
    padding-top: 25px;
    text-align: center;
}
.vertical-align-center
{
    align-self: center;
}
.default-margin
{
    margin-bottom: 25px;
}