.btn-edit-preposition {
    border: 1px solid #31708f;
    color: #31708f;
    background: white;
}

.btn-edit-preposition:hover {
    background: #d9edf7;
}

.btn-delete-preposition {
    border: 1px solid #a94442;
    color: #a94442;
    background: white;
}

.btn-delete-preposition:hover {
    background: #f2dede;
}

#exampleArabic,
#exampleFrench,
#note {
    width: 100%;
    max-width: 750px;
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-family: Arial, sans-serif;
}

.preposition-example {
    max-width: 280px;
    white-space: normal;
}

.preposition-note {
    max-width: 240px;
    white-space: normal;
}