﻿#googleMapsHolder {
    width:600px; 
    height:300px;
    float:left;
}

.inputError {
    border: 2px solid red;
    
}
.errorMsg {
    color:red;
    margin-left:10px;
}

h1{
    color: #9f1d1d;
}

#partner img
{
    padding: 20px;
}

#team img
{
    width: 100%;
}

#team
{
    text-align: left;
}

#team a
{
    font-size: 14px;
}

#contact
{
    text-align: left;
}

#contact a
{
    font-size: 14px;
}

#subintrotext
{
    text-align: left;
}

#agenda
{
    text-align: left;
}

/* fix lists in activity content */
.col-1-description ul
{
    margin-top: 1em;
    margin-bottom: 1em;
    list-style-type: disc; 
    list-style-position: inside; 
}

/* fix lists in activity content */
.col-1-description ol
{
    margin-top: 1em;
    margin-bottom: 1em;
    list-style-type: decimal; 
    list-style-position: inside; 
}

/* fix italic in activity content */
.col-1-description em {
    font-style: italic;
}