@font-face { 
  font-family:'FontAwesome';
  src:url('./fonts/fontawesome-webfont.eot-v-4.7.0');
  src:url('./fonts/fontawesome-webfont.eot-#iefix&v-4.7.0') format('embedded-opentype'),url('./fonts/fontawesome-webfont.woff2-v-4.7.0') format('woff2'),url('./fonts/fontawesome-webfont.woff-v-4.7.0') format('woff'),url('./fonts/fontawesome-webfont.ttf-v-4.7.0') format('truetype'),url('./fonts/fontawesome-webfont.svg-v-4.7.0#fontawesomeregular') format('svg');
  font-weight:normal;
  font-style:normal;
} 
@font-face { 
  font-family:'submona';
  src:url('./fonts/submona.woff') format('woff');
} 
  body {  
    background:#EEF2FF;
    color:black;
    font-family:arial, helvetica, sans-serif;
    font-size:10pt;
    overflow-x:hidden;

  }  
body { 
    background: #EEF2FF; 
    color: black; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 10pt; 
    margin: 0 4px; 
    padding-left: 4px; 
    padding-right: 4px; 
    background-image: url('./images/yotsubabv-C4-97-C5-BEis.png'),url('./images/fade-blue.png'); 
    background-repeat: no-repeat, repeat-x; 
    background-attachment: fixed, scroll; 
    background-position: right bottom, 50% 0%;
} 

body { 
    background: #ffe; 
    color: #800000; 
    font-family: serif; 
    font-size: 16px;
} 

a { 
    text-decoration: underline; 
    color: #34345C;
} 
h1 {
  font-family: tahoma, sans-serif;
  letter-spacing: -2px;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
a:link { 
    color: #0000ff;
} 

a:hover { 
    color: #ff0000;
} 

a:hover { 
    color: #d00;
} 
.galva{
	height: 240px;
	align-items: center;
	display:flex;
	padding: 30px;
	flex-direction: column;

}
.bannerimg {
	width: 300px;
	height:100px;
}
.dejugrida {
	border: 5px ridge #B27046;
	    background-image: url(/atteli/desu/dejugrida.gif);
    background-size: 50px;
    background-color: #5dc98c;
    padding: 0;
    margin: 0;
    width: 840px;
    height:400px;
    display:flex;
    flex-direction:column;
}
.dejugrida img{
    height:100%;
    object-fit: contain; 
    position:relative;
}
.rinda{
width=800px; 
height:200px;
bottom: 200px;
position:relative;
}

header {
text-align: center;
}
.boardlist {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  border-bottom: 1px solid;
    background-color: #F0E0D6!important;
  box-shadow:none!important;
  font-size: 9pt;
  z-index:1;
}
.sadala{
display:flex;
justify-content: center;

}
#lainspin{
display:none;
}
.kritusie{
position:relative;
width: 300px;
height:100px;
display:flex;
flex-direction: row;
}
.kritusie img{
	max-width: 130px;
max-height:200px;
}
.flexrow {
	display: flex; 
	flex-direction:row;

}
.flexrow img {
 max-width: 400px;

}



.image-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.image-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.remove-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 4;
}
.overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.3s ease;
}
.overlay img {
            width: 100%;
            height: 100%;
            object-fit: stretch;
}

        /* Close buttons */
        .close-btn {
            position: absolute;
	    background-color:blue;
            border: none;
            cursor: default;
            font-weight: bold;
            z-index: 10;
	    opacity:0;
}
#closeBtn1{
top: -1vh;
right: 18vw;
width: 8vw;
height:18vh;
}
#closeBtn2{
width: 18vw;
height:53vh;
left: 42vw;
}
#closeBtn3{
	top:45vh;
	left: 58vw;
	width: 13vw;
	height: 10vh;
}

        .close-btn:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }

        /* Z-index for layering */
        #overlay1 {
            z-index: 4;
        }

        #overlay2 {
            z-index: 3;
        }

        #overlay3 {
            z-index: 2;
        }

        /* Hidden class */
        .hidden {
            display: none;
        }
