* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    background-size: auto 100%;
}

body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.page span{
    border: 1px solid #e2e2e2;
    height: 37px;
    padding: 0px 8px;
    background-color: #029ae8;
    color: #ffffff;
}

.page a{
    border: 1px solid #e2e2e2;
    height: 37px;
    padding: 0px 7px;
    color: #6b6b6b;
}