﻿
/**************/
/* SELECTABLE */

.ui-selecting {
    background: #88C9Df;
}

.column-selected {
    background: #66A6bf;
    color: white;
}
    .column-selected a {
        color: white;
    }

.selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .selectable li {
        margin: 3px;
        padding: 0.4em;
        font-size: 1.4em;
        height: 18px;
    }