<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
.ar-course-nav {
cursor: pointer;
padding: 8px 12px 8px 12px;
border: 1px solid grey;
border-radius: 8px;
color: #555555;
display: flex;
justify-content: space-between;
}
.ar-course-nav:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.content {
width: 96%;
}
.top-row {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.bottom-row {
width: 100%;
display: flex;
justify-content: space-between;
}
.left {
margin-right: 8px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex-grow: 1;