        .content .tagcloud {
            display: inline-block;
        }
        .tagcloud {
            font-size: 130%;
        }
        .tagcloud--item {
            padding: 2px 4px;
            background-color: transparent;
            border: 1px solid transparent;
            cursor: pointer;
        }

        .tagcloud--item:hover {
            background-color: rgba(0, 0, 0, .1);
            border: 1px solid #333;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            opacity: 1 !important;
            z-index: 100 !important;
        }

        .tagcloud--item {
            color: blue;
        }

        .tagcloud--item:hover {
            background-color: rgba(153, 217, 234, .1);
            border: 1px solid blue;
        }