* {
    scrollbar-color: #C0C0C0 #E8E8E8;
}

div>* {
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 transparent;
}

/* Works on Chrome/Edge/Safari */
div>*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #E8E8E8;
}

*::-webkit-scrollbar-thumb {
    background-color: #C0C0C0;
    border: 3px solid #E8E8E8;
    border-radius: 8px;
}

html {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    line-height: 1.2
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:link {
    text-decoration: none;
    color: #000
}

a:active {
    text-decoration: none;
    color: #000
}

a:visited {
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: none;
    color: #000
}

b,
strong {
    font-weight: 700
}

img {
    border: 0
}

hr {
    border: 0;
    box-sizing: content-box;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #FFFFFF, #E8E8E8, #FFFFFF);
    background-image: -moz-linear-gradient(left, #FFFFFF, #E8E8E8, #FFFFFF);
    background-image: -ms-linear-gradient(left, #FFFFFF, #E8E8E8, #FFFFFF);
    background-image: -o-linear-gradient(left, #FFFFFF, #E8E8E8, #FFFFFF);
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden;
    padding: 0
}

hr:before {
    display: table;
    content: ""
}

hr:after {
    display: table;
    clear: both;
    content: ""
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1rem
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75rem
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

td {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

table {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.columns {
    margin-right: -10px;
    margin-left: -10px
}

.columns:before {
    display: table;
    content: ""
}

.columns:after {
    display: table;
    clear: both;
    content: ""
}

.column {
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

.one-third {
    width: 33.333333%
}

.two-thirds {
    width: 66.666667%
}

.one-fourth {
    width: 25%
}

.one-half {
    width: 50%
}

.three-fourths {
    width: 75%
}

.one-fifth {
    width: 20%
}

.four-fifths {
    width: 80%
}

.single-column {
    padding-right: 10px;
    padding-left: 10px
}

.table-column {
    display: table-cell;
    width: 1%;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

label {
    font-size: 1.167rem;
    font-weight: 700
}

.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
select,
textarea {
    padding: 7px 8px;
    font-size: 1.167rem;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075)
}

.form-control.focus,
.form-control:focus,
input[type=text].focus,
input[type=text]:focus,
input[type=password].focus,
input[type=password]:focus,
input[type=email].focus,
input[type=email]:focus,
input[type=number].focus,
input[type=number]:focus,
input[type=tel].focus,
input[type=tel]:focus,
input[type=url].focus,
input[type=url]:focus,
select.focus,
select:focus,
textarea.focus,
textarea:focus {
    border-color: #51a7e8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5);
    font-size: 1.167rem
}

select:not([multiple]) {
    height: 34px;
    vertical-align: middle
}

input.input-contrast,
.input-contrast {
    background-color: #fafafa
}

input.input-contrast:focus,
.input-contrast:focus {
    background-color: #fff
}

::-webkit-input-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

::placeholder {
    color: #aaa
}

input.input-mini {
    min-height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1rem
}

input.input-large {
    padding: 6px 10px;
    font-size: 1.333rem
}

.input-block {
    display: block;
    width: 100%
}

.input-monospace {
    font-family: Consolas, liberation mono, Menlo, Courier, monospace
}

.form-checkbox {
    padding-left: 20px;
    margin: 15px 0;
    vertical-align: middle
}

.form-checkbox label em.highlight {
    position: relative;
    left: -4px;
    padding: 2px 4px;
    font-style: normal;
    background: #fffbdc;
    border-radius: 3px
}

.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio] {
    float: left;
    margin: 2px 0 0 -20px;
    vertical-align: middle
}

.form-checkbox .note {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #666
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.select {
    display: inline-block;
    max-width: 100%;
    padding: 7px 24px 7px 8px;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 8px center;
    background-size: 8px 10px;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 8px \9;
    background-image: none \9
}

.select:focus {
    outline: none;
    border-color: #51a7e8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5)
}

.select::-ms-expand {
    opacity: 0
}

.select-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1rem
}

.select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px
}

.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.right {
    float: right
}

.left {
    float: left
}

.centered {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.hidden {
    display: none
}

.warning {
    padding: .5rem;
    margin-bottom: .8rem;
    font-weight: 700;
    background-color: #fffccc
}

.counter {
    display: inline-block;
    padding: 2px 5px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #666;
    background-color: #eee;
    border-radius: 20px
}

.btn {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 1.167rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc, #eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none
}

.btn i {
    font-style: normal;
    font-weight: 500;
    opacity: .6
}

.btn .octicon {
    vertical-align: text-top
}

.btn .counter {
    text-shadow: none;
    background-color: #e5e5e5
}

.btn:focus {
    text-decoration: none;
    border-color: #51a7e8;
    outline: none;
    box-shadow: 0 0 5px rgba(81, 167, 232, .5)
}

.btn:focus:hover,
.btn.selected:focus {
    border-color: #51a7e8
}

.btn:hover,
.btn:active,
.btn.zeroclipboard-is-hover,
.btn.zeroclipboard-is-active {
    text-decoration: none;
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
    border-color: #ccc
}

.btn:active,
.btn.selected,
.btn.zeroclipboard-is-active {
    background-color: #dcdcdc;
    background-image: none;
    border-color: #b5b5b5;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15)
}

.btn.selected:hover {
    background-color: #cfcfcf
}

.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
    color: rgba(102, 102, 102, .5);
    cursor: default;
    background-color: rgba(229, 229, 229, .5);
    background-image: none;
    border-color: rgba(197, 197, 197, .5);
    box-shadow: none
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
    background-color: #60b044;
    background-image: linear-gradient(#8add6d, #60b044);
    border-color: #5ca941
}

.btn-primary .counter {
    color: #60b044;
    background-color: #fff
}

.btn-primary:hover {
    color: #fff;
    background-color: #569e3d;
    background-image: linear-gradient(#79d858, #569e3d);
    border-color: #4a993e
}

.btn-primary:active,
.btn-primary.selected {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    background-color: #569e3d;
    background-image: none;
    border-color: #418737
}

.btn-primary.selected:hover {
    background-color: #4c8b36
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #fefefe;
    background-color: #add39f;
    background-image: linear-gradient(#c3ecb4, #add39f);
    border-color: #b9dcac #b9dcac #a7c89b
}

.btn-danger {
    color: #900
}

.btn-danger:hover {
    color: #fff;
    background-color: #b33630;
    background-image: linear-gradient(#dc5f59, #b33630);
    border-color: #cd504a
}

.btn-danger:active,
.btn-danger.selected {
    color: #fff;
    background-color: #b33630;
    background-image: none;
    border-color: #9f312c
}

.btn-danger.selected:hover {
    background-color: #9f302b
}

.btn-danger:disabled,
.btn-danger:disabled:hover,
.btn-danger.disabled,
.btn-danger.disabled:hover {
    color: #cb7f7f;
    background-color: #efefef;
    background-image: linear-gradient(#fefefe, #efefef);
    border-color: #e1e1e1
}

.btn-danger:hover .counter,
.btn-danger:active .counter,
.btn-danger.selected .counter {
    color: #b33630;
    background-color: #fff
}

.btn-outline {
    color: #4078c0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5
}

.btn-outline .counter {
    background-color: #eee
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline.selected,
.btn-outline.zeroclipboard-is-hover,
.btn-outline.zeroclipboard-is-active {
    color: #fff;
    background-color: #4078c0;
    background-image: none;
    border-color: #4078c0
}

.btn-outline:hover .counter,
.btn-outline:active .counter,
.btn-outline.selected .counter,
.btn-outline.zeroclipboard-is-hover .counter,
.btn-outline.zeroclipboard-is-active .counter {
    color: #4078c0;
    background-color: #fff
}

.btn-outline.selected:hover {
    background-color: #396cad
}

.btn-outline:disabled,
.btn-outline:disabled:hover,
.btn-outline.disabled,
.btn-outline.disabled:hover {
    color: #767676;
    background-color: #fff;
    background-image: none;
    border-color: #e5e5e5
}

.btn-with-count {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-sm {
    padding: 2px 10px
}

.menu {
    margin-bottom: 15px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px
}

.menu-item {
    position: relative;
    display: block;
    padding: 8px 10px;
    text-shadow: 0 1px 0 #fff;
    border-bottom: 1px solid #eee
}

.menu-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.menu-item:first-child:before {
    border-top-left-radius: 2px
}

.menu-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.menu-item:last-child:before {
    border-bottom-left-radius: 2px
}

.menu-item:hover {
    text-decoration: none;
    background-color: #f9f9f9
}

.menu-item.selected {
    font-weight: 700;
    color: #222;
    cursor: default;
    background-color: #fff
}

.menu-item.selected:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    content: "";
    background-color: #d26911
}

.menu-item .octicon {
    margin-right: 5px;
    width: 16px;
    color: #333;
    text-align: center
}

.menu-item .counter {
    float: right;
    margin-left: 5px
}

.menu-item .menu-warning {
    float: right;
    color: #d26911
}

.menu-item.alert .counter {
    color: #bd2c00
}

.menu-heading {
    display: block;
    padding: 8px 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.167rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #555;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee
}

.menu-heading:hover {
    text-decoration: none
}

.menu-heading:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.menu-heading:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 0
}

.tabnav {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.tabnav .counter {
    margin-left: 5px
}

.tabnav-tabs {
    margin-bottom: -1px
}

.tabnav-tab {
    display: inline-block;
    padding: 8px 12px;
    font-size: 1.167rem;
    line-height: 1.25rem;
    color: #666;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: 0
}

.tabnav-tab.selected {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 3px 3px 0 0
}

.tabnav-tab:hover {
    text-decoration: none
}

.tabnav-extra {
    display: inline-block;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 1rem;
    color: #666
}

.tabnav-extra>.octicon {
    margin-right: 2px
}

a.tabnav-extra:hover {
    color: #4078c0;
    text-decoration: none
}

.tabnav-btn {
    margin-left: 10px
}

.filter-list {
    list-style-type: none
}

.filter-list.small .filter-item {
    padding: 4px 10px;
    margin: 0 0 2px;
    font-size: 1rem
}

.filter-list.pjax-active .filter-item {
    color: #767676;
    background-color: transparent
}

.filter-list.pjax-active .filter-item.pjax-active {
    color: #fff;
    background-color: #4078c0
}

.filter-item {
    position: relative;
    display: block;
    padding: 8px 10px;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 1.167rem;
    color: #767676;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px
}

.filter-item:hover {
    text-decoration: none;
    background-color: #eee
}

.filter-item.selected {
    color: #fff;
    background-color: #4078c0
}

.filter-item.selected .octicon-remove-close {
    float: right;
    opacity: .8
}

.filter-item .count {
    float: right;
    font-weight: 700
}

.filter-item .bar {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    z-index: -1;
    display: inline-block;
    background-color: #f1f1f1
}

.state {
    display: inline-block;
    padding: 4px 8px;
    font-weight: 700;
    line-height: 1.25rem;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #999
}

.state-open,
.state-proposed,
.state-reopened {
    background-color: #6cc644
}

.state-merged {
    background-color: #6e5494
}

.state-closed {
    background-color: #bd2c00
}

.state-renamed {
    background-color: #fffa5d
}

.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 1em/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}

.tooltipped-multiline:hover:after,
.tooltipped-multiline:active:after,
.tooltipped-multiline:focus:after {
    display: table-cell
}

.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltipped-se:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-sw:after {
    margin-right: -15px
}

.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px
}

.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
    top: -5px;
    right: 50%;
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0, 0, 0, .8)
}

.tooltipped-ne:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-nw:after {
    margin-right: -15px
}

.tooltipped-s:after,
.tooltipped-n:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-w:after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-w:before {
    top: 50%;
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, .8)
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-e:before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, .8)
}

.tooltipped-multiline:after {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate
}

.tooltipped-multiline.tooltipped-s:after,
.tooltipped-multiline.tooltipped-n:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w:after,
.tooltipped-multiline.tooltipped-e:after {
    right: 100%
}

@media screen and (min-width:0\0) {
    .tooltipped-multiline:after {
        width: 250px
    }
}

.tooltipped-sticky:before,
.tooltipped-sticky:after {
    display: inline-block
}

.tooltipped-sticky.tooltipped-multiline:after {
    display: table-cell
}

.flex-tdtable {
    display: table
}

.flex-tdtable-item {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.flex-tdtable-item-primary {
    width: 99%
}

.top-heading {
    width: 100%;
    height: 30px;
    background: #000
}

.top-wrapping {
    margin: 0 auto;
    padding: 0;
    width: 1003px;
    height: 30px;
    background: #000
}

#left-top-part {
    list-style: none;
    margin: 0;
    padding: 0
}

#left-top-part li {
    float: left;
    margin-right: 12px;
    margin-left: 0;
    padding: 0;
    margin-top: 7px
}

#middle-top-part {
    float: left;
    padding: 0;
    margin-top: 7px;
    text-align: center
}

#right-top-part {
    list-style: none;
    margin: 0;
    padding: 0
}

#right-top-part li {
    float: right;
    margin-left: 4px;
    margin-right: 0;
    padding: 0;
    margin-top: 7px
}

#right-top-part img {
    float: left;
    margin-top: -3px
}

header {
    width: 1003px;
    margin: 0 auto
}

.uplift {
    margin-top: -30px
}

ul.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333
}

