#citoid-code {
height: 6em;
width: 95%;
}
#citoid-cont {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
height: 21em;
}
#citoid-mask {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.3);
}
#citoid-dialog {
position: absolute;
top: 1em;
bottom: 1em;
left: 1em;
right: 1em;
background: white;
border: 1px solid #aaa;
border-radius: 0.5em;
height: 20em;
}
#citoid-close {
position: absolute;
top: 0.5em;
right: 0.5em;
}
#citoid-dialog h2 {
margin: 0;
padding: 0.25em 0.5em;
text-align: center;
border: none;
font-size: 1.3em;
position: absolute;
left: 0;
right: 0;
top: 0.25em;
height: 1em;
}
#citoid-body {
position: absolute;
top: 3em; bottom: 1em; left: 1em; right: 1em;
overflow: auto;
border: solid black;
border-width: 1px 0;
}
#citoid-body ul {
margin: 1em 0;
padding: 0;
list-style: none;
}
#citoid-desc-cont {
margin: 0.25em 1em;
}
#citoid-body li {
margin: 0.25em 1em;
padding: 0.5em;
border: 1px solid #aaa;
border-radius: 0.5em;
display: block;
}
#tde-body li:first-child {
border-top: 1px solid #aaa;
}
#citoid-body li:nth-child(2n) { background: #ffc; }
#citoid-body li:nth-child(2n+1) { background: #dfd; }
#citoid-body h3 {
background: #e0e0e0;
padding: 0.25em 0.5em;
margin: 1em 0 0.5em;
}
#citoid-apply {
position: absolute;
bottom: 0.5em;
right: 0.5em;
height: 2em;
padding: 0.25em 0.5em;
border: 1px solid #00763B;
background: #00944C;
color: #FFF6E8;
border-radius: 0.3em;
cursor: pointer;
}
#citoid-apply:hover,
#citoid-apply:focus {
background: #00763B;
}