﻿.pad5{
    padding:5px;
}




#modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding: 30px 50px;
    background-color: #e9f3ff;
    border: 1px solid #2743e7;
    box-shadow: 0 0 50px #666;
}


table.main{
border-right:none;
}

table.main tr.t td{
color:#000;
padding:10px 2px;
border-bottom:none;
background:#f4f0ff;

}

table.main tr.t td, table.main tr.t:hover td {
background:#f4f0ff;
}



table.main tr td {
padding:2px;
text-align:center;
border-right:1px solid #d3c0ff;
background:#f4f0ff;
vertical-align:top;
border-top:none;
border-bottom:none;

}

table.main span.MODEL{
padding-top:5px;

padding-right:5px;
}
table.main span.AREA{
color:#F60;
}

table.main tr td.IMG img {
max-width: 145px;
max-height: 200px;
}

table.main tr td.ROM{
font-size:16px;
width:auto;
}




table.main tr td.date{                
font-size:16px;
}



.button1 {
width:75%;
min-width:330px;
white-space:nowrap;
line-height:200%;
border:1px solid #888;
border-radius:8px;
font-size:23px;
color:#FFF;
background:linear-gradient(135deg, #62abe6, #b47ae6, #62abe6);
letter-spacing:1px;
padding-top:5px;
}
.button1 span{
margin-left: 10%;
font-size: 17px;
white-space: nowrap;
font-weight:normal;
}

.button1:hover {
border:1px solid #333;
cursor:pointer;
text-shadow:1px 1px 1px #666;
}


div.verification_topic {
    font-size: 13px;
    margin-top: 20px;
    border: 1px solid #ded0ff;
    border-radius: 8px;
    color: #1a1a1a;
    line-height: 220%;
    background: rgba(211,192,255,0.2);
}

div.div_123_PAN_Title {
min-width:300px;
   
color:#555;
padding:2% 2% 2% 5%;
border:1px solid #b8d4f2;
border-radius:15px;
background:#eef6ff;
color:#1a1a1a;
right:0;
}


ul.UL001 {
list-style-type:decimal;
padding-left:15px;
}
ul.UL001 li{
padding:5px;
}



div.div_PAN_Body {
    font-size: 15px;
    padding: 12px 0 12px 10px;
    margin: 20px 0;
    border: 1px solid #ded0ff;
    background: rgba(211,192,255,0.2);
    border-radius: 6px;
}
    div.div_PAN_Body dl {
    
      
    }

div.div_PAN_Body dl:hover {
   
}

div.div_PAN_Body dl dt{
/* background:#CCC; */
padding:3px 3px 3px 5px;
font-weight:bold;
}
div.div_PAN_Body dl dd, div.div_PAN_Body dl dd a {
word-wrap:break-word;
}

