ACC SHELL
.popup {
position: fixed;
top: 50%;
left: 50%;
margin-top: -55px;
margin-left: -108px;
font-size: 13px;
z-index: 10000;/*because ckeditor panel has z-index:9999;*/
display: none;
border: none;
padding: 20px;
color: #a8a8a8;
background-color: #f6f6f6;
width: 216px;
min-height: 110px;
max-height: 200px;
-webkit-box-shadow: 1px 1px 5px rgba(41, 41, 75, 0.5);
-moz-box-shadow: 1px 1px 5px rgba(41, 41, 75, 0.5);
box-shadow: 1px 1px 5px rgba(41, 41, 75, 0.5);
}
.popup select{
margin: 10px 0;
width: 210px;
}
#fontNamesInput {
width: 100%;
}
ACC SHELL 2018