@charset "UTF-8";

.sortable_list_content li {
    float: left;
}

.sortable_list_content {
}

.teaser {
    position: relative;
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    line-height: 1.3;
}

.teaser img {
    position: relative;
}


.teaser textarea {
    width: 195px;
    height: 60px;
}

.teaser_banner {
    padding: 0;
    width: 286px;
}

.teaser_sidebar {
    width: 280px;
}

.teaser_content {
    display: inline-block;
    width: 286px;
    margin-right: 1px;
}

.col_last .teaser_content {
    margin-right: 0px !important;
}

.ui-sortable-helper .teaser {
    -webkit-box-shadow: 5px 5px 30px #555;
}


