@charset "UTF-8";

.Module.Footer {
    width: 100%;
    margin: 0 auto;
    background: transparent url("../img/pw_maze_black.png") repeat scroll 0 0;
    padding: 30px 0;
}

.Module.Footer footer {
    color: white;
    margin: 0 20px;
}

.Module.Footer table.wrapper {
    width: 100%;
    z-index: initial;
}

.Module.Footer .spacer,
.Module.Footer table td.spacer {
    width: 100%;
    text-align: center;
}

.Module.Footer table.wrapper td {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .Module.Footer table.wrapper td {
        min-width: 200px;
    }
}

.Module.Footer .font-size-small {
    font-size: 0.6rem;
}

.Module.Footer a {
    color: #cecece;
}

.Module.Footer a.powered {
    font-weight: 100;
}

.Module.Footer a:hover {
    text-decoration: none;
    color: white;
}

html[dir="ltr"] .Module.Footer .info-box {
    text-align: right;
}

html[dir="rtl"] .Module.Footer .info-box {
    text-align: left;
}
