@charset "utf-8";
/* CSS Document */

.adingo_keywords ul li {
	float: left;
    padding: 3px 0;
    text-align: center;
    width: 33.3%;
	margin:0;
	list-style:none;
}

.adingo_keywords ul li a{
	-moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #F1F6F9;
    border: 1px solid rgba(193, 213, 224, 0.8);
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 2px rgba(255, 255, 255, 0.6);
    color: #0000EE;
    display: block;
    font-size: 14px;
    margin: auto !important;
    max-width: 98%;
    overflow: hidden;
    padding: 5px !important;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}