/*
FireOfWar, Enirin
© Design, ForumD.ru (Gerda, satsana), 2018—2026
*/

@charset "windows-1251";

@import url(style_cs.1779448665.css);

#pun-title,
#pun-index h1,
#pun-announcement h2,
#pun-navlinks h2,
#pun-ulinks h2,
#pun-status h2,
#profilenav h2,
#post-form h2,
.forum h2,
.topic h2,
.crumbs strong,
.divider hr,
.hidden {
    display: none;
}

.divider {
    clear: both;
}

#pun:after,
#pun-admain:after,
#pun-admain fieldset .adfs-box p:after {
    content: "" !important;
}

#pun-main h1,
#pun-main h2,
h3 {
    font-family: var(--fontTitle);
    text-align: center;
    line-height: 1.2em;
}

h3 {
    margin: 0.5em 0;
}

p {
    margin: 0 0 .5em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

table {
    margin: 0.5em 0;
    width: 100%;
}

td {
    padding: 0.5em 0;
}

.tcl {
    text-align: left;
}

.tc2,
.tc3 {
    text-align: center;
    width: 104px;
}

.tcr {
    text-align: right;
}

textarea,
input,
select,
button {
    font-family: var(--fontMain);
    font-size: 16px;
    background-color: #f6f0dc;
    color: var(--cDark);
    border-color: var(--cBorder);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

@media screen and (max-width: 979px) {
  input[type="text"],
  input[type="password"],
  input[type="url"] {
    width: 100%;
  }
}

textarea {
    resize: vertical;
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: var(--arrv2);
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) 50%;
    padding: 2px 3px;
    padding-right: 15px;
}

fieldset {
    border-color: var(--cBorder);
    margin: .5em 0;
}

fieldset fieldset {
    margin: 0;
    padding: 0 1em 0 0;
    border: none;
}

fieldset legend + fieldset,
fieldset:first-child {
    margin-top: 0;
}

label {
    cursor: pointer;
}

:focus-visible {
    outline-color: var(--cLinkHover);
    outline-width: 1px;
    outline-style: inset;
    outline-offset: -1px;
}

a {
    text-decoration: none;
    color: var(--cLink);
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
    color: var(--cLinkHover);
}

#pun-navlinks a,
#pun-announcement a,
#html-footer a {
    color: var(--cLinkLight);
}

#pun-navlinks a:hover,
#pun-ulinks a:hover {
    color: var(--cFire);
    text-decoration: none;
}

::selection {
    color: var(--cLight);
    background-color: #221611;
}

::-webkit-scrollbar,
::-webkit-scrollbar-corner {
    background-color: var(--cLight);
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-button {
    -webkit-box-shadow: inset 0 0 10px var(--cShadow);
    box-shadow: inset 0 0 10px var(--cShadow);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-button:horizontal:start {
    background-image: var(--arrh1);
}
::-webkit-scrollbar-button:horizontal:end {
    background-image: var(--arrh2);
}
::-webkit-scrollbar-button:vertical:start {
    background-image: var(--arrv1);
}
::-webkit-scrollbar-button:vertical:end {
    background-image: var(--arrv2);
}


/* Main */

body {
    min-width: 480px;
    margin: 0;
    font-family: var(--fontMain);
    font-size: 15px;
    color: var(--cDark);
    background-color: var(--cBack);
    background-image: var(--texture);
    background-repeat: repeat-y;
    background-position-x: center;
    background-position-y: 0, 100%, 482px;
    line-height: 1.2em;
    word-wrap: break-word;
}
@media screen and (min-width: 980px) {
  body {
    background-image: var(--top), var(--bottom), var(--texture);
    background-repeat: no-repeat, no-repeat, repeat-y;
  }
}
@media screen and (max-width: 1250px) {
  body {
    background-position-y: 0, calc(100% + 60px), 482px;
  }
}


#pun_wrap {
    margin: auto;
    padding-top: 62px;
    background: var(--topwrap) top no-repeat;
}

@media screen and (min-width: 980px) {
  #pun_wrap {
    margin-top: 482px;
  }
}

.punbb {
    position: relative;
    width: calc(98% - 60px);
    padding: 0 29px;
    margin: auto;
    background-repeat: repeat-y;
    background-position: left, right, center;
    background-image: var(--vline), var(--vline), var(--page);
    -webkit-background-size: auto, auto, calc(100% - 28px) auto;
    -moz-background-size: auto, auto, calc(100% - 28px) auto;
    -o-background-size: auto, auto, calc(100% - 28px) auto;
    background-size: auto, auto, calc(100% - 28px) auto;
}

