
h2 {
    margin-top:40px !important;
}

.table-striped {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}

.table-striped tr {
    height: 60px;
}

.table-striped td {
    padding: 10px !important;
}

.table-striped tbody tr:nth-child(even) {
    background-color: #ffffff; /* White */
}

.table-striped tbody tr:nth-child(odd) {
    background-color: #f2f2f2; /* White */
}

.table-striped td:first-child {
    text-align: right; /* Right-align first column */
}

.table-striped td:nth-child(2) {
    text-align: left; /* Left-align second column */
}

.list {
    margin-bottom:20px !important;
    line-height: 24px;
}

.list li {
    margin-bottom: 7px !important;
    line-height: 24px;
}

.screenshot {
    border: 1px solid darkgrey !important;
    margin-bottom: 10px !important;
}


.note {
    display: table;
    width: 98%;
    height: 100%;
    border: 2px solid lightgrey;
    background-color:#f2f2f2;
    border-radius: 10px;
    padding: 10px 5px 10px 10px;
    margin: 15px 0px 15px 15px !important;
    line-height: 24px;
}

.notePic {
    display: table-cell;
    padding-left: 10px;
    width: 8%;
    vertical-align: middle;
    line-height: 24px;
}

.noteText {
    display: table-cell;
    padding-left:8px;
    width: 92%;
    vertical-align: middle;
    line-height: 24px;
}

.noteList {
    padding-left:15px;
    margin-left:0px;
    line-height: 24px;
}

.noteList li {
    margin-bottom: 8px !important;
    line-height: 24px;
}


/*    FOR NON KB HEADING STYLING      */
.edgeh2 {
    color:#3498db;
    margin-top:45px;
    margin-bottom: 5px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 32px;
}

.edgeh3 {
    color:#3498db;
    margin-bottom: 5px;
    font-size: 22px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    margin-top: 45px;
}

.edgeh4 {
    color:#3498db;
    margin-bottom: 5px;
}
/*    FOR NON KB HEADING STYLING      */




















































































































































