button[data-target="#share"] {
    font-family: "Titillium Web";
    float: right;
}

.share-modal {
    display: none;
}

.share-modal.in {
    display: block;
}

.share-modal .share-button {
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 250px;
    font-size: 17px;
    margin: 10px auto;
    text-align: center;
    line-height: 1.42857143;
    display: block;
    height: auto;
}

.share-modal .modal-title {
    margin: 0;
    width: calc(100% - 100px);
    float: left;
    display: block;
}

.share-modal .modal-header {
    float: left;
    width: 100%;
}

.share-modal .modal-body {
    max-height: 500px;
}

.share-modal .modal-footer {
    background: none;
}

.share-modal .modal-footer button {
    background: #ffffff;
    border: 1px solid #ddd;
}

.share-modal .modal-dialog .modal-body .btn-preview-container {
    width: 250px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin: 0 auto;
    float: none;
    position: relative;
    padding: 5px;
    line-height: 1.3;
}

.share-modal .fa-check-circle {
    color: green;
}

.share-modal .btn-preview-container span[contenteditable="true"] {
    font-size: 90%;
    color: grey;
    line-height: 1.3;
}

.share-modal form {
    margin: 0;
}