.punbb::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
}

#pun-break4 {
    position: absolute;
    z-index: 1;
    left: 44px;
    width: calc(100% - 88px);
    bottom: -40px;
    height: 13px;
    background: var(--skirt) top repeat-x;
}

#pun-break4::before {
    content: '';
    display: block;
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -7px;
    background: var(--border2) center repeat-x;
}

@media screen and (max-width: 979px) {
  #pun-break4 {
    left: 2px;
    width: calc(100% - 4px);
  }
}

@media screen and (max-width: 979px) {
  .punbb:not(html)::before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    width: calc(100% - 4px);
    height: 24px;
    left: 2px;
    top: -18px;
    background: var(--border1) center repeat-x;
  }
  .punbb::after {
    width: 100%;
    height: 23px;
    left: 0;
    bottom: -23px;
    background-image: var(--vline), var(--vline), var(--page);
    background-repeat: repeat-y, repeat-y, repeat-y;
    background-position: left, right, center;
    -webkit-background-size: auto, auto, calc(100% - 28px) auto;
    -moz-background-size: auto, auto, calc(100% - 28px) auto;
    -o-background-size: auto, auto, calc(100% - 28px) auto;
    background-size: auto, auto, calc(100% - 28px) auto;
  }
}

@media screen and (min-width: 980px) {
  .punbb {
    width: calc(98% - 230px);
    max-width: 1080px;
    padding: 0 60px;
    margin-bottom: 300px;
    background-image: var(--lline), var(--rline), var(--page);
    -webkit-background-size: auto, auto, calc(100% - 88px) auto;
    -moz-background-size: auto, auto, calc(100% - 88px) auto;
    -o-background-size: auto, auto, calc(100% - 88px) auto;
    background-size: auto, auto, calc(100% - 88px) auto;
  }
  .punbb::after {
    position: absolute;
    left: -1px;
    bottom: -200px;
    width: calc(100% - 318px);
    border-style: solid;
    border-color: transparent;
    border-width: 88px 160px 112px;
    -webkit-border-image: var(--bline) 88 160 112 161 round;
    -moz-border-image: var(--bline) 88 160 112 161 round;
    -o-border-image: var(--bline) 88 160 112 161 round;
    border-image: var(--bline) 88 160 112 161 round;
    background-image: var(--page);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: calc(100% + 230px);
    -moz-background-size: calc(100% + 230px);
    -o-background-size: calc(100% + 230px);
    background-size: calc(100% + 230px);
  }
}

#pun-main {
    position: relative;
}

#pun-index #pun-main h2,
#pun-main h1,
#pun-stats h2 {
    clear: both;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
    height: 28px;
    line-height: 28px;
    background: var(--catc) center repeat-x;
    border-width: 24px 0;
    border-style: solid;
    border-color: transparent;
    -webkit-border-image: var(--border1) 24 0 repeat;
    -moz-border-image: var(--border1) 24 0 repeat;
    -o-border-image: var(--border1) 24 0 repeat;
    border-image: var(--border1) 24 0 repeat;
    font-size: 1.5em;
    margin: 0;
    position: relative;
    color: #120400;
    text-shadow: 0 1px 0 var(--hShadow);
    white-space: nowrap;
}

#pun-index #pun-main h2,
#pun-stats h2 {
    font-weight: bold;
}

#pun-index #pun-main h2::before,
#pun-main h1::before,
#pun-stats h2::before,
#pun-index #pun-main h2::after,
#pun-main h1::after,
#pun-stats h2::after {
    content: '';
    display: block;
    width: 76px;
    height: 121px;
    position: absolute;
    top: -47px;
    pointer-events: none;
    z-index: 1;
}

.offctgr {
    z-index: 10;
    position: absolute;
    right: -28px;
    cursor: pointer;
}

@media screen and (max-width: 979px) {
  #pun-index #pun-main h2::before,
  #pun-main h1::before,
  #pun-stats h2::before,
  #pun-index #pun-main h2::after,
  #pun-main h1::after,
  #pun-stats h2::after {
    display: none;
  }
  .offctgr {
    right: 4px;
  }
}

#pun-index #pun-main h2::before,
#pun-main h1::before,
#pun-stats h2::before {
    background: var(--catl) center no-repeat;
    left: -38px;
}

#pun-index #pun-main h2::after,
#pun-main h1::after,
#pun-stats h2::after {
    background: var(--catr) center no-repeat;
    right: -38px;
}

.crumbs {
    font-family: var(--fontTitle);
    margin: 0;
}

