.eventcatalyst {
    height: 22px;
    display: inline-block;
    width: 140px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
    padding: 2px;
}

    .eventcatalyst a {
        text-decoration: none !important;
        margin: 0;
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }

    .eventcatalyst .poweredByEC {
        width: auto;
    }

    .eventcatalyst .poweredBy {
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
        display: inline-block;
        float: left;
        color: #a9a9a9;
        margin: 0;
        padding: 1px 5px 0 5px;
        height: 8px;
        line-height: 8px;
        font-size: 10px;
        letter-spacing: 1px !important;
    }

    .eventcatalyst .logoEC {
        display: inline-block;
        float: left;
    }

        .eventcatalyst .logoEC img {
            height: 22px !important;
        }

    .eventcatalyst .EC {
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
        display: inline-block;
        float: left;
        color: #333;
        padding: 0 5px 0 5px;
        height: 13px;
        line-height: 13px;
        font-size: 12px;
    }

    .eventcatalyst .bold {
        font-weight: 600;
        display: inline-block;
        line-height: normal;
    }

    .eventcatalyst .registered {
        display: inline-block;
        line-height: normal;
        font-size: 11px !important;
    }

    .eventcatalyst span {
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
        font-size: 11px !important;
    }
