/*
 * 
 * Barış Sezen
 * Custom STYLE
 * 
 * */


.btn-group-xs, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


/* INFOBOX */
.cc-infobox, .cc-infobox-header {
    font-size:  16px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.cc-infobox, .cc-infobox-content {
    padding: 4px 8px 4px 8px;
}

.cc-infobox, .cc-infobox-content > ul > li {
    padding: 5px 0px 1px 0px;
    overflow: hidden;
    border-top: solid 1px #eee;
}

.cc-infobox, .cc-infobox-content > ul > li:first-child {
    border-top: none;
}

.cc-infobox, .cc-infobox-content > ul > li > .cc-infobox-label {
    float: left;
    font-size: 12px;
    /*text-transform: uppercase;*/
}

.cc-infobox, .cc-infobox-content > ul > li > .cc-infobox-info {
    float: right;
    color: #169ef4;
    font-size: 14px;
    font-weight: 300;
}

/* INFOBOX END */
