﻿/********************* Home Announcement *********************/
.AnnounceTbl
{
	background-color: White;
	border: 1px solid #000000;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
}
.AnnounceTitle
{
	font-family: Tahoma;
	color: #AFA179;
	font-size: 12px;
	font-weight: bold;
}
.AnnounceDetails
{
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
}
.AnnouncebackGrnd
{
	background-color: #000000;
	opacity: 0.5;
}
.AnnounceClose
{
	cursor: pointer;
	display: inline;
	height: 29px;
	position: absolute;
	right: -16px;
	top: -15px;
	width: 25px;
}
/************************************************************/

@media (max-width: 979px) {
    .table-responsive{
        overflow: hidden;
        overflow-x: scroll;
    }
}