.event_popup{
    background-color: #E6E6E6;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: absolute;
    max-width: 400px;
    z-index: 100;
    padding: 10px;
}
.event_popup .links{
    text-align: right;
    margin-top: 10px;
}
.event_popup .close{
    width: 24px;
    height: 24px;
    float: right;
    cursor: pointer;
}
.event_popup .close:hover{
    opacity: 0.6;
}
.event_popup .body{
    clear: both;
}


#managed_table_wrapper .row-fluid {
	display: none;
}
