﻿
#calendar-container
{
    margin-bottom:15px;
}

.lw
{
    max-height:600px;
    overflow-y:scroll;
}

.content-header-container
{
    margin-bottom:10px;
}

.green-button
{
    padding:3px 5px;
    display:inline-block;
}

.create-event-wrapper
{
    margin-bottom:10px;
}

.event-wrapper 
{
    border: 1px solid black;
    padding: 15px 0;
}

.event-title
{
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap; 
}

/* styles for '...' */
.block-with-text 
{
    max-height: 2.8em;
    overflow:hidden;
}

.block-with-text p
{
    margin-bottom:0;
}

/***************** Submit Event Instructions ******************/
.inner-content
{
    max-width:100%;
    padding:10px;
    background-color:white;
    margin-bottom:10px;
    border-radius:5px;
}

.event-instructions
{
    margin-bottom:15px;
}