ul.pagination li {
    list-style-type: none;
    margin: 0;
    display: inline;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 0
}

ul.pagination input {
    border: 1px solid #e8e8e8;
    color: #000;
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    width: 25px
}

ul.pagination a {
    color: #333;
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #e8e8e8;
    text-decoration: none
}

ul.pagination a:hover {
    background: #037ad6;
    color: #fff
}

ul.pagination a.current {
    background: #e8e8e8;
    font-weight: 700;
    color: #000
}

.layouttext {
    display: none;
    position: absolute;
    left: -9000px
}

.stats {
    font-size: .833rem
}

.smaller {
    font-size: .917rem
}

.same {
    font-size: 1rem
}

.more {
    font-size: 1.083rem
}

.returnto {
    font-size: 1.167rem
}

.sbigger {
    font-size: 1.272rem
}

.bigger {
    font-size: 1.417rem
}

.biggest {
    font-size: 1.5rem
}

.huge {
    font-size: 1.667rem
}

.huge2 {
    font-size: 2.083rem
}

.huge3 {
    font-size: 2.5rem
}

.middleit {
    text-align: center;
    display: table;
    margin: 0 auto
}

.middleit img {
    vertical-align: middle
}

.middlediv {
    text-align: center;
    margin: 0 auto
}

.middlediv img {
    vertical-align: middle
}

