@charset "utf-8";
/* CSS Document */

.leaseDeducations{

}

.leaseDeducations-wrapper{
    width: 95%;
    margin: auto;
}
@media print, screen and (min-width: 1080px) {
    .leaseDeducations-wrapper{
        width: 75%;
    }
}

.leaseDeducations-detail{
    margin-bottom: 35px;
}


.leaseDeducations-subpoints-dotted{
    margin-left: 38px;
}
.leaseDeducations-subpoints-dotted li{
	list-style-type:disc ;
    margin-bottom: 10px;
}
.leaseDeducations-subpoints-dotted li::marker{
    color: var(--color-theme-secondary);
}
.leaseDeducations-subpoints-dotted li a:link,
.leaseDeducations-subpoints-dotted li a:visited{
    text-decoration: underline;
}