body {
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
}

body {
    width: auto;
    overflow-x: hidden;
}

/* ------------------------  ------------------------*/
a:focus, a:hover {
    color: #666;
}

a {
    color: #0065bd;
    text-decoration: underline;
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}

/* ------------------------ images ------------------------ */
img {
    max-width: 100%;
}

.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 20px -9px rgba(3,3,3,1);
    -moz-box-shadow: 0px 0px 20px -9px rgba(3,3,3,1);
    box-shadow: 0px 0px 20px -9px rgba(3,3,3,1);
}

/* ------------------------ Detail Page Styles ------------------------ */
.custom-corners .ui-bar {
    border-top-width: 0;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
}

.custom-corners .ui-body {
    border-top-width: 0;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}