/**
 * @author: Niek Adam
 * @module: Logeion
 * @about: 	lt-theme-labels.css - Generic styling for the theme-labels in the top-right corner
 */

.tli-theme {
    display: block;
    padding: 5px;
    text-align: right;
    text-decoration: none;
}

.tli-theme:hover {
    width: auto;
}