
.presenters-edit-form .control-label {
    /*width: auto;*/
    margin-right: 10px;
}

.presenters-edit-form .controls {
    /*margin-left: 70px;*/
}

input.presenterTitle {
    width: 92%;
}

.presenter-nomargin-cg {
    margin-bottom:7px !important;
}

.presenters-edit-form .presenter-edit-input {
    width: 95%;
}

.presenters-edit-form .twitter-typeahead {
    width: 100%;
}

.presenters-edit-form .presenterLinkDiv {
    float: right;
    width: 61%;
}

.presenterLink {
    width:80% !important;
    margin-left:10px;
}

.presenters-edit-form textarea {
    width: 95%;
}

.presenters-edit-buttons {
    text-align:right;
}

.presenters-edit-save {
    margin-left:15px;
    margin-right:40px;
}

.presenters-edit-form .input-error {
    border:1px solid red;
}

.presenters-list-item {
    margin-bottom: 20px;
}

.presenters-list-item h4 {
    margin:0;
    color: #005580;
    font-weight: normal;
}

.presenters-list-item h5 {
    margin:0;
    margin-top: 2px;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 120%;
}

.presenters-list-item p {

}

.presenters-list-item-icons {
    float:right;
    width: 20px;
}

.presenters-list-item-edit {
    margin-bottom: 10px;
}

.presenterNameDiv{
    float:left;
    width: 30%;
}

.presenterLinkLabel{
    float: left !important;
    text-align: left !important;
    width: 40px !important;
    margin-left: 40px !important;
    margin-right: 0 !important;
}

.presenterLink {
    width: 90% !important;
}

@media (max-width: 1200px) {
    .presenterNameDiv{
        width: 28%;
    }
}

@media (max-width: 980px) {
    .presenterNameDiv{
        width: 28%;
    }
    .presenterLink{
        width: 88% !important;
    }
    .presenters-edit-form .presenterLinkDiv {
        float: right;
        width: 57%;
    }
}

#entryDataBlock #entryCarousel dt#presenters,
#entryDataBlock #entryCarousel dt#presenters + dd{
    margin-top: 15px;
}


.presenteritem .placeholder{
    width: 70px;
}

