html, body {
    margin: 0;
    padding: 0;
    background: #ccc;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body {
    min-width: 700px;
}

.page {
    width: 700px;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.header {
    width: 700px;
    background: #fff;
}

.logo,
.slogo {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.logo { width: 697px; height: 92px; }
.slogo { width: 697px; height: 29px; }

.main-layout {
    width: 700px;
    display: grid;
    grid-template-columns: 132px 1px 1fr;
    align-items: stretch;
    background: #fff;
}

.sidebar {
    width: 132px;
    padding: 2px 1px 0 1px;
    box-sizing: border-box;
}

.content {
    width: 564px;
    margin-left: 0;
    padding: 2px 2px 24px 2px;
    box-sizing: border-box;
    min-height: 1000px;
    border-left: 1px solid #000;
}

.side-section {
    margin: 0 0 8px 0;
}

.section-title,
.content-title {
    height: 20px;
    line-height: 20px;
    background: #000;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 0 8px;
    box-sizing: border-box;
}

.sidebar .section-title {
    text-align: center;
}

.menu {
    padding: 18px 4px 10px 15px;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.menu a {
    display: block;
    color: #000;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

.friend {
    width: 132px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.friend img {
    width: 88px;
    height: 31px;
    border: 0;
}

.counter {
    width: 132px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter img {
    width: 88px;
    height: 31px;
    border: 0;
}

.content-title {
    margin: 0 0 21px 0;
}

.owner {
    margin: 0;
    padding: 0 15px 20px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
}

.owner h1 {
    margin: 0 0 8px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.owner .bear {
    display: block;
    margin: 0 0 8px 0;
    width: auto;
    max-width: 100%;
    height: auto;
}

.owner p {
    margin: 0 0 13px 0;
}

.owner .owner-photo {
    float: left;
    width: auto;
    height: auto;
    margin: 2px 12px 8px 0;
    border: 1px solid #000;
}

.owner .actions {
    clear: both;
    margin-top: 8px;
    padding-top: 4px;
}

.ssi-block {
    margin-top: 12px;
}

.footer { display: none; }

a {
    color: #000;
}
