﻿.jqmWindow_tq {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    margin-left: -187px;    /* width / 2 */
    width: 375px;
    
    /*background-color: #000;*/
    /*color: #333;*/
    border: 0px solid black;
    padding: 0px;
}
