#tml_ajax_overlay {
position : fixed;
z-index : 10000;
top : 0;
left : 0;
width : 100%;
height : 100%;
background-color : #000;
opacity : 0;
}
#tml_ajax_window {
width : 400px;
position : fixed;
background : #ffffff;
z-index : 10002;
color : #000;
text-align : left;
top : 50%;
left : 50%;
display : none;
box-shadow : 0 4px 30px rgba(0, 0, 0, 1);
border-radius : 10px;
}
#tml_ajax_content {
clear : both;
padding : 15px;
overflow : auto;
text-align : left;
}
#tml_ajax_content h2 {
font-size : 1.5em;
margin : 0 0 10px;
}
#tml_ajax_content input[type="text"], #tml_ajax_content input[type="password"], #tml_ajax_content input[type="submit"] {
width : 100%;
padding : 5px;
box-sizing : border-box;
}
#tml_ajax_content p {
margin : 5px 0;
}
#tml_ajax_content ul {
margin : 5px 0;
list-style-position : inside;
}
#tml_ajax_content li {
margin : 5px 0;
}
#tml_ajax_content .tml-user-avatar {
float : left;
}
#tml_ajax_content .tml-user-links {
float : left;
margin : 0 0 0 10px;
}