<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		/****************************** 
		 * Calendar                   *
		 *                            *
		 ******************************
		/                            */
		
		.clearfix{
  		clear: both;
		}
		.clearfix:after {
       content: " "; /* Older browser do not support empty content */
       visibility: hidden;
       display: block;
       height: 0;
       clear: both;
    }
		
				.widget_golfcompetitions{
				}
				.widget_golfcompetitions a{
  				cursor: pointer;
				}
						#months a.month{
							 color:#FFF;
							 font-weight:bold;
							 font-size:110%;
							 text-transform:uppercase;
							 text-align:center;
							 background:#00123F;
						}
						#months a.month:hover,
						#months a.current{
							 background:#C61E3C;
							 text-decoration: none;
						}
				.widget_golfcompetitions table{
					font-size:90%;
				}
					.widget_golfcompetitions table th{
						text-align:left;
						color:#00123F;
					}
					.widget_golfcompetitions table th,
					.widget_golfcompetitions table tr:last-child td{
						border-bottom:1px solid #222;
					}
		
					.widget_golfcompetitions table td{
						text-align:left;
						color:#6B6C6E;
						font-weight:bold;
					}
					.widget_golfcompetitions table tr.day-0 td,
					.widget_golfcompetitions table tr.day-6 td{
						font-weight: bold;
					}
					.widget_golfcompetitions table tr.day-1 td,
					.widget_golfcompetitions table tr.day-2 td,
					.widget_golfcompetitions table tr.day-3 td,
					.widget_golfcompetitions table tr.day-4 td,
					.widget_golfcompetitions table tr.day-5 td{
						font-weight: normal;
					}
				a.next-month,
				a.prev-month{
					text-decoration:none;
					font-weight:bold;
					color:#6B6C6E;
				}
				a.next-month:hover,
				a.prev-month:hover{
					color:#9d0019;
				}
			#calender-comments{
				background:#BBB;
				color:#FFF;
			}
			#calender-comments{
				border:3px solid #BBB;
			}



		/****************************** 
		 * Agenda                     *
		 *                            *
		 ******************************
		/                            */
				.widget_golfcompetitions{
					margin-top:0px;
				}
					.widget_golfcompetitions h3{
						margin-bottom: 0;
					}
					.widget_golfcompetitions #months{
						padding:10px 0;
					}
						#months a.month{
							 display:block;
							 float:left;
							 width: 16%;
							 margin-right: 0.66%;
							 margin-bottom: 0.66%;
							 line-height:1.6em;
						}
						#months a.month:nth-child(6n+6){
							 margin-right:0;
						}
						#months a.month:nth-child(6n+1){
							 margin-left:0;
						}
				.widget_golfcompetitions #calendar{
					margin:0 0 5px;
				}
				.widget_golfcompetitions table{
					width:100%;
				}
				.widget_golfcompetitions table td{
					text-align:left;
				}
				.widget_golfcompetitions table tr th,
				.widget_golfcompetitions table tr td{
					padding: 9px 0px 3px 10px;
				}
				.widget_golfcompetitions table tr .date{
					width:1px;
					padding-left:5px;
				}
				.widget_golfcompetitions table tr .time{
					width:85px;
				}
				.day_name{
					width: 20px;
					display: block;
					float: left;
				}
				.widget_golfcompetitions table tr .competition{
					padding-left:5px;
					padding-right:5px;
				}
				.widget_golfcompetitions table tr:last-child td{
					padding-bottom:12px;
				}
			#calender-controls{
				margin:5px 10px;
			}
				#calender-controls .next-month{
					float:right;
				}
				#calender-controls .prev-month{
					float:left;
				}
			#calender-comments{
				margin:15px 12px 0;
				padding:10px 17px 10px 15px;
				line-height:1.5em;
			}
  #gccModal .close {
    opacity: 0.5;
    margin-top: -4px;
    font-size: 26.5px;
  }
  #gccModal .close:hover {
    opacity: 0.8;
  }
  #gccModal .modal-body {
    padding: 0px;
  }
			
			
			
@media screen and (min-width: 768px ) {
  #gccModal .modal-dialog {
    width: auto;
    margin: 10px;
  }
}

@media screen and (min-width: 992px) {
  #gccModal .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}

</pre></body></html>