.centerit {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.sitedate {
    color: #333
}

.maragrey {
    color: #e8e8e8
}

.maramgrey {
    color: #dfdfdf
}

.marangrey {
    color: #d7d7d7
}

.maradgrey {
    color: #727272
}

.marafeeds {
    color: #4a8d00
}

.maramails {
    color: #9a5514
}

.maragreen {
    color: #65cb9b
}

.online {
    color: #060
}

.offline {
    color: #c00c00
}

.banned {
    color: #a40707
}

.ban {
    color: #00f
}

.bingo {
    color: #14a464
}

.pricecheck {
    color: gray
}

.bronzeshield {
    color: #ae7861
}

.silvershield {
    color: #868686
}

.goldshield {
    color: #f5d94e
}

.marapetsshield {
    color: #348d64
}

.platinumshield {
    color: #c7c7c7
}

.mp {
    color: #b87231
}

.rp {
    color: #467f3a
}

.bp {
    color: #d41c0d
}

.au {
    color: #cb5131
}

.dukkacn {
    color: #6a422a
}

.fakedukkacn {
    color: #bb6b13
}

.olympicpts {
    color: #ffce18
}

.spypts {
    color: #57da54
}

.recyclepts {
    color: #672499
}

.stalkerpts {
    color: #ff75b9
}

.scorepts {
    color: #57a6c9
}

.memorypts {
    color: #6f6f6f
}

.referralpts {
    color: #26ddc5
}

.manager {
    color: #a361e0
}

.admin {
    color: #1eabec
}

.createblue {
    color: #03c
}

.creategreen {
    color: #090
}

.createyellow {
    color: #fc0
}

.createred {
    color: #c00
}

.female {
    color: #1eabec
}

.moderator {
    color: #da4a4a
}

.alsotry {
    color: #037ad6
}

.trades {
    color: #6e4809
}

.amber {
    color: #f90
}

.veryred {
    color: red
}

.ghost {
    color: #fff
}

.progress {
    color: #41ada1
}

.italic {
    font-style: italic
}

.freegym {
    text-decoration: underline overline wavy #941420;
    color: #941420
}

.freeschool {
    text-decoration: underline overline wavy #3c6;
    color: #3c6
}

.strong {
    font-weight: 700
}

.defaultpet {
    padding: 0;
    margin: 0;
    border: 2px solid #e8e8e8;
    border-radius: 8px
}

.specialpet {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    padding: 0;
    margin: 0
}

.marapets_border {
    border: 1px solid #e8e8e8;
    border-radius: 8px
}

.prizetxt {
    font-size: 1.167rem;
    font-weight: 700;
    text-align: center;
    width: 250;
    padding: 5px
}

.prizetxt2 {
    font-size: 1.167rem;
    text-align: center;
    width: 250;
    padding: 5px
}

.firstrow {
    color: #000;
    font-size: 1.167rem;
    font-weight: 700;
    background-color: #e8e8e8;
    text-align: center;
    padding: 5px;
    vertical-align: middle
}

.thirdrow {
    border-top: 1px solid #e8e8e8;
    font-weight: 700;
    font-size: 1.167rem;
    text-align: center;
    color: #35332c;
    padding: 5px;
    vertical-align: middle
}

.secondrow {
    font-size: 1.167rem;
    padding: 5px;
    vertical-align: middle
}

.fourthrow {
    border-top: 1px solid #e8e8e8;
    font-size: 1.167rem;
    padding: 5px;
    vertical-align: middle
}

.fifthrow {
    border-top: 1px solid #e8e8e8;
    text-align: center;
    font-size: 1.167rem;
    padding: 5px;
    vertical-align: middle
}

.sixrow {
    border-top: 1px solid #e8e8e8;
    font-weight: 700;
    font-size: 1.167rem;
    padding: 5px;
    vertical-align: middle
}

.sevenrow {
    border-top: 1px solid #e8e8e8;
    vertical-align: middle
}

.tablepadding {
    padding: 5px
}

.tablespacing {
    border-spacing: 5px
}

.sitetable {
    border: 1px solid #e8e8e8;
    width: 65%;
    border-spacing: 0;
    padding: 0;
    border-radius: 8px;
    margin: 0 auto
}

.sitetable2 {
    border: 1px solid #e8e8e8;
    width: 70%;
    border-spacing: 0;
    padding: 0;
    border-radius: 8px;
    margin: 0 auto
}

.widesitetable {
    border: 1px solid #e8e8e8;
    width: 75%;
    border-spacing: 0;
    padding: 0;
    border-radius: 8px;
    margin: 0 auto
}

.widesitetable2 {
    border: 1px solid #e8e8e8;
    width: 80%;
    border-spacing: 0;
    padding: 0;
    border-radius: 8px;
    margin: 0 auto
}

.widesitetable3 {
    border: 1px solid #e8e8e8;
    width: 90%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.mainsitetable {
    width: 100%;
    border-spacing: 0;
    padding: 0;
    margin: 0 auto
}

.mainsitetable2 {
    width: 95%;
    border-spacing: 0;
    padding: 0;
    margin: 0 auto
}

.mainsitetable3 {
    width: 95%;
    border-spacing: 0;
    padding: 0;
    margin: 0 auto
}

.mainsitetable4 {
    width: 85%;
    border-spacing: 0;
    padding: 0;
    margin: 0 auto
}

.mainsitetable5 {
    border-spacing: 0;
    padding: 0;
    margin: 0 auto
}

.mainsitetable6 {
    width: 50%;
    border-spacing: 0;
    padding: 0;
    margin: 0 auto
}

.width100 {
    min-width: 100%
}

.width95 {
    min-width: 95%
}

.width85 {
    min-width: 85%
}

.width75 {
    min-width: 75%
}

.width50 {
    min-width: 50%
}

.width33 {
    min-width: 33.3%
}

.width40 {
    min-width: 40%
}

.width25 {
    min-width: 25%
}

.width20 {
    min-width: 20%
}

.searchbox {
    border: 2px solid #e8e8e8;
    width: 75%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.progressbox {
    border: 2px solid #41ada1;
    width: 85%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.bigsearchbox {
    border: 2px solid #e8e8e8;
    width: 85%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.bigsearchbox2 {
    border: 2px solid #e8e8e8;
    width: 95%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.bigsearchbox3 {
    border: 1px dashed #a40707;
    width: 85%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.onlinebox {
    border: 2px solid #060;
    width: 95%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.offlinebox {
    border: 2px solid #c00c00;
    width: 95%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.managerbox {
    border: 2px solid #a361e0;
    width: 95%;
    border-spacing: 5px;
    padding: 5px;
    border-radius: 8px;
    margin: 0 auto
}

.questbox {
    width: 80%;
    border-spacing: 4;
    padding: 4px;
    text-align: center
}

.sitetemplatebox {
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    padding: 6px;
    width: 100%;
    float: left
}

.righttd {
    text-align: right
}

.lefttd {
    text-align: left
}

.centertd {
    text-align: center
}

.middletd {
    vertical-align: middle
}

.toptd {
    vertical-align: top
}

.bottomtd {
    vertical-align: bottom
}

.flex-table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    justify-content: space-evenly
}

.clear-table {
    display: table;
    clear: both;
    content: "";
    margin: 0;
    padding: 0;
    line-height: .25rem
}

.flex-center {
    align-items: center
}

.maindashed {
    border: 1px dashed #037ad6;
    border-radius: 8px;
    margin: auto
}

.forum-likes {
    float: left;
    height: 4px;
    border-right: 1px solid #fff;
    background: #060
}

.forum-dislikes {
    float: right;
    height: 4px;
    margin-right: -1px;
    background: #c00c00
}

.forumbar {
    height: 4px;
    margin: 2px 0;
    width: 100px;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.forumbar2 {
    height: 4px;
    margin: 2px 0;
    width: 65px;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.liketext {
    color: #666;
    font-size: .9166em
}

.container-tooltip {
    width: 200px;
    height: auto;
    background: #fff;
    border: #000 1px solid;
    text-align: center;
    border-radius: 2px;
    padding: 5px
}

.likebutton {
    color: #060;
    font-size: .9166em
}

.dislikebutton {
    color: #c00;
    font-size: .9166em
}

.marapetsnew {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.083rem;
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.marapetsnew input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e8e8e8;
    border-radius: 50%;
    border: 1px solid #727272
}

.marapetsnew:hover input~.checkmark {
    background-color: #aaa
}

.marapetsnew input:checked~.checkmark {
    background-color: #037ad6;
    border: 0
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.marapetsnew input:checked~.checkmark:after {
    display: block
}

.marapetsnew .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

button {
    font-size: 1.333rem;
    padding: 4px 16px
}

.input[type=button],
input[type=submit],
input[type=reset] {
    font-size: 1.333rem;
    padding: 4px 16px
}

body form input[type=button] {
    font-size: 1.333rem;
    padding: 4px 16px
}

.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #727272
}

.marapetsnew:hover input~.checkmark2 {
    background-color: #e8e8e8
}

.marapetsnew input:checked~.checkmark2 {
    background-color: #e81313;
    border: 0
}

.checkmark2:after {
    content: "";
    position: absolute;
    display: none
}

.marapetsnew input:checked~.checkmark2:after {
    display: block
}

.marapetsnew .checkmark2:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.search-box-menu {
    width: 165px;
    margin-top: 1px;
    margin-left: 5px
}

.search-box-menu input[type=text] {
    float: left;
    width: 140px;
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 10px;
    font-size: .917rem;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    background-color: #fff;
    background-image: url(https://images.marapets.com/sitesearch.png);
    background-position: 1px 1px;
    background-repeat: no-repeat;
    opacity: .5;
    padding: 2px 10px 2px 25px;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.search-box-menu input[type=text]:focus {
    width: 100%
}

.mara-block {
    width: 100%;
    height: 70px !important;
    z-index: 1000;
    overflow: visible
}

.mara-container {
    margin: 0 auto;
    position: relative;
    width: 728px;
    height: 90px;
    z-index: 1000;
    overflow: visible
}

.marapetsmax {
    width: 1003px;
    margin: 0 auto;
    margin-top: -35px
}

.marapetsend {
    width: 1003px;
    margin: 0 auto
}

.flex-table2 {
    width: 100%;
    justify-content: center;
    align-content: space around;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 5px
}

.maralayout.sitecontent {
    width: 900px;
    max-width: 900px;
    overflow: hidden;
    position: absolute;
    left: 103px
}

.maralayoutmiddle {
    background-color: #fff;
    min-height: 670px;
    min-width: 885px;
    max-width: 885px;
    border-radius: 10px;
    margin: 0;
    padding: 6px;
    float: left
}

.maralayout {
    float: left
}

.maralayout.leftbar {
    width: 103px;
    position: absolute
}

.maracontent {
    display: block;
    position: relative
}

.maracontent:after {
    content: "";
    display: table;
    clear: both
}

.ad-container {
    position: relative;
    left: -22px;
    width: 728px;
    height: 90px;
    overflow: visible;
    z-index: 9999999999999999999999999
}

.verytoptext {
    font-size: 11px
}

.smallonlinenow {
    background: #26c281;
    border: 1px solid #26c281;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto
}

.smallofflinenow {
    background: #c23616;
    border: 1px solid #c23616;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto
}

.top-nav-menu {
    margin-top: 59px;
    width: 1003px;
    background: #fff;
    border-radius: 12px;
    height: 28px;
    margin-bottom: 40px
}

.top-nav-menu>ul {
    list-style: none;
    width: 1003px
}

.top-nav-menu>ul>li {
    position: relative;
    float: left;
    z-index: 5
}

.top-nav-menu>ul>li:first-child {
    z-index: 4;
    width: 134px;
    height: 85px;
    margin-top: -56px;
    margin-left: -40px;
    margin-right: 35px
}

.top-nav-menu>ul>li:first-child>img {
    width: 323px;
    height: 85px;
    margin-left: 0;
    margin-top: -56px
}

.tooltips-selections-menu {
    width: 46px;
    height: 45px;
    margin-top: -14px;
    position: relative;
    z-index: 10
}

.tooltips-selections-menu2 {
    width: 46px;
    height: 85px;
    margin-top: -56px
}

.mini-items {
    width: 180px;
    margin-right: 10px
}

.mini-items-first-move {
    margin-left: -10px
}

.first-tooltip-selection {
    margin-left: -20px
}

.maramail-class {
    margin-top: 1px
}

.mini-items p {
    float: left;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 8px;
    color: #9b9b9b;
    font-size: 8pt;
    font-weight: 700
}

.mini-items img {
    float: left
}

.last-mini-items {
    margin-right: 30px
}

.last-mini-items p {
    float: left;
    margin-top: 6px;
    margin-left: 5px;
    color: #4a8d00;
    font-size: 8pt;
    font-weight: 700
}

.last-mini-items img {
    float: left
}

.up-a-little {
    margin-top: -30px
}

.smalldoll {
    float: left;
    margin: 0;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background: #fff
}

.smalldoll img {
    width: 140px;
    height: 140px;
    margin: -15px -27px -55px -30px
}

.smalldoll2 {
    float: left;
    margin: 0;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background: #fff
}

.smalldoll2 img {
    width: 140px;
    height: 140px;
    margin: -15px -27px -55px -30px
}

.bigdoll {
    float: left;
    margin: 0;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 140px;
    width: 140px
}

.bigdoll img {
	width:240px;
	height:280px;
    margin: -30px -55px -110px -45px
}

.bigdollpadding {
    padding: 3px 3px 3px 20px
}

.marapetsmax2 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 10000000
}

.googlead {
    max-width: 728px;
    min-height: 90px;
    width: 728px;
    height: 90px;
    z-index: 10000000;
    margin: 0 auto
}

.itemwidth {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    padding-bottom: 10px;
    margin: 0;
    padding: 0
}

.currencytext {
    display: inline-block
}

.currencytext img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.width25 {
    max-width: 25%;
    padding-bottom: 15px
}

.fixed25 {
    max-width: 25%
}

.fixed50 {
    min-width: 49%;
    width: 49%;
    max-width: 50%
}

iframe {
    border: none
}

.backtoworld {
    float: right;
    padding: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
    background-color: #e8e8e8;
    border: 2px solid #41ada1;
    border-radius: 8px;
    box-sizing: border-box;
    border: 4px solid #e8e8e8;
    color: #727272
}

.backtoworld img {
    margin: -10px;
    opacity: .8;
    filter: alpha(opacity=80)
}

.marapetscheckmark {
    display: block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    font-family: verdana, arial, helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px
}

.marapetscheckmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.marapetscheckmark:hover input~.checkmark {
    background-color: #aaa
}

.marapetscheckmark input:checked~.checkmark {
    background-color: #037ad6;
    border: 0
}

.marapetscheckmark input:checked~.checkmark:after {
    display: block
}

.marapetscheckmark .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.petwidth,
.petwidth_one {
    width: 155px;
    min-width: 155px;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.petpadding {
    margin: 2px;
    padding: 3px
}

.itempadding {
    margin: 1px;
    padding: 2px
}

.mainfeature_start {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 3px;
    text-align: left;
    margin-bottom: 3px
}

.mainfeature_npc {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.mainfeature_npc2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.mainfeature_npc3 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.mainfeature_art {
    margin: 5px;
    text-align: center
}

.mainfeature_art img {
    border: 1px solid #fff;
    border-radius: 8px
}

.mainfeature_art2 {
    margin: 5px;
    text-align: center;
    width: 300px;
    min-width: 300px;
    max-width: 300px
}

.mainfeature_art2 img {
    border: 1px solid #fff;
    border-radius: 8px
}

.mainfeature_ad {
    margin: 5px
}

.mainfeature_circleicon {
    padding: 2px;
    width: 58px
}

.mainfeature_middle {
    padding: 2px;
    text-align: left;
    flex: auto
}

.eachfeature_box {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 3px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pets_show_each {
    min-width: 25%;
    width: 25%;
    padding: 3px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pets_stats_icon {
    max-width: 25px;
    width: 25px;
    min-width: 25px
}

.eachfeature_each {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1
}

.freeuni {
    text-decoration: underline overline wavy #841fc8;
    color: #841fc8
}

.doublestats {
    text-decoration: underline overline wavy #1f22c8;
    color: #1f22c8
}

.eachfeature_reminder {
    max-width: 30px;
    width: 30px;
    min-width: 30px;
    padding-bottom: 20px;
    margin: 2px;
    line-height: 30px;
    flex: none
}

.always100 {
    min-width: 100%;
    width: 100%;
    max-width: 100%
}

.always99 {
    min-width: 99%;
    width: 99%;
    max-width: 99%
}

.always50 {
    min-width: 50%;
    width: 50%;
    max-width: 50%
}

.always75 {
    min-width: 75%;
    width: 75%;
    max-width: 75%
}

.always25 {
    min-width: 25%;
    width: 25%;
    max-width: 25%
}

.always20 {
    min-width: 20%;
    width: 20%;
    max-width: 20%;
    flex-basis: 20%
}

.always33 {
    min-width: 33%;
    width: 33%;
    max-width: 33%
}

.flex-table3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    flex-wrap: nowrap
}

.flex-table4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 300px;
    min-width: 300px;
    width: 300px
}

.flex-table5 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row
}

.flex-table6 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between
}

.flex-table7 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row
}

.flex-table8 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row
}

.flex-table9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap
}

.flex-table10 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap
}

.flex-table11 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row
}

.flex-table12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center
}

.flex-table13 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row
}

.flex-table14 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row
}

.flex-table15 {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    justify-content: space-evenly
}

.flex-table16 {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    justify-content: space-evenly
}

.flex-table17 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row
}

.flex-bottom {
    align-self: flex-end;
    vertical-align: bottom
}

.flex-top {
    align-self: flex-start
}

.flex-middle {
    align-self: center
}

.petbar {
    height: 4px;
    margin: 2px 0;
    width: 65px;
    max-width: 65px;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.eachpet_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px
}

.fairyreward_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;

    text-align: center;
    min-width: 150px;
    max-width: 150px;
    min-height: 165px;
    width: 150px;
    padding: 5px;
    margin-bottom: 6px;
    margin-left: 3px;
    margin-right: 3px
}

.shoppromo_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    min-width: 130px;
    max-width: 130px;
    min-height: 120px;
    max-height: 120px;
    height: 120px;
    width: 130px;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 3px
}

