/* Medium - tablet and narrow browser width */
.teacher-pd-info {
    margin: 1em 0 1em 0;
    display: flex;
    flex-direction: column;
}
.teacher-pd-info > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}
.teacher-pd-info > div:nth-child(1) > div:nth-child(1) {
    flex: 0 0 4em;
    font-weight: bold;
}
.teacher-pd-info > div:nth-child(1) > div:nth-child(2) {
    flex: 1 1 0px;
}
.teacher-pd-info > div:nth-child(2) {
    margin-left: 4em;
}
.teacher-pd-info > div:nth-child(2) > ul {
    padding-left: 0;
    list-style-position: outside;
    margin-left: 1em;
}

.teacher-pd-header {
    display: flex;
    flex-direction: row;
}
.teacher-pd-header > div:nth-child(1) {
    flex: 2 1 0px;
}
.teacher-pd-header > div:nth-child(2) {
    flex: 1 1 0px;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: flex-start;
}