div.boardlist a{
color: maroon;
text-decoration: none;
}


.flip-card {
  background-color: transparent;
  width: 500px;
  height:500px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
        hr{


	border-width: 1px;
	border-style: inset;
	border-top: 1px solid #656d78;
	border-left: 1px solid #474747;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
div.post { 
    padding-left: 20px;
} 

div.post.op { 
    margin-right: 20px; 
    margin-bottom: 5px;
} 

div.post.op { 
    margin-bottom: 16px;
} 

div.post.reply { 
    background: #D6DAF0; 
    margin: 0.15em 4px; 
    padding: 0.2em 0.3em 0.5em 0.6em; 
    border-width: 1px; 
    border-style: none solid solid none; 
    border-color: #B7C5D9; 
    display: inline-block; 
    max-width: 94%!important;
} 

div.post.reply { 
    background: #f0e0d6; 
    border: none; 
    padding: 0 3px 0 5px; 
    margin: 2px 4px; 
    margin-left: 24px !important;
} 

div.post.reply:not(.post-hover) { 
    margin-left: 19px;
} 

div.post.reply:not(.post-hover):before { 
    content: "…"; 
    font-weight: bold; 
    margin-top: -10px; 
    position: absolute; 
    margin-left: -28px; 
    opacity: 25%;
} 

div.post.reply:not(.post-hover):before { 
    opacity: 100%; 
    margin-left: -26px; 
    margin-top: -7px;
} 

br.clear { 
    clear: left; 
    display: block;
} 

hr { 
    border: none; 
    border-top: 1px solid #B7C5D9; 
    height: 0; 
    clear: left;
} 

hr { 
    border-width: 1px; 
    border-style: inset; 
    border-top: 1px solid #656d78; 
    border-left: 1px solid #474747; 
    border-right: 1px solid #d8d8d8; 
    border-bottom: 1px solid #d8d8d8;
} 

img.minusas { 
    background: #98E; 
    margin-top: 1px; 
    border: 1px solid #1F1867;
} 

img.minusas { 
    background: #133B5E; 
    border: 1px solid #133B5E; 
    -moz-border-radius: 2.8px; 
    -webkit-border-radius: 2.8px; 
    border-radius: 2.8px; 
    margin-top: 2px;
} 

.file { 
    float: left; 
    margin-right: 2px; 
    min-width: 200px;
} 

.file:not(.multifile) { 
    float: none;
} 

.intro { 
    margin: 0.5em 0; 
    padding: 0; 
    padding-bottom: 0.2em;
} 

@media screen and (min-width: 768px){ 
  .intro { 
    clear: none;
  } 
}     

.op .intro  { 
    margin: 3px 0 12px 0;
} 

div.post div.body  { 
    word-wrap: break-word; 
    white-space: pre-wrap;
} 

@media screen and (min-width: 768px){ 
  div.post div.body  { 
    clear: none;
  } 
}     

div.post.reply p  { 
    margin: 0.3em 0 0 0;
} 

div.post.reply p  { 
    margin: 0; 
    padding: 0;
} 

div.post.reply div.body  { 
    margin-left: 1.8em; 
    margin-top: 0.8em; 
    padding-right: 1.8em; 
    padding-bottom: 0.3em;
} 

div.post.reply div.body  { 
    padding-right: 8px; 
    padding-bottom: 1px; 
    margin-left: 36px; 
    margin-top: 17px;
} 

p.fileinfo { 
    display: block; 
    margin: 0 0 0 20px;
} 

a.file { 
    margin-right: 0;
} 

a.file[href$=".mp4"]:after { 
    content: url(./images/mp4.gif); 
    display: block; 
    position: absolute; 
    opacity: 70%; 
    margin: 6px 0 0 20px;
} 

a.file[href$=".mp4" i]::after { 
    content: url(./images/mp4.gif); 
    display: block; 
    position: absolute; 
    opacity: 70%; 
    margin: 6px 0 0 20px;
} 

a.file[href$=".mp4"]:after, a.file[href$=".mp4" i]::after,a.file[href$=".webm"]:after, a.file[href$=".webm" i]::after { 
    margin: 1px 0 0 21px;
} 

input.delete { 
    float: right; 
    margin: 1px 0 0 6px;
} 

a.post_no { 
    text-decoration: none; 
    margin: 0; 
    padding: 0;
} 

.intro a  { 
    margin-left: 5px;
} 

a.post_no { 
    color: #800000; 
    text-decoration: underline;
} 

.intro a.post_no  { 
    color: inherit;
} 

.intro a.post_no  { 
    margin: 0;
} 

a:hover, .intro a.post_no:hover { 
    color: #ff0000;
} 

.unimportant { 
    font-size: 10px;
} 

.mentioned { 
    word-wrap: break-word;
} 

div.post.reply div.body a  { 
    color: #D00;
} 

div.post.reply div.body a  { 
    color: navy;
} 

.edit_history { 
    font-size: smaller; 
    margin-top: 10px;
} 

span.aa { 
    font-size: 12pt; 
    font-family: Mona,IPAMonaPGothic,'IPA モナー Pゴシック',Monapo,'MS Pgothic','MS Pゴシック',submona; 
    line-height: 1; 
    white-space: pre;
} 

.image_id { 
    line-height: 0; 
    cursor: pointer;
} 

a[href$=".mp4"] ~ span.image_id  { 
    display: none;
} 

.post-image { 
    display: block; 
    float: left; 
    margin: 5px 15px 5px 19px; 
    border: none;
} 

.post-image { 
    margin: 1px 20px 3px 20px;
} 

.file:not(.multifile) .post-image  { 
    float: left;
} 

.intro span.name  { 
    color: #117743; 
    font-weight: bold;
} 

.intro time  { 
    direction: ltr; 
    unicode-bidi: embed; 
    white-space: pre;
} 

span:not(.history_date) time::before { 
    content: "• ";
} 

span:not(.history_date) time::after { 
    content: " •";
} 

.fa { 
    display: inline-block; 
    font: normal normal normal 14px/1 FontAwesome; 
    font-size: inherit; 
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.post-btn { 
    width: 15px; 
    text-align: center; 
    font-size: 10pt; 
    text-decoration: none; 
    display: inline-block;
} 

div.post i.fa  { 
    margin: 0 0 0 4px; 
    font-size: 14px;
} 

.fa-navicon:before,.fa-reorder:before,.fa-bars:before { 
    content: "\f0c9";
} 

button { 
    cursor: pointer;
} 

button { 
    font-family: "MS Sans Serif",Arial; 
    font-size: 11px; 
    box-sizing: border-box; 
    border: 1px solid #003c74; 
    background: linear-gradient(180deg, white 0%, #ecebe5 86%, #d8d0c4 100%); 
    box-shadow: none; 
    border-radius: 3px; 
    color: black; 
    padding: 3px 14px;
} 

button { 
    padding: 3px 14px 2px 14px;
} 

button:hover { 
    box-shadow: inset -1px 1px #fff0cf, inset 1px 2px #fdd889, inset -2px 2px #fbc761, inset 2px -2px #e5a01a;
} 

.unimportant *  { 
    font-size: 10px;
} 

div.post p.fileinfo  { 
    padding-left: 5px;
} 

.edit_history > details  { 
    margin-left: 1.05em;
} 

a.file[href$=".mp4"]::after, a.file[href$=".mp4" i]::after, a.file[href$=".webm"]::after, a.file[href$=".webm" i]::after { 
    margin: 1px 0 0 21px;
} 

div.reply a.file[href$=".mp4"]::after { 
    margin: 6px 0 0 6px;
} 

div.reply a.file[href$=".mp4" i]::after { 
    margin: 6px 0 0 6px;
} 

div.reply a.file[href$=".mp4"]::after, div.reply a.file[href$=".mp4" i]::after, div.reply a.file[href$=".webm"]::after, div.reply a.file[href$=".webm" i]::after { 
    margin: 0.5px 0 0 21px;
} 

.imgid0 { 
    opacity: 0.4; 
    -moz-transition: opacity 0.2s; 
    -webkit-transition: opacity 0.2s; 
    -khtml-transition: opacity 0.2s; 
    -o-transition: opacity 0.2s; 
    -ms-transition: opacity 0.2s;
} 

.fa-external-link:before { 
    content: "\f08e";
} 

[title="ImgOps"] { 
    opacity: 0; 
    transition: opacity 0.2s; 
    -moz-transition: opacity 0.2s; 
    -webkit-transition: opacity 0.2s; 
    -khtml-transition: opacity 0.2s; 
    -o-transition: opacity 0.2s; 
    -ms-transition: opacity 0.2s;
} 

.file:hover [title="ImgOps"] { 
    opacity: 1.0;
} 

[title="SauceNAO"] { 
    opacity: 0; 
    transition: opacity 0.2s; 
    -moz-transition: opacity 0.2s; 
    -webkit-transition: opacity 0.2s; 
    -khtml-transition: opacity 0.2s; 
    -o-transition: opacity 0.2s; 
    -ms-transition: opacity 0.2s;
} 

.file:hover [title="ImgOps"], .file:hover [title="SauceNAO"], .file:hover [title="Yandex"] { 
    opacity: 1.0;
} 

[title="Yandex"] { 
    opacity: 0; 
    transition: opacity 0.2s; 
    -moz-transition: opacity 0.2s; 
    -webkit-transition: opacity 0.2s; 
    -khtml-transition: opacity 0.2s; 
    -o-transition: opacity 0.2s; 
    -ms-transition: opacity 0.2s;
} 

div.post .post-image  { 
    padding: 5px; 
    margin: 0 10px 0 0;
} 

div.post .post-image  { 
    padding: 0; 
    margin: 1px 20px;
} 

summary { 
    cursor: pointer;
} 

.fa-eye-slash:before { 
    content: "\f070";
} 

.imgid1 { 
    opacity: 0.4; 
    -moz-transition: opacity 0.2s; 
    -webkit-transition: opacity 0.2s; 
    -khtml-transition: opacity 0.2s; 
    -o-transition: opacity 0.2s; 
    -ms-transition: opacity 0.2s;
} 

.imgid1:hover { 
    opacity: 1.0;
} 

.imgid2 { 
    opacity: 0.4; 
    -moz-transition: opacity 0.2s; 
    -webkit-transition: opacity 0.2s; 
    -khtml-transition: opacity 0.2s; 
    -o-transition: opacity 0.2s; 
    -ms-transition: opacity 0.2s;
} 

.imgid2:hover { 
    opacity: 1.0;
} 

.imgid3 { 
    opacity: 0.4; 
    -moz-transition: opacity 0.2s; 
    -webkit-transition: opacity 0.2s; 
    -khtml-transition: opacity 0.2s; 
    -o-transition: opacity 0.2s; 
    -ms-transition: opacity 0.2s;
} 

.imgid3:hover { 
    opacity: 1.0;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-JxHL1.style-JxHL1 {  
   float:left;  
   margin-right:-15px;  
}  
#style-IWzrQ.style-IWzrQ {  
   margin:0px;  
   font-size:12px;  
}  
#style-77Got.style-77Got {  
   white-space: nowrap;  
}  
#style-4CJNt.style-4CJNt {  
   font-weight: bold;  
}  
#style-mKTSE.style-mKTSE {  
   white-space:nowrap;  
}  
#style-rNd94.style-rNd94 {  
   font-size:13px;  
   margin:0;  
   vertical-align:-2px;  
}  
#style-QVjq1.style-QVjq1 {  
   vertical-align: text-bottom;  
}  
#style-v21Th.style-v21Th {  
   vertical-align: text-bottom;  
}  
#style-FSFCa.style-FSFCa {  
   vertical-align: text-bottom;  
}  
#style-2GzNW.style-2GzNW {  
   width:250px;  
   height:188px;  
}  
#delete_48.style-T4Ovb {  
   display: none;  
}  
#style-NGGEx.style-NGGEx {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#delete_49.style-4oHw4 {  
   display: none;  
}  
#style-W2xif.style-W2xif {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#style-VVM9L.style-VVM9L {  
   margin:0px;  
   font-size:12px;  
}  
#style-DNzeY.style-DNzeY {  
   white-space:nowrap;  
}  
#style-J9dt4.style-J9dt4 {  
   font-size:13px;  
   margin:0;  
   vertical-align:-2px;  
}  
#style-9vwxs.style-9vwxs {  
   vertical-align: text-bottom;  
}  
#style-W3yVQ.style-W3yVQ {  
   vertical-align: text-bottom;  
}  
#style-Qyy5z.style-Qyy5z {  
   vertical-align: text-bottom;  
}  
#style-onKR4.style-onKR4 {  
   width:96px;  
   height:72px;  
}  
#style-d7a8q.style-d7a8q {  
   display: inline;  
}  
#style-1Vsp2.style-1Vsp2 {  
   list-style-position: outside;  
}  
#delete_50.style-LQPSE {  
   display: none;  
}  
#style-6Clca.style-6Clca {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#style-Lrgjt.style-Lrgjt {  
   margin:0px;  
   font-size:12px;  
}  
#style-SyQ4x.style-SyQ4x {  
   white-space: nowrap;  
}  
#style-ZoSdd.style-ZoSdd {  
   font-weight: bold;  
}  
#style-g9PWz.style-g9PWz {  
   white-space:nowrap;  
}  
#style-DZWGo.style-DZWGo {  
   font-size:13px;  
   margin:0;  
   vertical-align:-2px;  
}  
#style-7IEe4.style-7IEe4 {  
   vertical-align: text-bottom;  
}  
#style-kQ3yS.style-kQ3yS {  
   vertical-align: text-bottom;  
}  
#style-73yDx.style-73yDx {  
   vertical-align: text-bottom;  
}  
#style-TyZAN.style-TyZAN {  
   width:96px;  
   height:54px;  
}  
#style-J4Lc4.style-J4Lc4 {  
   font-size: 9pt;  
}  
#delete_51.style-8jZll {  
   display: none;  
}  
#style-pwoGf.style-pwoGf {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#delete_52.style-hIEoR {  
   display: none;  
}  
#style-E8qfd.style-E8qfd {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#delete_53.style-Xa59O {  
   display: none;  
}  
#style-LxcLW.style-LxcLW {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#style-BHS2z.style-BHS2z {  
   margin:0px;  
   font-size:12px;  
}  
#style-3C1bp.style-3C1bp {  
   white-space: nowrap;  
}  
#style-Zwg7P.style-Zwg7P {  
   font-weight: bold;  
}  
#style-SffTS.style-SffTS {  
   white-space:nowrap;  
}  
#style-Nzi2c.style-Nzi2c {  
   font-size:13px;  
   margin:0;  
   vertical-align:-2px;  
}  
#style-KrIoM.style-KrIoM {  
   vertical-align: text-bottom;  
}  
#style-iEHnl.style-iEHnl {  
   vertical-align: text-bottom;  
}  
#style-m8bGN.style-m8bGN {  
   vertical-align: text-bottom;  
}  
#style-saUdo.style-saUdo {  
   width:96px;  
   height:72px;  
}  
/* These were inline style tags. Uses id+class to override almost everything */
#style-B4rdD.style-B4rdD {  
   float:left;  
   margin-right:-15px;  
}  
#style-s5wai.style-s5wai {  
   margin:0px;  
   font-size:12px;  
}  
#style-GW4FH.style-GW4FH {  
   white-space: nowrap;  
}  
#style-t46AD.style-t46AD {  
   font-weight: bold;  
}  
#style-Vl4Iy.style-Vl4Iy {  
   white-space:nowrap;  
}  
#style-SYyfY.style-SYyfY {  
   font-size:13px;  
   margin:0;  
   vertical-align:-2px;  
}  
#style-EzQzn.style-EzQzn {  
   vertical-align: text-bottom;  
}  
#style-xW54f.style-xW54f {  
   vertical-align: text-bottom;  
}  
#style-fDoEo.style-fDoEo {  
   vertical-align: text-bottom;  
}  
#style-Cfeeo.style-Cfeeo {  
   width:250px;  
   height:188px;  
}  
#delete_48.style-BApb3 {  
   display: none;  
}  
#style-SrEg4.style-SrEg4 {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#delete_49.style-omjHr {  
   display: none;  
}  
#style-kzAFX.style-kzAFX {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#style-6dxJL.style-6dxJL {  
   margin:0px;  
   font-size:12px;  
}  
#style-ls1VI.style-ls1VI {  
   white-space:nowrap;  
}  
#style-P5CfS.style-P5CfS {  
   font-size:13px;  
   margin:0;  
   vertical-align:-2px;  
}  
#style-3stMP.style-3stMP {  
   vertical-align: text-bottom;  
}  
#style-itWhG.style-itWhG {  
   vertical-align: text-bottom;  
}  
#style-oeSKo.style-oeSKo {  
   vertical-align: text-bottom;  
}  
#style-2h9xd.style-2h9xd {  
   width:96px;  
   height:72px;  
}  
#style-Z5m7a.style-Z5m7a {  
   display: inline;  
}  
#style-mGnRy.style-mGnRy {  
   list-style-position: outside;  
}  
#delete_50.style-gDKg6 {  
   display: none;  
}  
#style-AgVTH.style-AgVTH {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#style-wYVXy.style-wYVXy {  
   margin:0px;  
   font-size:12px;  
}  
#style-5g8W9.style-5g8W9 {  
   white-space: nowrap;  
}  
#style-zhfXJ.style-zhfXJ {  
   font-weight: bold;  
}  
#style-Ti9Ty.style-Ti9Ty {  
   white-space:nowrap;  
}  
#style-gIDtY.style-gIDtY {  
   font-size:13px;  
   margin:0;  
   vertical-align:-2px;  
}  
#style-Bq59c.style-Bq59c {  
   vertical-align: text-bottom;  
}  
#style-Ur5Uw.style-Ur5Uw {  
   vertical-align: text-bottom;  
}  
#style-WBOEm.style-WBOEm {  
   vertical-align: text-bottom;  
}  
#style-dGe7g.style-dGe7g {  
   width:96px;  
   height:54px;  
}  
#style-FGUaC.style-FGUaC {  
   font-size: 9pt;  
}  
#delete_51.style-a3elW {  
   display: none;  
}  
#style-Yv5ez.style-Yv5ez {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#delete_52.style-xvtoo {  
   display: none;  
}  
#style-oSrG1.style-oSrG1 {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#delete_53.style-TEoka {  
   display: none;  
}  
#style-JYRgP.style-JYRgP {  
   margin: 0;  
   font-size: 11px;  
   vertical-align: 1px;  
}  
#style-KoZjv.style-KoZjv {  
   margin:0px;  
   font-size:12px;  
}  
#style-RoPQZ.style-RoPQZ {  
   white-space: nowrap;  
}  
#style-zdDdx.style-zdDdx {  
   font-weight: bold;  
}  
#style-3Qrl1.style-3Qrl1 {  
   white-space:nowrap;  
}  
#style-MCy1Q.style-MCy1Q {  
   font-size:13px;  
   margin:0;  
   vertical-align:-2px;  
}  
#style-UI9Hv.style-UI9Hv {  
   vertical-align: text-bottom;  
}  
#style-vK2ZO.style-vK2ZO {  
   vertical-align: text-bottom;  
}  
#style-qPd4v.style-qPd4v {  
   vertical-align: text-bottom;  
}  
#style-rBaaJ.style-rBaaJ {  
   width:96px;  
   height:72px;  
}  
