.pure-menu { background: #eee; font-size: 12px; border-right: 1px solid #ccc;}
.pure-menu-item { background: #eee; min-width: 120px; color: #444; }
.pure-menu-item:hover { background: #eee; color: #fff; }
.pure-menu-link { background: #eee; color: #444; }
.pure-menu-link:hover { background: #222; color: #fff; }
.pure-menu-link:active { background: #222; color: #fff; }
.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
    background: #222;
    color: #fff;
}

.pure-menu-collapse:after {
float: right;
width: 16px;
height: 16px;
content: "\25BC";
}

.pure-menu-expand:after {
float: right;
width: 16px;
height: 16px;
content: "\25B2";
}

.pure-menu-heading,
.pure-menu-heading .pure-menu-heading:active,
.pure-menu-heading .pure-menu-heading:hover {
background: #ddd;
color: #222;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-transform: none;
}

.pure-menu-icon {
    height: 14px;
    margin: 0px;
    padding: 0px;
}

.pure-menu-heading-add {
background: #ccc;
color: #222;
font-size: 10px;
}

.pure-menu-selected .pure-menu-link:active {
    background: #222;
    color: #fff;
}


.pure-menu-selected .pure-menu-link:focus {
    background: #222;
    color: #fff;
}

.button-green {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            background: rgb(47, 183, 20); /* this is an orange */
        }

.button-red {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            background: rgb(223, 47, 20); /* this is an orange */
        }

.popout {
        background: white;
        border: 1px solid #eee;
        box-shadow: 0 0 0.5em #999;
        display: none;
        align: left;
        text-align: left;
}

.pure-table td {
padding: .1em .3em;
}
.pure-table th {
padding: .2em .2em;
}

.highlightrow {
        padding: 0px;
        margin: 0px;
        spacing: 0px;
        cursor: pointer;
        background: white;
}

.highlightrow:hover {
        background: #EEF;
}
