﻿.expo-event {
    text-align: center;
}

    .expo-event p {
        text-align: center;
        color: #000;
    }

        .expo-event p.title {
            font-weight: 600;
            margin: 0;
        }

    .expo-event .addeventatc {
        margin-bottom: 5px;
    }

    .expo-event .login-link {
        font-weight: 700;
    }

.expo-event-container {
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

    .expo-event-container h1 {
        text-align: center;
    }

    .expo-event-container .boxwarning {
        margin: 0 20px;
    }