#pun-crumbs1 {
    margin-top: -1.5em;
    z-index: 1;
}

@media screen and (min-width: 980px) {
  #pun-crumbs1 {
    padding: 0 120px;
    text-align: center;
  }
}

#pun-crumbs2 {
    clear: both;
    margin-top: 2em;
}

.crumbs p {
    margin: 0;
}

.crumbs a,
.crumbs span {
    display: inline-block;
    padding: 0.5em 0.2em;
}

#pun-about,
#html-footer {
    position: absolute;
    z-index: 1;
    width: calc(100% - 120px);
    text-align: right;
    bottom: -74px;
}

#html-footer {
    bottom: -170px;
    padding-bottom: 20px;
}

#pun-about p {
    margin: 0;
}

#enirin,
#fdcop {
    color: #fcedc6;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 979px) {
  #pun-crumbs1 {
    margin-top: 0;
    padding: 0;
  }
  #pun-about {
    position: relative;
    bottom: -64px;
    width: 100%;
  }
  #pun-about a {
    color: var(--cLinkLight);
  }
  #html-footer {
    bottom: -124px;
    width: calc(100% - 56px);
  }
}


/* Header */

#menu {
    display: none;
}

@media screen and (max-width: 979px) {
  #html-header {
    position: relative;
    top: -62px;
  }
}

@media screen and (min-width: 980px) {
  #html-header {
    position: absolute;
    margin-left: calc(-1.02% - 115px);
    top: -544px;
    width: calc(102.04% + 110px);
  }

  #menu {
    display: block;
    width: 936px;
    padding: 0 12px;
    height: 106px;
    margin: auto;
    text-align: center;
    background: var(--topbar) top no-repeat;
    display: -webkit-flex;
    display: flex;
  }

  #menu a {
    color: var(--cGold);
    text-shadow: 1px 1px 2px black;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 58px;
    font-size: 20px;
    font-family: var(--fontTitle);
    margin: 0 36px;
    width: 110px;
  }

  #menu a:hover {
    color: var(--cFire);
    text-shadow: 0px 0px 5px var(--cFire), 2px 3px 2px black;
  }

  #menu a#snd {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: left;
  }

  #menu a#thrd {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
  }

  #menu #center {
    position: absolute;
    top: 0;
    left: calc(50% - 144px);
    margin: 0;
    width: 288px;
    height: 162px;
    background: var(--logo) top no-repeat;
  }
  #menu #center:hover {
    background: var(--logo1) top no-repeat;
  }

  #menu #center a {
    display: block;
    height: 100%;
    font-size: 0;
    color: transparent;
  }

  #pun-title {
    display: block;
    margin: 0;
    padding: 10px;
    width: 220px;
    min-height: 46px;
    background-color: rgb(33 29 25 / 80%);
    text-shadow: 1px 1px 2px black;
    text-align: center;
    line-height: 20px;
  }

  #pun-title {
    display: none;
    position: absolute;
    top: -378px;
    left: calc(50% - 120px);
    color: var(--cGold);
  }

  #pun-title table {
    width: 100%;
    margin: 0;
  }

  #pun-title h1 {
    display: block;
    font-family: var(--fontMain);
    font-weight: normal;
    font-size: 1em;
  }

  #html-header:hover + #pun-title {
    display: block;
  }

  #pun-title::before {
    content: '';
    position: absolute;
    top: -19px;
    left: -19px;
    width: calc(100% - 90px);
    height: calc(100% - 66px);
    pointer-events: none;
    border-style: solid;
    border-color: transparent;
    border-width: 52px 64px;
    -webkit-border-image: var(--frame1) 52 64 round;
    -moz-border-image: var(--frame1) 52 64 round;
    -o-border-image: var(--frame1) 52 64 round;
    border-image: var(--frame1) 52 64 round;
  }
}

.yrarrows {
    position: fixed;
    margin: 0;
    z-index: 999;
    right: 1%;
    bottom: 50px;
}

.yrarrows a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    color: transparent;
}

.yrarrows .cont {
    right: -1px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
    height: 30px;
    background: var(--arrc) center no-repeat;
}

.top {
    background: var(--arrt) center no-repeat;
}

.top:hover {
    background: var(--arrta) center no-repeat;
}

.bottom {
    background: var(--arrb) center no-repeat;
}

.bottom:hover {
    background: var(--arrba) center no-repeat;
}

