#cboxLoadedContent img{
    float:left;
    margin-right:25px;
}

#cboxLoadedContent{	
	padding:10px;
}

#cboxContent{
	width:50%;
	border:2px solid black;
	border-radius: 10px;
    margin:0 auto;
}
    #cboxTopLeft{width:0; height:0; background:none;border:0px solid black}
    #cboxTopRight{width:0; height:0; background:none;  border:0px solid black}
    #cboxBottomLeft{width:0; height:0; background:none;  border:0px solid black}
    #cboxBottomRight{width:0; height:0;  background:none; border:0px solid black}
    #cboxMiddleLeft{width:0;  ;  background:none;border:0px solid red}
    #cboxMiddleRight{width:21px;;   background:none; border:1px solid blue}
    #cboxTopCenter{height:0; ;  background:none;border:0px solid green}
    #cboxBottomCenter{height:0; ;  background:none; border:1px solid black}

#cboxContent h1 {
    margin-bottom:15px;
    margin-top:15px;
}

.globeGl {
    width: 800px;
    height: 800px;
    cursor: pointer;
    /*border: 1px solid #ddd;*/
    z-index: 0;
    position: relative;
    margin:0 auto;
}

@media (min-width: 0) and (max-width: 1000px) {

    .globeGl {
        width: 400px;
        height: 400px;
    }

}
/* Style the buttons that are used to open and close the accordion panel */
.faq {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .faq:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel{
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}