#courses-review-view {

    padding: 20px;

    table {
        font-size: 20px;
        td, th {
            text-align: left;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }
    }
}

#course-review-view {
    padding: 30px;

    .lesson-title {
        font-size: 24px;        
    }

    .exercises-container {
        margin-left: 20px;

        h4 {
            font-size:22px;
        }

        .sentence-container {
            margin-top: 30px;
            margin-left: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px;
            
            .sentence-text {
                font-size: 20px;
            }

            .word-identification-exercise-table {
                    margin: auto;
                    vertical-align: top;
                    width: 100%;
        
                    td {
                        padding: 10px 5px;
                        border: 1px solid;
        
                        &.answer{
                            color: #16A085;
                        }
    
                    }               
            }
        }        
    }
}