@media screen and (max-width: 979px) {
  #menu {
    display: none;
  }
  .yrarrows {
    right: 20px;
  }
  .yrarrows:not(.active) {
    display: none;
  }
  .yrarrows .cont {
    margin-top: 16px;
    margin-bottom: 16px;
    height: 40px;
  }
  .punbb {
    margin-top: 0;
  }
}

@media screen and (min-width: 1352px) {
  .yrarrows {
    right: calc(51% - 670px);
  }
}

#pun-announcement {
    background: var(--texture) center repeat-y;
    background-color: #d9bc8d;
    background-blend-mode: hard-light;
    color: #fcedc6;
    position: relative;
    width: calc(100% + 32px);
    margin-left: -16px;
}

#pun-announcement::before,
#pun-announcement::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
    background: var(--border1) center repeat-x;
}

#pun-announcement::before {
    top: -19px;
}

#pun-announcement::after {
    bottom: -19px;
}

#pun-announcement .container{
    margin: auto;
    padding: 0.5em 0;
    text-align: justify;
}

#pun-announcement .s-tabs {
    display: block;
    margin: 0 5px;
    text-align: center;
}

#pun-announcement .s-tabs span {
    display: none;
}

#pun-announcement .s-tabs .stab {
    width: 100%;
    text-align: center;
    max-height: 230px;
    overflow: hidden;
}

#pun-announcement .s-link section {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

#pun-announcement .s-tabs .stab .stabEpisodes {
    width: 180px;
    float: left;
    display: block;
    text-transform: uppercase;
    text-align: left;
    line-height: 2em;
}

#pun-announcement .s-tabs .stab .stabEpisodesRight {
      float: right;
      text-align: right;
      padding-right: 10px;
}

#pun-announcement .s-tabs .stab .stabEpisodesLeft {
      padding-left: 10px;
}

#pun-announcement .s-tabs .stab .stabEpisodesLeft a::before {
    content: '\2727';
    margin-right: 0.5em;
}
#pun-announcement .s-tabs .stab .stabEpisodesRight a::after {
    content: '\2727';
    margin-left: 0.5em;
}

#pun-announcement .stabEpisodes li a {
    font-family: var(--fontTitle);
    color: var(--cLinkHover);
    margin-left: -5px;
    text-shadow: 2px 3px 2px black;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    o-duration: .7s;
    transition-duration: .7s;
}

#pun-announcement .stabEpisodesRight li a {
    margin-left: 0px;
    margin-right: -5px;
}

#pun-announcement .stabEpisodes li a:hover {
    color: var(--cFire);
    text-shadow: 0px 0px 5px var(--cFire), 2px 3px 2px black;
    text-decoration: none;
}

#pun-status {
    margin-top: 20px;
}

