#main-title-area #wp-cta-main-headline {
    width: 100%;
    height: 31px;
    font-size: 1.7em;
    line-height: 100%;
    outline: 0 none;
    padding: 3px 7px;
}

#main-title-header h3 {
    display: inline-block;
    padding-left: 0px;
}

#titlediv {
    margin-bottom: 0px;
}

#edit-slug-box {
    margin-top: 0px;
}

.currently_selected {
    position: absolute;
    top: 72px;
    left: 16px;
    font-size: 19px;
    line-height: 21px;
    padding-top: 15px;
    text-align: center;
    background: black;
    width: 90%;
    height: 36px;
    color: white;
    opacity: 0.5;
    border-radius: 7px;
}

.template-thumbnail {
    width: 100%;
    height: 190px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #A9A9A9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 2px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 2px 5px;
}

ul#template-filter {
    margin: 0px 0;
    padding: 0;
    height: 64px;
    padding-left: 0px;
    line-height: 64px;
    display:initial;
}

ul#template-filter li {
    display: inline;
}

ul#template-filter a {
    margin-right: 0.5em;
    padding: 0em 1em;
    font-weight: bold;
    text-decoration: none;
}

ul#template-filter .button-primary a:hover {
    color: #fff;
}

ul#template-filter a.current {
    background-color: #DDD;
}

#template-item {
    float: left;
    margin-right: 18px;
    overflow: hidden;
    margin: 0px 0 0 0;
    padding: 0;
    list-style: none;
    width: 300px;
    margin-bottom: 10px;
}

#template-item div {
    display: block;
}

/* #template-item div a{ display: block; width: 163px; height: 120px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }*/
#template-item li p {
    font-size: 11px;
    line-height: 15px;
    color: #AAA;
    margin: 5px 0;
}

#template-box .wp_cta_tooltip_templates {
    bottom: 6px;
    position: absolute;
    right: 8px;
}


#template-box, .thumbnail-lander img {
    background: #FCFDFE;
    padding: 3%;
    margin-right: 10px;
    border: 1px solid #E0E0E0;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    display: block;
}

.wp-cta-template-selector-container ul#template-filter li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 10px;
}
