﻿.lesson-form-btns{
  margin-top:20px;
  /*justify-content:center;*/

}

.lesson-form-btns a {
    border: 1px solid silver;
    margin-right: 8px;
    padding: 8px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    color: darkblue;
    font-weight: bold;
}

    .lesson-form-btns div {
        border: 1px solid silver;
        margin-right: 8px;
        padding: 8px 18px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 18px;
        color: darkblue;
        font-weight: bold;
        margin-bottom:4px;
    }

    .lesson-form-btns a.selected {
        background-color:lightblue;
    }

    .lesson-form-btns div.selected {
        background-color: lightblue;
    }

.suggestion-section{
    padding:15px 0;
}