﻿/* Style the tab */
.tab {
    float: left;
    width: 30%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    color: black;
    background: #ffcd53;
    padding: 12px 16px;
    font-size: 14px;
    width: 100%;
    margin-left: 10px;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #f3ef9e;
}

/* Style the tab content */

.tabcontent {
    float: right;
    margin-top:30px;
    padding: 0px 12px;
    width: 65%;
    margin-bottom:40px;
}
 /* end tab style */



#grammar-content{
    /* float: right;
    width:67%;
    margin-right: 10px; */
    padding: 10px; 
}

table{
    margin-top:30px;
    border-collapse: collapse;
    width:100%;
    border: 10px;
}

table, th, td {
    border: 1px solid black;
    text-align:left;
    margin-bottom:30px;
}
th,td{
    padding:10px;
}
.content-parts{
    margin:30px 0;
    border-bottom: 1px dotted grey;
    margin-bottom: 150px;
    padding-top:50px;
}
.content-parts p{
    padding:10px;
}
.ul {
    margin-left: 250px;
}
.tclr1{
    background-color: #e8cfae;
}
.tclr2{
    background-color: #f7eddf;
    width: 40%;
}
.tclr3{
    background-color: #fbf5ee;
}
.unlinkedBtn{
    color: white !important;
}