﻿.arrow-up, .arrow-down {
    cursor:pointer;
    opacity:0.4;
}

.arrow-up:hover, .arrow-down:hover {
    cursor:pointer;
    opacity:0.8;
}

.arrow-up:active, .arrow-down:active {
    opacity:1.0;
    font-weight:bold;
}

.lbl:active, .lbl:active {
    opacity:0.4;
}

.highlight .lbl {
    font-weight:bold;
}

.section-sortable .form-group .arrow-up {
}

.section-sortable  .form-group:first-child  .arrow-up {
    visibility:hidden;
}

.section-sortable .form-group:last-child .arrow-down {
    visibility:hidden;
}

.section-sortable {
    font-size:14px;
}
