/** below comment form **/
div#commentluv {
    clear: both;
    margin-top: 10px;
}

div#commentluv span img {
    border: 0;
    padding: 0;
}

div#commentluv span img.commentluv-badge-default_image, div#commentluv span img.commentluv-badge-white {
    max-height: 30px;
}

span#mylastpost {
    clear: both;
}

span#showmorespan {
    width: 30px;
    height: 15px;
    cursor: pointer;
}

div#lastposts {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .10);
    background-color: white;
    margin-top: 10px;
}

input.cl_error {
    border: 1px solid red !important;
}

.rawfilewrap {
    border: 1px solid #cdcdcd;
    padding: 2px;
    cursor: pointer;
}

.rawfile {
    display: none;
    border: 1px solid rgba(0, 0, 0, .10);
    padding: 5px;
    overflow: auto;
    height: 300px;
}

/** drop down **/
span.choosepost {
    background-color: #fff;
    color: black;
    line-height: 1.4em;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

/** drop down:last **/
span.choosepost:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

span.choosepost:hover {
    font-weight: bold;
}

span.message {
    padding: 2px;
}

span.alert {
    background-color: red;
    color: white;
    padding-left: 10px;
}

span.blog {
    padding-left: 25px;
    background-image: url(../images/rss.png);
    background-repeat: no-repeat;
    background-position: left;
}

/** in comment **/
.cluv {
    border: 1px solid rgba(0, 0, 0, .04);;
    margin-top: 15px;
    padding: 8px;
    display: block;
    font-size: 100% !important;
    text-transform: none !important;
}

/** images **/
img.heart_tip {
    border: none !important;
    background: none !important;
    padding: 0 0 0 3px !important;
    cursor: pointer;
}

/** info panel **/
#heart_tip_big.cl_ajax {
    background: url(../images/loader.gif) no-repeat;
    height: 13px;
    padding: 40px;
    background-position: center;
}

#heart_tip_big {
    background: url(../images/closeit.png) no-repeat 98% 2%;
    background-size: 15px;
    font-size: 1em;
}

.heart_tip {
    margin-left: 5px;
    display: inline;
    margin-bottom: -2px; /* fixed a little here, Hesham */
    margin-right: 0px;
    padding: 0px !important;
    background-color: transparent;
    border: 0 !important;
}

.finalbig {
    margin-top: 0px;
    margin-left: 40px;
    padding: 10px;
    border: 2px solid #dddddd;
    color: #000;
}

.finalbig img {
    margin: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #CCC;
}

.finalbig li {
    list-style: none;
    margin-left: 10px
}

.finalbig p {
    margin: 0px;
    line-height: 1.7em;
}

/* Title */
.cl_title {
    font-size: 0.8em;
    margin-top: 3px;
    font-weight: bold;
    padding-bottom: 5px;
}

.cl_username {
    font-size: 1.2em;
    font-weight: bold;
}

/* Clicks */
.cl_clicks {
    clear: both !important;
    padding: 5px 5px 0px 35px;
    border-top: 1px #f6f6f6 solid;
    border-bottom: 1px #f6f6f6 solid;
    background: transparent url(../images/littleheartplus.png) no-repeat scroll left 50%;
    background-size: 30px;
    margin-left: 5px;
}

/* This link clicked # Times */
.cl_clicks_count {
    padding: 0px 5px 0px 0px;
    font-weight: bold;
}

/* My links have appeared on */
.cl_links {
    clear: both !important;
    padding: 5px
}

/* Some of my other posts */
.cl_posts {
    clear: both !important;
    margin-top: 10px;
    padding: 5px;
}

.cl_posts_list a, .cl_links_list a {
    background: transparent url(../images/link.png) no-repeat scroll left 50%;
    background-size: 16px;
    padding-left: 18px;
    margin-left: 0px;
}

.clarrow {
    margin-left: 8px;
}

.commentluv-badge-default {
    width: 186px;
    height: 30px;
}

#cl_messages {
    margin-bottom: 5px;
}