/*
Theme Name: TEST
Theme URI: 
Author: YSQ
Author URI: 
Description: Wordpress Theme
Version: 0.1
*/

.oscar_header , #oscar_footer{	
	text-align: center;
	color: #239CD8;
	margin-top: 10px;
}
.oscar_header h3{
	display: inline;
}

#compMedsList a {
    cursor: pointer;
    color: blue;
}

#compMedsDetails {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}
.compMedsDetailsPopup {
    position: absolute;
    z-index: 1000;
    width: 80%;
    max-width: 400px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: none; /* Initially hidden */
}

/* Optional: Style for the close button inside the popup */
.compMedsDetailsPopup .close-btn {
    float: right;
    cursor: pointer;
}
