/* CS1 Background and text colours
-------------------------------------------------------------*/

/* Фон форума */
html {
    background: url(http://forumstatic.ru/files/001b/57/20/32000.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-color: #18201c;
    background-size: cover;
    overflow-x: hidden !important; 
}

/* Шапка */
#pun-title table {
    background-image: url(http://forumstatic.ru/files/001b/57/20/21612.png);
    background-repeat: repeat-x;
    background-position: top left;
    border: none;
    width: 974px;
    height: 243px;
    margin-left: -21px;
    overflow-x: hidden;
    margin-top: -247px;
}

/* Тело форума */
#pun {
width: 972px; 
background-color: transparent; 
background-image: url(http://forumstatic.ru/files/001b/57/20/90050.jpg); 
background-attachment: scroll; 
background-repeat: repeat; 
background-position: top center;}

.punbb {
padding: 0 30px!important;
width: 972px;}

/* Футер */
#pun-about p.container {
    background-image: url(http://forumstatic.ru/files/001b/32/8e/64723.jpg);
    margin: 0px 0px -90px -20px;
    background-position: center left;
    background-repeat: repeat-x;
    width: 972px;
    height: 30px;
    overflow-x: hidden;
    padding-bottom: 130px;
}


/* CS1.1 Фон и цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container  {background-color: transpanent;
color: #000;
font-weight: normal;
font-style: normal;
}

#pun-admain .adformal, #pun-admain .adcontainer
{border: none;
border-color:  transparent;}

.punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
    background-color: transparent;
    color: #000;
    text-align: center;
    font-style: normal;
    font-family: alice;
}


/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
    background: url(http://forumstatic.ru/files/001b/57/20/95859.jpg) repeat;
    background-color: #d1d5ad;
    color: #000;
    border: 1px solid #95987db0;
    box-shadow: 3px 0px #586f61 inset;
}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb input {
    background-color: #d1d5ad;
    color: #000;
}


/* Тень и закругление */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  { 
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
 }

.punbb input { border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
    background: url(http://forumstatic.ru/files/001b/57/20/95859.jpg) repeat;
    background-color: #d1d5ad;
}





/* CS2 Ссылки
-------------------------------------------------------------*/

/* CS2.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, #pun-navlinks a, #pun-ulinks a {color: #2f4338;
  text-decoration: none;
  }

/* CS2.2 */
.punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active,  #pun-ulinks a:focus, #pun-ulinks a:active {
color: #7d6641;
    transition-duration: 1s;
  }

.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
color: #7d6641;
    transition-duration: 1s;
  text-decoration: none;
  }

#pun-ulinks a {
    font-size: 8px;
    color: #bfc2a6;
    font-weight: 400;
    font-family: 'Alice';
    text-transform: uppercase;
    transition-duration: 1s;
}

#pun-ulinks a:hover {
  text-decoration: none;
  color: #c2a056;
    transition-duration: 1s;
}

#pun-navlinks a {
    transition-duration: 1s;
    color: #d6dab0c9;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
}

#pun-navlinks a:focus, #pun-navlinks a:active {
color: #c2a056;
transition-duration: 1s;
}


#pun-navlinks a:hover {
color: #c2a056;
  transition-duration: 1s;
}

/* CS3 Остальное 
-------------------------------------------------------------*/

div.icon {
    background: #cdceaf;
    height: 8px;
    width: 8px;
    border: 1px solid #bcbda2;
    border-radius: 100%;
    margin-top: 5px !important;
    margin-right: 5px !IMPORTANT;
}

tr.inew div.icon {
    background: #586d64;
    height: 8px;
    width: 8px;
    border: 1px solid #bcbda2;
    border-radius: 100%;
    margin-top: 5px !important;
    margin-right: 5px !IMPORTANT;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
background: #696969;
    border: 1px solid #616161;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: #645d6b;
    border: 1px solid #574f5a;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: #b7b0a3;
    border: 1px solid #aba597;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: #867b45;
    border: 1px solid #716737;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
}


/* CS3.2 Всё подряд*/
#pun-main div.catleft, #pun-main div.catright {display: none;}
#pun-main .post-author ul {text-align: center;}
ul.post-ul-Sp, .post-img-Sp {text-align:center;}
#pun th, #pun-main h2 {text-align: center}
#pun-navlinks .container, #pun-ulinks .container {text-align: center;}
.modlist {font-size: 95.05%;}
#pun-announcement .container {font-size: 101%; font-family: "Arial";}
.category h2 span{display: none;}
#pun-stats h2 span {visibility: hidden;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}



