/* Tag cloud styles */

.cloud {
    width: 100%;
    height: 150px;
}

div.jqcloud {
    /* Defines the starting size for the smallest tag */
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    div.jqcloud span {
        padding-left: 2px;
        padding-right: 2px;
    }
}
