﻿.event-label-examples span.event-label, .selector-examples span.selector-label {
    background-color: #1b264f;
    color: #fff;
    cursor: pointer;
    padding: 0.2em;
}

.event-label-examples span.event-label:hover, .selector-examples span.selector-label:hover {
    background-color: #2e8aea;
}

.placeholder-outer {
    position: relative;
    width: 100%;
    padding: 0.5em;
}

.placeholder-outer:nth-child(odd) {
    background-color: #f2f2f2;
}

.event-label-description {
    position: absolute;
    left: 200px;
    padding: 0.2em;
}

.event-label-examples, .selector-examples {
    max-width: 786px;
    clear: left;
}

pre {
    background-color: #fff;
}

.container-title {
    max-width: 768px;
}

.container-title h5, .container-title h5 {
    width: 70%;
    float: left;
}

.container-title .showhide, .container-title .showhide {
    float: right;
    margin-top: 15px
}

span.validation-error {
    color: red;
    float: left; 
    width: 100%;
    margin-top: 10px;
}