/*---Прокрутка---*/
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #171e1a;
}

::-webkit-scrollbar-thumb {
    background-color: #997546;
    border: 4px solid #171e1a;
}


::selection {
    background: #293330 !important;
    color: #d3d8ba;
}


#pun-viewforum.punbb div.icon {
    margin-top: 3px !important;
}

td.tcr a {
    background-repeat: no-repeat;
    background-position: left center;
    font-family: alice;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #735a2a !important;
}


.category .container thead {display: none;}

.punbb .pa-avatar img {
    max-width: 180px !important;
    margin-bottom: 2px;
    border: 3px solid #131917;
    outline: 1px solid #39403b;
    margin-top: 3px;
}


#counters A IMG{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=30);}
#counters a:hover img {opacity:1.0; -moz-opacity:1.0;
filter:alpha(opacity=70); transition-duration: 2s;}

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    position: absolute;
    right: 6px;
    top: 43px;
    overflow-y: auto;
    padding-top: 10px;
    background-color: #cdd2ae;
}


.punbb .post-content a, .punbb .post-content a:link {
    font-weight: bold;
}


.pun-modal .modal-inner {
    width: 700px;
    max-width: 94%;
    height: auto;
    max-height: 44em;
    margin: 12% auto 0;
    position: relative;
    z-index: 120000;
    overflow: hidden;
    background-color: #cdd2ae;
}



/***  Заплатка для поля ответа ***/
textarea#main-reply {
  width: 100%;
  height: 100%;
  height: 205px;
  margin: 0 auto !important;
  padding: 0.75em;
  box-sizing: border-box;
  overflow: auto;  }

.button {
    border: 1px solid #868686;
    background-color: #4b6357 !important;
    box-shadow: 0px 0px 9px #38313a inset;
    color: #d5d8b9 !important;
    margin-top: 5px !important;
    padding: 4px 15px 4px 15px !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 9px !important;
    font-family: 'montserrat' !important;
    font-weight: 500 !important;
}




#video-area-tinp, #image-area-tinp {
    margin: .5em 0;
    padding: .3em;
    background-color: #cdd2ae;
    height: 70px;
}



#MyBookmarks {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    width: 240px;
    background-color: #cdd2ae;
}


#BookmCntToggle.default-style {
    background: #F7F7F7;
    border-left: solid 5px currentColor;
    box-shadow: 0 0 6px rgb(0 0 0 / 42%);
    color: #646782 !important;
    display: block;
    height: 26px;
    width: 21px;
}



#mask_dialog .inner {
    cursor: default;
    margin: 0;
    width: 760px;
    max-width: 99%;
    max-height: 90%;
    overflow-x: auto;
    z-index: 100;
    background-color: #bebdbf;
    border: 1px solid #b5b4b6;
    padding: 8px;
}

/*** ОТКЛЮЧЕНИЕ УЛУЧШЕННОГО АККАУНТА ***/
#pun-status .item4 {display:none;}



li.pa-ua {
    margin-top: 0.7em;
    display: none !important;
    justify-content: center;
}


#MyBookmarks h2 {
margin: 10px 0 10px 0 !important;
}

.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 1px !important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #9b7235 !important;
    z-index: 100;
}



#pun-index .tcl h3 a {
    position: relative;
    display: inline-block;
    color: #444444 !important;
}





#pun-viewforum .tcr {
background-color: transparent;
    overflow: hidden;
    text-align: left;
    font-size: 9px;
    font-family: 'montserrat';
    font-weight: 500;
    width: 25%;
}




#pun-viewforum .tclcon, #pun-messages .tclcon, #pun-searchtopics .tclcon {
    color: #000;
    font-size: 9px;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: lowercase;
}

#pun-viewforum .tclcon a, #pun-messages .tclcon a, #pun-searchtopics .tclcon a {
    font-family: alice;
    font-size: 14px;
    text-transform: uppercase;
}



#pun-viewforum td.tcr a, #pun-messages td.tcr a, #pun-searchtopics td.tcr a {
    font-size: 9px;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: none;
}



#pun-viewforum span.byuser, #pun-messages span.byuser, #pun-searchtopics span.byuser {
    font-size: 9px;
    font-family: 'montserrat';
    font-weight: 500;
    text-transform: none;
}

.podfor2 {
    text-align: left;
    font-family: 'Montserrat';
    font-size: 9px;
    margin: 4px 0 4px 0 !important;
    font-weight: 500;
}