@media screen and (max-width: 979px) {
  #pun-navlinks {
    position: absolute;
    top: -56px;
    left: 0;
    width: calc(100% - 20px);
    height: 42px;
    padding-left: 20px;
  }
  #pun-navlinks ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
  }
  #pun-navlinks a {
    font-size: 0;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
  }
  #pun-navlinks a::before {
    font-family: var(--fontIcon);
    font-size: 20px;
  }
  #navindex a::before {content: '\f015';}
  #navuserlist a::before {content: '\f0c0';}
  #navrules a::before {content: '\f24e';}
  #navsearch a::before {content: '\f002';}
  #navprofile a::before {content: '\f2bb';}
  #navpm a::before {content: '\f27a';}
  #navadmin a::before {content: '\f013';}
  #navregister a::before {content: '\f234';}
  #navlogin a::before {content: '\f2f6';}
  #navlogout a::before {content: '\f2f5';}

  #pun-ulinks {
    padding: .5em 0 1.5em;
    text-align: right;
  }
  #pun-ulinks li {
    display: inline-block;
  }
  #pun-ulinks li a {
    margin-left: 1em;
    display: inline-block;
    line-height: 2em;
    font-weight: bold;
    font-family: var(--fontTitle);
  }
  #pun-ulinks li a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 980px) {
  #pun-navlinks,
  #pun-ulinks {
    background: var(--stripe) top no-repeat;
    color: #fcedc6;
    width: 224px;
    height: 305px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 24px;
    font-family: var(--fontTitle);
  }
  #pun-navlinks {
    float: left;
    -webkit-filter: drop-shadow(4px 0 3px rgba(0, 0, 0, .65));
    filter: drop-shadow(4px 0 3px rgba(0, 0, 0, .65));
    margin-left: -16px;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
  }
  #pun-ulinks {
    float: right;
    -webkit-filter: drop-shadow(-4px 0 3px rgba(0, 0, 0, .65));
    filter: drop-shadow(-4px 0 3px rgba(0, 0, 0, .65));
    margin-right: -16px;
    padding-right: 60px;
    line-height: 1.5em;
  }
  #pun-ulinks::before {
    content: '';
    position: absolute;
    display: block;
    width: 98px;
    height: 192px;
    left: -32px;
    top: -4px;
    background: var(--sword) center no-repeat;
    pointer-events: none;
  }
  #pun-navlinks::before,
  #pun-ulinks::after {
    content: '';
    position: absolute;
    display: block;
    width: 450px;
    height: 652px;
    pointer-events: none;
  }
  #pun-navlinks::before {
    left: -108px;
    top: -96px;
    background: var(--navl) top no-repeat;
  }
  #pun-ulinks::after {
    right: -108px;
    top: -96px;
    background: var(--navr) top no-repeat;
  }
  #pun-ulinks li {
    display: block;
    text-align: right;
  }
  #pun-ulinks a {
    color: var(--cLinkLight);
  }
  #pun-ulinks a:hover {
    font-weight: bold;
  }

  #pun-announcement {
    margin: auto;
    width: calc(100% - 200px);
    height: 235px;
    padding-top: 10px;
  }

  #pun-announcement .container{
    width: calc(100% - 230px - 1em);
  }

  #pun-announcement .s-tabs span {
    cursor: pointer;
    display: inline-block;
    padding: 4px 8px;
    height: 22px;
    position: relative;
    top: -70px;
    border-radius: 3px;
    background-color: rgba(36, 4, 4, 0.6);
    border: 1px solid #250203;
    margin: 0 2px;
    color: var(--cLinkLight);
  }
  #pun-announcement .s-tabs span:hover {
    background-color: rgba(201, 0, 0, 0.4);
    color: var(--cLight);
  }
  #pun-announcement .s-tabs span.selected {
    background-color: rgba(15, 0, 0, 0.7);
    border: 1px solid #000;
    color: #c03a3b;
  }

  #pun-announcement .s-tabs .stab {
    margin-top: -30px;
    display: none;
    height: 224px;
    overflow: hidden;
  }

  #pun-status {
    width: 214px;
    position: absolute;
    top: 210px;
    right: 52px;
    padding-top: 15px;
    margin: 0;
    color: var(--cLight);
    font-family: var(--fontTitle);
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    z-index: 1;
  }

  #pun-status span {
    display: block;
  }
  #pun-status span.status-right {
    float: none;
    display: block;
  }
  #pun-status::before {
    content: '';
    position: absolute;
    display: block;
    width: 210px;
    height: 14px;
    left: 0;
    top: 0;
    background: var(--separator0) center no-repeat;
  }

  #pun-status a {
    color: var(--cLinkLight);
  }
}

@media screen and (max-width: 1050px) {
  #pun-announcement .s-tabs .stab {
    font-size: .9em;
  }
}
@media screen and (min-width: 1200px) {
  #pun-announcement .s-tabs .stab {
    font-size: 1.1em;
    padding: 0.5em 2em;
    box-sizing: border-box;
  }
}


/* Sections */

.pagelink,
.postlink,
.subscribelink,
.modmenu,
#profilenav {
    margin: 0;
    font-size: 15px;
    font-family: var(--fontTitle);
}

.postlink {
    text-align: right;
}

#profilenav li {
    display: inline-block;
}

.pagelink a,
.pagelink strong,
.postlink a,
.subscribelink a,
.modmenu a,
#profilenav a {
    font-weight: bold;
    display: inline-block;
    margin: 0 0.2em;
    padding: 0 0.3em;
    line-height: 2em;
}

.modmenu strong a {
    margin: 0;
    padding: 0;
}

.linkst {
    min-height: 2em;
}

.postlink span:last-of-type a,
.modmenu span a:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.modmenu span,
.linksb .postlink {
    float: right;
}

noindex .postlink.long {
    width: auto;
}

.linkst .pagelink {
    float: left;
}

.subscribelink {
    text-align: center;
    padding: 0.5em 0;
}

.category table,
.category tbody {
    display: block;
    margin: 0;
}

.category thead {
    display: block;
    margin: -6px -16px 6px;
    background: var(--th) center repeat;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: transparent;
    -webkit-border-image: var(--border3) 0 0 3 repeat;
    -moz-border-image: var(--border3) 0 0 3 repeat;
    -o-border-image: var(--border3) 0 0 3 repeat;
    border-image: var(--border3) 0 0 3 repeat;
    color: #7d7658;
}

.category tr {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.category th,
.category td {
    -webkit-flex: 1;
    flex: 1;
}