body {
    padding-top: 50px;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

.cs_container {
	background-color: #fff;
	padding: 30px;
}

.cs_footer_info {
    background-color: #1A1A1A;
    padding: 60px 20px;
    color: #888888;
    font-size: 16px;
    line-height: 30px;
}

.cs_footer_copyright {
	background-color: #46B0D6;
    color: #fff;
    text-align: center;
    padding: 30px 0px 26px 0px;
    font-size: 14px;
    float: left;
    width: 100%;
}

.cs_footer_copyright a {
	color: #fff;
}

.cs_footer_menu {
    padding: 0px;
    margin: 0px;
}

.cs_footer_h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.cs_social_icons {
    padding-bottom: 20px;
}

.cs_footer_menu li {
    list-style: none;
    font-size: 15px;
    padding: 3px 0px;
    background-image: url(../img/footer_menu_bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.cs_footer_menu li a {
    color: #888888;
}

.navbar-inverse {
    background-color: #46b0d6 !important;
    border: none !important;
	color: #fff !important;
}

.navbar-inverse a {
	color: #fff !important;
}

.cs_content {
	font-size: 18px !important;
	line-height: 26px !important;
}

.cs_content p {
	font-size: 18px !important;
}

.jokes_pan {
	font-size: 18px !important;
	line-height: 26px !important;
}

.jokes_pan p {
	font-size: 18px !important;
}

.cs_content img {
	max-width: 100% !important;
	height: auto !important;
	display:block !important;
}

audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}