.podfor3 {
background: url(http://forumstatic.ru/files/001b/57/20/95859.jpg);
    text-align: justify;
    padding: 6px 8px 6px 8px;
    border: 1px solid #b0b599b3;
    font-size: 9px;
    font-family: 'Montserrat';
    font-weight: 500;
}


.podfor4 {
text-align: right;
    margin: 6px 0px 0px 0px !important;
    font-family: 'Alice';
    font-size: 12px;
    font-weight: 500;
}



.punbb .post .post-author a {
color: #b6bb9c;
}


.plashka {
    height: 33px;
    border: 1px solid #39403b;
    margin-top: 5px !important;
    box-shadow: 0px 0px 6px #00000075 inset;
    background: #151e19ab;
    width: 190px;
    margin-left: 4px !IMPORTANT;
    margin-bottom: 10px !important;
}


.plashka img {
    float: left;
    width: 48px;
    margin-left: 2px;
    margin-top: -10px !important;
    height: 48px;
}


.pltit {
    display: block;
    height: 14px;
    margin-top: 4px !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1px !important;
    font-family: 'Alice';
    text-shadow: 1px 1px #272723;
    font-size: 11px;
    color: #d6dab0c9;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
}

.pltit2 {
    display: block;
    height: 14px;
    color: #d4dbb9;
    font: 400 9px 'montserrat';
    text-transform: lowercase;
    text-align: center;
}


.banners {
    position: absolute;
    width: 930px;
    height: 32px;
    margin: 40px 0 20px 5px !important;
    /* border: 1px solid red; */
    overflow-y: auto;
}



.plaha2 {
    height: 35px;
    margin: 0px 5px 0px 5px !important;
    display: inline-block;
    min-width: 180px;
    background: linear-gradient(180deg, #766541, #645235);
    border: 1px solid #aeb393;
    padding: 0px 4px 0px 4px;
    box-shadow: 0px 0px 10px #56431c inset;
    transition-duration: 1s;
}


.plaha2 raz {
    display: block;
    height: 14px;
    margin-top: 4px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Alice';
    font-size: 13px;
    color: #cfd0ae !important;
    transition-duration: 1s;
    text-shadow: 1px 1px #54452b;
}

.plaha2 dva {
    display: block;
    height: 14px;
    text-transform: lowercase;
    text-align: center;
    font-family: 'Montserrat';
    color: #d5d9b8;
    font-size: 9px;
    margin-top: 0px !IMPORTANT;
    font-weight: 500;
    text-shadow: 1px 1px #604e2d;
}

.activs1 {
    height: 30px;
    width: 140px;
    display: flex;
    top: 114px;
    margin-left: -1px !important;
    position: absolute;
    justify-content: space-between;
    z-index: 100;
    /* border: 1px solid red; */
}


.activs1 div {
    position: relative;
    width: 67px;
    height: 28px;
box-shadow: 0 0 0 1px #5c5f41;
    margin: 0px 0px 5px 0 !important;
}


.activs1 img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
}


.activs1 div:after {
    content: "";
    background: #abaf80;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
}


.activs1 div:hover img {
    filter: none;
}




.activss1 {
    height: 30px;
    width: 140px;
    display: flex;
    top: 149px;
    margin-left: -1px !important;
    position: absolute;
    justify-content: space-between;
    z-index: 100;
    /* border: 1px solid red; */
}


.activss1 div {
    position: relative;
    width: 67px;
    height: 28px;
box-shadow: 0 0 0 1px #5c5f41;
    margin: 0px 0px 5px 0 !important;
}


.activss1 img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
}


.activss1 div:after {
    content: "";
    background: #abaf80;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
}


.activss1 div:hover img {
    filter: none;
}


.tabt {
    height: 12px;
    width: 140px;
    top: 92px;
    text-align: center;
    margin-left: -1px !important;
    position: absolute;
    z-index: 100;
    text-transform: uppercase;
    font-weight: 500;
    /* border: 1px solid red; */
    font-family: 'Alice';
    font-size: 10px;
    letter-spacing: 0.6px;
    color: #d6dab0c9;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
}


.tabt z {
    color: #d49b59b3;
}



.privet {
height: 88px;
    width: 162px;
    top: 92px;
    margin-left: 152px !important;
    position: absolute;
    text-align: justify;
    line-height: 11px;
    z-index: 100;
    color: #ccc8ba;
    font-weight: 500;
    padding-right: 5px;
    font-family: 'Montserrat';
    font-size: 9px;
    overflow-y: auto;
    /* border: red 1px solid; */
}


.privet c {
font-family: 'Alice';
    text-transform: uppercase;
}


