BODY {
    PADDING-RIGHT: 0px;
    MARGIN-TOP: 2px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    MARGIN-LEFT: 2px;
    PADDING-TOP: 0px;
    FONT-FAMILY: Arial, 'Sans Serif';
    max-width: 100%;
    background-color: #a9c3d3;
}

TABLE {
    FONT-SIZE: 12px;
    FONT-FAMILY: David, Arial, 'sans serif'
}

.logo {
    margin: auto;
    width: 320px;
    height: 105px;
    background-image: url('rkarp-320-105.jpg');
    background-size: 320px 105px;
    background-repeat: no-repeat;
}

.logo A {
    display: block;
    text-decoration: none;
}

.logo A:hover {
    background-image: url('rkarp-320-105.jpg');
}

.bhl {
    width: 320px;
    height: 105px;
    font-size: 10px;
    text-align: right;
    vertical-align: top;
}

.bh {
    font-size: 10px;
    text-align: right;
    vertical-align: top;
}

.top3 {
    font-size: xx-large;
    text-align: center;
    color: blue;
}

.top4 {
    font-size: medium;
    text-align: center;
    color: blue;
}

.box {
    width: 33%;
    height: 160px;
    font-size: xx-large;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: rgb(43, 87, 151);
    color: white;
}

.box A {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.box A:hover {
    color: white;
    background-color: rgb(45, 137, 239);
    border-radius: 14px;
    -webkit-border-radius: 14px;
}

.box A:visited {
    color: white
}

.info {
    width: 33%;
    height: 160px;
    font-size: xx-large;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: rgb(255, 196, 13);
    color: white;
}

.info A {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.info A:hover {
    color: white;
    background-color: rgb(255, 220, 13);
    border-radius: 14px;
    -webkit-border-radius: 14px;
}

.info A:visited {
    color: white
}


.boxtop {
    margin-top: 20px;
}

.boxtopD {
    margin-top: 0px;
}

//.daily A BR			{	margin-top:10px;	}
.today {
    width: 33%;
    height: 160px;
    font-size: xx-large;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: rgb(0, 163, 0);
}

.today A {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.today A:hover {
    color: white;
    background-color: #66CC33;
    border-radius: 14px;
    -webkit-border-radius: 14px;
}

.today A:visited {
    color: white
}

select {
    font-size: 30px;
}

.notable.nomain {
    width: 100%;
    border-spacing: 20px;
    padding: 0px
}

table.main {
    width: 600px;
    border-spacing: 20px;
    padding: 0px;
    background-color: white;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

/* Show popup image */
.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 9999;
    /* Sit on top */
}

.popup-content {
    background-color: #fefefe;
    margin: 1% auto;
    padding: 6px 20px 20px 20px;
    border: 1px solid #888;
    width: 85%;
    max-width: 450px;
    /* Adjust width for smaller screens and set a max width */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /* Add some rounding for better aesthetics */
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popup-img {
    width: 100%;
    height: auto;
    /* Ensures the image scales properly */
    border-radius: 5px;
    /* Optional: Add rounding to the image */
}

/* For smaller screens */
@media only screen and (max-width: 600px) {
    .popup-content {
        width: 80%;
        margin-top: 15%;
        /* Increase the margin for better appearance on small screens */
    }
}