/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 25, 2019, 9:52:30 AM
    Author     : PC-24
*/

.events-page-header .org-info img {
    max-height:60px;
    width:auto;
}

.org-logo, .org-name {
    margin-top:auto;
    margin-bottom:auto;
}

.org-name {
    padding-left:10px;
}

.org-name, .section-title {
    font-size:20px !important;
    font-weight:600;
}

.org-info {
    margin-bottom:40px;
}

.section-title {
    color:#000;
    margin-top:7px;
    margin-bottom:7px;
}

.section-title:hover {
    color:#000;
}

@media print {
    .events-page-header {
        display:none;
    }
}