﻿.panel-content {margin:20px;}
.manual{background-color:lightgray;}
.inactive {
    pointer-events: none;
    cursor: default;
}

.standard-text{
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    display:block;
}