.fadeit img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.fadeit2 img {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fadeit3 img {
    opacity: .2;
    filter: alpha(opacity=20)
}


.fadediv {
    opacity: .5;
    filter: alpha(opacity=50)
}

.fadediv2 {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fadediv3 {
    opacity: .2;
    filter: alpha(opacity=20)
}

.itemsize {
    width: 80px;
    height: 80px;
    background-color: #fff
}

.marapets_border2 {
    border: 1px dashed #e8e8e8;
    border-radius: 8px
}

.marapets_border3 {
    border: 2px solid #037ad6;
    border-radius: 8px
}

.marapets_border4 {
    border: 2px solid #e8e8e8;
    border-radius: 8px
}

.marapets_border5 {
    border: 2px dashed #037ad6;
    border-radius: 8px
}

.marapets_border6 {
    border: 2px solid #fff;
    border-radius: 8px
}

.marapets_border7 {
    border: 1px solid #fff;
    border-radius: 8px
}

.marapets_border8 {
    border: 2px solid #a361e0;
    border-radius: 8px
}

.marapets_border9 {
    border: 1px solid #333;
    border-radius: 8px
}

.marapets_border10 {
    border: 2px solid #333;
    border-radius: 8px
}

.marapets_border11 {
    border: 1px solid #000;
    border-radius: 8px
}

.marapets_border12 {
    border: 2px solid #000;
    border-radius: 8px
}

.marapets_border13 {
    border: 2px solid #a40707;
    border-radius: 8px
}

.marapets_border14 {
    border: 2px solid #f90;
    border-radius: 8px
}

.marapets_border15 {
    border: 2px solid red;
    border-radius: 8px
}

.flex-checkbox {
    display: block;
    min-height: 30px;
    text-align: left;
    padding: 2px;
    margin: 3px
}

.flex-checkbox2 {
    margin-top: 1px;
    min-height: 25px;
    line-height: 25px
}

.flex-buttons {
    margin-top: 2px;
    margin-bottom: 3px;
    flex-grow: 1
}

.mobile_btmbuttons {
    flex-grow: 1
}

.failbox {
    border: 2px solid #a40707;
    padding: 10px;
    border-radius: 8px;
    margin: 3px auto;
    color: #a40707;
    min-width: 250px
}

.comebackbox {
    padding: 10px;
    color: #727272;
    background: #e8e8e8;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 4px solid #e8e8e8
}

.questdaybox {
    border: 2px solid #037ad6;
    padding: 10px;
    border-radius: 8px;
    margin: 3px auto;
    text-align: left;
    min-width: 250px
}

.missionsbox {
    border: 2px solid #e8e8e8;
    padding: 10px;
    border-radius: 8px;
    margin: 3px auto;
    text-align: left;
    min-width: 250px
}

.progressbox {
    border: 2px solid #41ada1;
    padding: 10px;
    border-radius: 8px;
    margin: 3px auto;
    width: 85%
}

.progressquote {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 3px auto;
    width: 85%;
    background-color: #f9f9fa
}

.progressquote2 {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 3px auto;
    width: 95%;
    background-color: #aeebed
}

.eventbox {
    border: 2px solid #e8e8e8;
    padding: 10px;
    border-radius: 8px;
    margin: 3px auto;
    min-width: 250px
}

.halloweenbox {
    border: 2px solid #f90;
    padding: 10px;
    border-radius: 8px;
    margin: 3px auto;
    min-width: 250px
}

.gbbox {
    padding: 0;
    border: 0;
    margin: 2px auto;
    width: 95%
}

.mpbox {
    border: 2px dotted #b87231;
    padding: 10px;
    border-radius: 8px;
    margin: 6px auto;
    width: 85%
}

.flex-links {
    margin: 6px
}

.flex-links2 {
    margin: 3px 5px
}

.flex-links3 {
    margin: 8px
}

.flex-left {
    padding-left: 8px
}

.flex-right {
    padding-right: 8px
}

.flex-sleft {
    padding-left: 6px
}

.flex-sright {
    padding-right: 6px
}

.flex-vsleft {
    padding-left: 3px
}

.flex-vsright {
    padding-right: 3px
}

.mobileheader {
    display: none
}

.exploremap_top {
    width: 100%;
    padding: 10px;
    margin-right: 15px;
    background-color: #f9f9fa;
    border: 1px solid #f9f9fa;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.exploremap_first {
    float: left;
    vertical-align: middle;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.exploremap_second {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.width33 {
    max-width: 33.3%
}

.exploremap_vtop {
    width: 100%;
    padding: 10px;
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px
}

.talkcircle {
    position: absolute;
    left: 5px;
    top: 100px;
    z-index: 999
}

.talkcircle img {
    width: 40px;
    height: 40px
}

.onlinenow {
    background: #26c281
}

.offlinenow {
    background: #c23616
}

.eachdoll {
    height: 200px;
    width: 160px;
    max-height: 200px;
    max-width: 160px
}

.crop {
    float: left;
    margin: 0;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 140px;
    width: 140px
}

.crop img {
	width:240px;
	height:280px;
	margin: -30px -55px -110px -45px
}

.friendsbackground {
    background: #f9f9fa;
    border: 4px solid #f9f9fa;
    border-radius: 8px 8px 8px 8px
}

.circles {
    position: relative
}

.status {
    border: 3px solid #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 115px;
    top: 110px;
    z-index: 999;
    border-radius: 50%
}

.removecircle {
    z-index: 999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    background: #fff url(https://images.marapets.com/icons/remove.svg) center no-repeat;
    background-size: 25px 25px;
    left: 5px;
    top: 5px;
    border: 3px solid #fff
}

.eachsmalldoll {
    height: 100px;
    width: 80px;
    max-height: 100px;
    max-width: 80px
}

.smallstatus {
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 57px;
    top: 55px;
    z-index: 2;
    border-radius: 50%
}

.onlinebg {
    background: #26c281
}

.offlinebg {
    background: #c23616
}

.clipusername {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.suggest_left {
    text-align: center;
    min-width: 90px;
    padding: 5px;
    margin: auto
}

.attic_eachbox {
    margin: 15px auto;
    min-width: 75%;
    width: 75%;
    background-color: #fff;
    padding: 10px
}

.attic_eachbutton {
    margin: 5px;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 1.272rem
}

.randomeventsbox_remove img {
    border-radius: 50%;
    border: 3px solid #fff;
    height: 25px;
    width: 25px
}

.randomeventsbox_remove {
    text-align: right
}

.mobile_btmbuttons img {
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #fff
}

.randomeventsbox {
    width: 100%;
    padding: 4px 8px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px
}

.resizeimage {
    max-width: 100%;
    height: auto
}

.resizeimage2 {
    max-width: 50%;
    height: auto
}

.maintextarea_container {
    min-width: 50%;
    max-width: 75%;
    padding: 5px;
    margin: auto
}

.maintextarea_resize {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: auto
}

.hideondesktop {
    display: none
}

.suggest_right {
    display: none
}

.maintextarea_resize textarea {
    float: left;
    width: 100%;
    min-height: 200px;
    height: auto;
    outline: none
}

.pets_show_one {
    max-width: 85%;
    margin: auto
}

.pets_stats_icon img {
    width: 25px;
    height: 25px
}

.darkerbackground {
    background: #e8e8e8;
    border: 4px solid #e8e8e8;
    border-radius: 8px 8px 8px 8px
}

.fadepet {
    opacity: .6
}

.whitebg {
    background-color: #fff
}

.sitepages_mobile {
    display: none
}

.bordereachrow {
    border-top: 1px solid #e8e8e8
}

.pages_all {
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
    text-align: center;
    color: #333;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pages_each {
    margin: 0;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 0
}

.pages_search form {
    margin: 0;
    padding: 0;
    display: inline
}

.pages_search input {
    border: 1px solid #e8e8e8;
    color: #000;
    padding: 4px 8px;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    width: 25px;
    margin: 0
}

.pages_each a {
    color: #333;
    padding: 4px 8px;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    background-color: #fff
}

.pages_each a:hover {
    background: #037ad6;
    color: #fff
}

.pages_each a.current {
    background: #e8e8e8;
    font-weight: 700;
    color: #000
}

.pages_each_submit {
    visibility: hidden
}

.flex50 {
    min-width: 48%;
    width: 48%;
    max-width: 49%
}

.btmpad3 {
    padding-bottom: 3px
}

.btmpad6 {
    padding-bottom: 6px
}

.btmpad10 {
    padding-bottom: 10px
}

.floatpricechecker {
    position: absolute;
    left: 50%;
    display: none;
    z-index: 1000000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.showpricechecker {
    position: relative;
    left: -50%;
    z-index: 1000000000;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 300px
}

.copyToClipboard input {
    border: none;
    background: 0 0;
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    text-align: center;
    width: 99%;
    overflow: visible
}

.copyToClipboard input:focus {
    border: none;
    background: 0 0;
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fixedsmalldoll {
    height: 80px;
    width: 80px;
    max-height: 80px;
    max-width: 80px
}

.mobilemenubox2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around
}

.mobilemenubox {
    background-color: #fff;
    width: 200px;
    z-index: 123456789;
    color: #000;
    border: 2px solid #fff;
    border-spacing: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center
}

.mobilemenubox3 {
    line-height: 70px
}

.mobilemenusearch {
    width: 180px;
    height: 25px;
    border: 2px solid #fff;
    border-spacing: 5px;
    border-radius: 8px;
    font-size: .917rem;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    background-color: #fff;
    background-image: url(https://images.marapets.com/sitesearch.png);
    background-position: 1px 1px;
    background-repeat: no-repeat;
    opacity: .5;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.sitetemplate_reminders {
    line-height: 13px;
    position: absolute;
    background-color: #fff;
    width: 145px;
    max-width: 145px;
    border-radius: 10px;
    margin-top: -128px;
    margin-left: 15px;
    padding: 6px;
    text-align: center;
    overflow: hidden;
    z-index: 50;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    align-content: center
}

.sitetemplate_reminders img {
    max-width: 100%;
    height: auto;
    border: 1px solid #fff;
    border-radius: 8px
}

.mobile_mail {
    display: flex;
    left: 136px;
    top: 56px;
    z-index: 999999;
    position: absolute;
    align-items: center
}

.mobile_mail2 {
    padding-right: 2px;
    padding-left: 1px
}

.reminder-container {
    display: none
}

.tree-search {
    display: none
}

.flex-returnto {
    padding: 3px;
    flex-grow: 1
}

.suggestbox {
    min-width: 115px;
    width: 115px;
    max-width: 115px;
    min-height: 75px;
    max-height: 75px;
    margin: 6px;
    background: #fff;
    border-radius: 8px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.suggestbox_icon {
    float: left;
    margin: 0;
    overflow: hidden;
    height: 38px;
    width: 38px;
    max-height: 38px;
    max-width: 38px;
    min-height: 38px;
    min-width: 38px;
    flex: none;
    background: #fff;
    border-radius: 8px
}

.suggestbox_icon img {
    margin: -10px;
    opacity: .8;
    filter: alpha(opacity=80)
}

.suggest_mobile {
    display: none
}

.flex-suggest {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    justify-content: space-evenly;
    align-content: space-around;
    align-items: center;
    margin: 5px;
    flex-grow: 1
}

.tablet_layoutmsg {
    display: none
}

.mobile_bottombar {
    display: none
}

.mobile_sidebar {
    display: none
}

.mobile_sidebar2 {
    display: none
}

.mobile_topbar {
    display: none
}

.hidediv {
    display: none
}

.flex-grow {
    flex-grow: 1
}

.flex-double {
    flex-grow: 2
}

.flex-auto {
    flex: auto
}

.eachgame_box {
    min-width: 50%;
    width: 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 3px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.switchtodesktop {
    display: none
}

.notinaclub {
    opacity: .35;
    filter: alpha(opacity=35)
}

.mobilemenubox2 {
    align-items: stretch;
    align-content: center
}

.mobilemenubox2>div {
    align-self: center
}

.mobilemenubox {
    margin: 2px auto
}

.eachdollhere {
    width: 12%;
    max-width: 12%
}

.hiddenavatar_each {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1
}

.hiddenavatar_icon {
    flex: none
}

.hiddenavatar_text {
    font-size: 1.167rem;
    flex: 1;
    padding-left: 5px
}

.hiddenavatars_box {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 260px;
    overflow: auto;
    flex-grow: 1;
    padding-left: 3px;
    padding-right: 3px
}

.flex-mainbtns {
    margin-top: 2px;
    margin-bottom: 3px;
    flex-grow: 1
}

.mobile_layoutmsg {
    display: none
}

.flex-auto {
    flex: auto
}

.pet_showone {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #f9f9fa;
    border: 4px solid #f9f9fa;
    border-radius: 8px 8px 8px 8px;
    margin: 10px auto
}

.pet_showone .petwidth_one {
    margin: 5px;
    flex: auto
}

.pets_show_one_boxes {
    padding: 10px;
    flex: auto
}

.petfadebox {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
    min-height: 75px;
    height: 75px;
    max-height: 75px;
    margin: 0;
    padding: 0;
    border: 0
}

.each-link-min {
    min-width: 24%;
    flex-basis: 24%;
    margin-bottom: 2px;
    margin-top: 1px
}

.fixborders {
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box
}

.tabletsearch,
.mobilesearch,
.mobilesearch_close,
.tablet_progress,
.mobile_bottombar,
.sitetemplate_mobilesearch {
    display: none
}

.fixhtml5spacing {
    font-size: 2px
}

.mobilemenu_progress {
    width: 125px;
    min-width: 125px;
    max-width: 125px
}

.hddoll {
	max-width:288px; 
	height:auto
}

.likealink {
	cursor: pointer;	
}

.plushieitem {
  position: relative;
  top: 0;
  left: 0;
}
.plushieitem2, .plushieitem9 {
  position: absolute;
  top: 0;
  left: 0;
}
.plushieitem3 {
  position: relative;
}


.photooverlay 
{
	float: left;
	margin: 0;
	overflow: hidden;
	width:80px;
	height:80px;
	opacity:1;
}
.photosized 
{
	height:38px;
	width:38px;
	margin-top:17px;
}
.platesized {
    height: 44px;
    width: 44px;
    margin-top: 18px;
}
.fakesized
{
  height: 66px;
  width: 66px;
  margin-top: 7px;
}
.avatarsize {
    height: 50px;
    width: 50px;
}
.itemsize-medium {
    height: 60px;
    width: 60px;
}
.itemsize-small {
    height: 40px;
    width: 40px;
}

.wardrobe-item {
	position:relative;
}
.wardrobe-item-col {
	width:76px; 
	height:76px; 
	border:2px solid #FFF;
}
.wardrobe-item-img {
	position:absolute;
	top:0px;
	left:0px;
}