﻿/* notification */
.positive
{
    padding:10px;
    border:solid 2px Green;
}

.negative
{
    padding:10px;
    border:solid 2px Red;
}
#eventMainInfo
{
    margin:0 0 20px 20px;
}
#eventMainInfo p
{
    margin:8px 0;
}
    
#eventMainInfo h2
{
    margin:14px 0 10px 0;
    color:Maroon;
}

/*--- clearing floated element ------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    
}
.clearfix {display:inline-block;} 
/* for IE */
* html .clearfix {height: 1%;}

