.CSSTableGenerator {
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, .28);
    border: 1px solid #000;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.CSSTableGenerator tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.CSSTableGenerator tr:hover td {
    background-color: #d3e9ff;
}
.CSSTableGenerator td {
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 8px;
    font-size: 11px;
    font-family: Arial;
    font-weight: 400;
    color: #000;
}
.CSSTableGenerator tr:last-child td {
    border-width: 0 1px 0 0;
}
.CSSTableGenerator tr td:last-child {
    border-width: 0 0 1px;
}
.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0;
}
.CSSTableGenerator tr:first-child td {
    background: -o-linear-gradient(bottom, #0057af 5%, #007fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff));
    background: -moz-linear-gradient(center top, #0057af 5%, #007fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");
    background: -o-linear-gradient(top, #0057af, 007fff);
    background-color: #0057af;
    border: 0 solid #000;
    text-align: center;
    border-width: 0 0 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    color: #fff;
}
.CSSTableGenerator tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #0057af 5%, #007fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff));
    background: -moz-linear-gradient(center top, #0057af 5%, #007fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");
    background: -o-linear-gradient(top, #0057af, 007fff);
    background-color: #0057af;
}
.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0 0 1px;
}
.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0 0 1px 1px;
}
#gall {
    padding-left: 25px;
}
.gallery img {
    margin: 12px;
    border: 2px solid #fff;
}
a.gallphoto:hover img {
    border: 2px solid red;
}
.skidki {
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    line-height: 1.2;
    font-size: 36px;
    font-family: 'Exo2Bold', sans-serif;
    font-weight: 800;
    color: #FFF;
    max-width: 800px;
    margin: 60px auto 80px;
}
.skidki span {
    color: red;
}
.green {
    color: #0F0;
    margin-bottom: 40px;
}