div.cvexamples .item {
    float: left;
}

.thumb-inner {
    text-align: center;
}

div.cvexamples .item .title {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #333333;
}


div.cvexamples .item .desc {
    display: block;
    text-align: center;
    font-weight: normal;
    color: #666666;
}


div.demos .item {
    float: left;
}

div.demos .item img {
    position: relative;
    left: 10px;
}

div.demos .item .title {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #333333;
    width: 190px;
}


div.demos .item ul.desc {
    display: block;
    text-align: left;
    font-weight: normal;
    color: #666666;
    width: 165px;
    font-size: 0.9em;
    position:relative;
    left: 0;
    margin: 0;
    padding-left: 20px;
    /** margin: 0;
    position:relative;
    left: 30px;
    padding: 0;*/
}

div.demos .item ul.desc li {
    list-style-image: none;
    list-style: disc !important;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

