h2 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.book__table {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 420px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px;
    border-radius: 7px;
}

.book__table .bg__wrapper {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 7px;
}

.book__table table {
    width: 100%;
    color: #461504;
    border-color: #461504;
    border-style: solid;
    font-size: 1.0em;
    font-style: italic;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.book__table table tr {
}

.book__table table tr th {
width: 25%;
white-space: nowrap;
padding: 6px 4px;
border-bottom: 1px solid #461504;
}

.book__table table tr th.wrap {
    white-space: normal;
}

.book__table table tr td {
    text-align: center;
    padding: 6px 4px;
    white-space: nowrap;
    border-bottom: 1px solid #461504;
    border-left: 1px solid #461504;
}

.book__table table tr th {
    border-left: 1px solid #461504;
}

.book__table table tr th:first-child,
.book__table.book__table-2 table tr td:first-child,
.book__table.book__table-3 table tr td:first-child,
.book__table.book__table-4 table tr td:first-child {
    border-left: none;
}

.book__table table tr:last-child td,
.book__table table tr th.no__border-bottom {
    border-bottom: none;
}

.book__table-1 {
    background-image: url(/uploads/posts/2017-05/doczags/image9.jpeg);
    height: 294px;
}
.book__table-2 {
    background-image: url(/uploads/posts/2017-05/doczags/image10.png);
    height: 310px;
}
.book__table-3 {
    background-image: url(/uploads/posts/2017-05/doczags/image11.png);
    height: 259px;
}
.book__table-4 {
    background-image: url(/uploads/posts/2017-05/doczags/image12.png);
    height: 261px;
    font-size:1.3em;

}
.book__table.book__table-2 tr th, .book__table.book__table-2 tr td {
    padding: 20px 10px;
}
.book__table.book__table-3 tr th, .book__table.book__table-3 tr td {
    padding: 20px 10px;
}
.book__table.book__table-4 tr th,.book__table.book__table-4 tr td {
    padding: 20px 10px;
}
.book__table.book__table-4 table tr th:first-child {
    width: 85%;
}
.colored-bullet {
    margin-left: 0;
    padding-left: 0;
    float: left;
    clear: right;
    width: 50%;
}

.colored-bullet li {
    padding-left: 0;
    list-style: none;
    line-height: 35px;
}

.bullet-1 {
    width: 25px;
    height: 25px;
    background-image: url(/uploads/posts/2017-05/doczags/image3.gif);
    background-size: 100%;
    margin-right: 10px;
    float: left;
    clear: right;
}