
.modalbox {
    color:#555555;
}


.modalbox p{
    position:relative;
    margin-left:16px;
    line-height:20px;
    width:90%;
}

#resulturl{
    margin:0 0 16px 16px;
}

#nowurltext{
	width:90%;
}

#urlbtn{
	font-size:15px;
	margin:16px;
}

#chat-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    width: 400px;
    aspect-ratio: 4 / 6;
}
@media screen and (max-width:500px) {
    #chat-panel {
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-height:600px) {
    #chat-panel {
        height: 100%;
    }
}
#chat-panel .chat-panel-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 30px;
}
#chat-panel-header-close {
    cursor: pointer;
    background-color: white;
    color: black;
    text-align: right;
    padding-right: 8px;
}
#chat-panel iframe {
    width: 100%;
    height: 100%;
}
