.naga-box-help {
    position: relative;
    max-width: 100%;
    margin: 0 20px;
}

.naga-box {
    position: relative;
    margin: 20px 0;
    background: #fff;
    border: 1px solid #b5bfc9;
    border-radius: 5px;
    padding: 25px;
}

.naga-box-content {
    font-size: 15px;
    color: #424242;
}

.naga-list-icon li {
    padding: 0 0 20px 0;
}

.naga-list-icon a {
    text-decoration: none;
}

.naga-list-icon div {
    padding: 0 65px 0 0;
}

.naga-list-icon p {
    margin: 10px 0;
    color: #424242;
    text-align: justify;
}

.naga-list-icon li:nth-child(odd) i {
    font-size: 35px;
    color: #F5F5F5;
    background: #E64A19;
}

.naga-list-icon li:nth-child(even) i {
    font-size: 35px;
    color: #F5F5F5;
    background: #3F51B5;
}

.naga-list-icon li i {
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    color: #ccc;
    border-radius: 5px;
    background: #eee;
    height: 50px;
    width: 50px;
    float: right;
    margin: 0;
    vertical-align: middle;
}

.naga-box h3 {
    margin: 0 0 20px 0;
}

#nagatb {
    border-collapse: collapse;
    width: 100%;
}

#nagatb td,
#nagatb th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

#nagatb tr:nth-child(even) {
    background-color: #f2f2f2;
}

#nagatb tr:hover {
    background-color: #ddd;
}

#nagatb th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #4CAF50;
    color: white;
}

.nga_vid_row:after {
    content: "";
    display: table;
    clear: both;
}

.nga_vid_row ul {
    background-color: #333333;
    border-radius: 5px;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
    overflow: hidden;

}

.nga_vid_row ul li {
    float: right;
    margin: 0;
}

.nga_vid_row ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.nga_vid_row ul li a:hover {
    background-color: #111111;
    color: #f80;
}