.width_name {
	width: 174px;
}

.width_check, .w_check {
	width: 25px;
}

.w_date {
	width: 90px;
}

.width_message {
	width: 50px;
	text-align: center;
}

.width_photo {
	width: 92px;
}

.width_profile {
	text-align: left;
}

.width_site {
	width: 200px;
	text-align: left;
}

.right {
	text-align: right;
}

.text_right {
	font-size: 11px;
	text-align: right;
}

body, td, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000
}


.content_heading {
	background:#FFFFFF url('/media/bg_button_gradient.gif') repeat-x;
	padding: 2px 10px 2px 10px;
	border-color: #BFBFDB;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

.content_detail {
	padding: 10px 10px 10px 10px;
	border-color: #BFBFDB;
	border-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

.searchhighlight {
	background-color: #ffff00;
}


.file_table {
	border-color: #BFBFDB;
	border-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: solid;
}

.file_row {
	padding: 5px 10px 0px 5px;
	border-color: #BFBFDB;
	border-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	vertical-align: top;
}


.file_row_left {
	padding: 5px 10px 0px 5px;
	border-color: #BFBFDB;
	border-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	vertical-align: top;
}


.file_heading {
	background:#FFFFFF url('/media/bg_button_gradient.gif') repeat-x;
	padding: 2px 10px 2px 5px;
	border-color: #BFBFDB;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	background-size: 20px;
}

.file_heading_left {
	background:#FFFFFF url('/media/bg_button_gradient.gif') repeat-x;
	padding: 2px 10px 2px 5px;
	border-color: #BFBFDB;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	white-space: nowrap;
}

.table_border {
	padding: 5px 5px 5px 5px;
	border-color: #BFBFDB;
	border-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

.rota_heading {
	font-size: 12px;
	width:500px;
	padding: 5px 10px 20px 5px;
}
.rota_align {
	vertical-align:center;
}

.edit_location_refresh_status {
	display: inline-block;
	clear: right;
	padding: 4px 8px;
	font-size: 13px;
	background-color: #e7f3f9;
	color: #31708f;
	border: 1px solid #bcdff1;
	border-radius: 4px;
	font-weight: 500;
	margin-top: 8px;
}

.celebration-card {
	background-color: #f5f5f5; 
	
	border: 1px solid #ccc;
	border-left: 4px solid #3498db;
	
	margin: 0;
	padding: 1rem;
  }

  .celebration-card + .celebration-card {
	margin-top: -1px;
  }

  .celebration-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
	font-size: 14px;
  }

  .celebration-card-text {
	line-height: 1.4;
	color: #333;
  }
