.lc-wrap{
    max-width: 860px;
    font-size: 14px;
    border-radius: 4px;
    background-color: white;
    position: relative; left: 0; top: 0;
    padding: 27px 30px 30px 30px;
}

.lc-wrap .popup-close{
    position: absolute;
    right: 25px; top: 20px;
    cursor: pointer;
}

.lc-wrap h1{
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.lc-wrap h2{
    font-size: 18px;
    margin: 0 0 7px 0;
}

.lc-chart-wrap{
    border: 1px solid #d8d8d8;
    padding: 19px;
}

.lc-chart-wrap table{
    width: 100%;
}

.lc-chart-wrap table tr td{
    width: 30%;
    font-size: 14px;
    padding: 20px 12px;
    vertical-align: top;
    border: 1px solid #d8d8d8;
}

.lc-chart-wrap table tr td ul {
    padding: 0;
    margin: 0 10px;
    list-style: outside;
}

.lc-chart-wrap table tr td ul li {
    line-height: 16px;
    margin-bottom: 7px;
}

.lc-chart-wrap table tr td ul li:last-child {
    margin-bottom: 0;
}

.lc-chart-wrap table tr:first-child td{
    text-align: center;
    border-top: none;
}

.lc-chart-wrap table tr:first-child td:first-child{
    text-align: left;
}

.lc-chart-wrap table tr:last-child td{
    border-bottom: none;
}

.lc-chart-wrap table tr td:first-child{
    width: 10%;
    border-left: none;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-left: 0;
}

.lc-chart-wrap table tr td:last-child{
    border-right: none;
}

@media (max-width: 767px){

    .lc-wrap{
        width: 100%;
        height: 100%;
        position: fixed; left: 0; top: 0;
        border-radius: 0;
    }
}