.privet c a {
color: #b79461 !important;
}



.tabt2 {
    height: 12px;
    width: 261px;
    top: 92px;
    text-align: center;
    margin-left: 452px !important;
    position: absolute;
    z-index: 100;
    text-transform: uppercase;
    font-weight: 500;
    /* border: 1px solid red; */
    font-family: 'Alice';
    font-size: 10px;
    letter-spacing: 0.6px;
    color: #d6dab0c9;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
}


.tabt2 z {
    color: #d49b59b3;
}


.privet2 {
    height: 76px;
    width: 245px;
    top: 108px;
    margin-left: 452px !important;
    position: absolute;
    text-align: justify;
    line-height: 13px;
    z-index: 100;
    color: #ccc8ba;
    font-weight: 500;
    padding-right: 5px;
    font-family: 'Montserrat';
    font-size: 9px;
    overflow-y: auto;
    /* border: red 1px solid; */
}


.privet2 a {
font-family: 'Alice';
    color: #c7985f !important;
    font-size: 10px;
    text-shadow: 1px 1px #181f1a;
}



.tabt3 {
    height: 12px;
    width: 213px;
    top: 92px;
    text-align: center;
    margin-left: 720px !important;
    position: absolute;
    z-index: 100;
    text-transform: uppercase;
    font-weight: 500;
    /* border: 1px solid red; */
    font-family: 'Alice';
    font-size: 10px;
    letter-spacing: 0.6px;
    color: #d6dab0c9;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
}



.tabt3 z {
    color: #d49b59b3;
}



.activss2 {
    height: 30px;
    width: 213px;
    display: flex;
    top: 114px;
    margin-left: 720px !important;
    position: absolute;
    justify-content: space-between;
    z-index: 100;
    /* border: 1px solid red; */
}


.activss2 div {
    position: relative;
    width: 67px;
    height: 28px;
box-shadow: 0 0 0 1px #5c5f41;
    margin: 0px 0px 5px 0 !important;
}


.activss2 img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
}


.activss2 div:after {
    content: "";
    background: #abaf80;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
}


.activss2 div:hover img {
    filter: none;
}


.bestep {
height: 40px;
    width: 213px;
    top: 153px;
    margin-left: 720px !important;
    position: absolute;
    text-align: center;
    z-index: 100;
    color: #ccc8ba;
    font-weight: 500;
    font-family: 'Alice';
    /* border: red 1px solid; */
}


.bestep a {
    font-family: 'Alice';
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #d6dab0c9 !important;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-transform: uppercase;
}


.bestep a span {
    display: block;
    font-size: 10px;
    text-transform: lowercase;
    margin-top: 3px;
}

.amsn {
height: 14px;
    width: 324px;
    top: 58px;
    margin-left: 626px !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    /* border: red 1px solid; */
    position: absolute;
    font-family: 'Alice';
    text-shadow: 1px 1px #000;
    color: #d6dab0c9;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.6px;
}


.amsn a {
color: #d6dab0c9 !important;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
}



.pa-fld1 {
    border: 1px solid #39403b;
    padding: 6px 10px;
    margin: 7px 4px 3px 4px!IMPORTANT;
    text-align: justify;
    box-shadow: 0px 0px 10px #00000047 inset;
}


.pa-fld1 lzname a {
font-family: 'Alice';
    text-transform: uppercase;
    font-size: 10px;
    color: #b58955 !important;
}


.pa-fld1 race {
display: block;
    background: #0000001a;
    text-align: center;
    margin: 3px -10px 3px -10px !important;
    border-top: 1px solid #39403b;
    border-bottom: 1px solid #39403b;
}


.pa-posts, .pa-respect, .pa-fld2 {
    text-transform: lowercase;
    font-size: 9px;
    font-family: 'montserrat';
    text-align: left;
    font-weight: 500;
    padding: 0px 10px 0px 10px !important;
    background: rgb(8 12 10 / 45%);
    border: 1px solid #39403b;
    display: block;
    width: 90px;
    margin: 6px 0px 0px 4px !IMPORTANT;
}

.pa-fld3 {
    background: rgb(8 12 10 / 45%);
    border: 1px solid #39403b;
    position: absolute;
    margin-top: -60px !important;
    height: 58px;
    width: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-family: 'Alice';
    font-size: 25px;
    flex-wrap: wrap;
    margin-left: 136px !important;
}


.pa-fld3 span {
text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 1px;
    font-size: 11px;
    font-weight: 500;
    width: 58px;
    font-family: 'Alice';
}


.pa-ip {
    margin-top: 10px !important;
}