/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc 
	#HTML5 */

/* #Reset & Basics (Inspired by E. Meyers) ================================================== */

	html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote,
	pre, a, abbr, acronym, address, cite, code, del, dfn, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, var, center, dl, dt, dd, ol, fieldset,
	form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
	canvas, details, embed, footer, header, hgroup, menu, nav, output,
	ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		/* vertical-align: baseline; */ }
		
		
		
		
	body {
		background:#f9f8f8 !important;
		line-height: 1;
		font: 14px/21px 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}
	
	.lead {
		color: #333 !important;
	}
	
	iframe {
		display:block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.table-borderless > tbody > tr > td,
	.table-borderless > tbody > tr > th,
	.table-borderless > tfoot > tr > td,
	.table-borderless > tfoot > tr > th,
	.table-borderless > thead > tr > td,
	.table-borderless > thead > tr > th {
		border: none;
	}
	
	.embed-container {
		position: relative; 
		padding-bottom: 56.25%; 
		height: 0; 
		overflow: hidden; 
		max-width: 100%; 
		height: auto;
		} 
		
	.embed-container iframe, .embed-container object, .embed-container embed { 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
		
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
		
	th {
		font-size: 14px;
		text-align: left;
		padding-bottom: 20px;
		font-weight: 600;
	}
	
	@font-face {
		font-family: 'Open Sans';
		!important
		font-style: normal;
		font-weight: 400;
		src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
	}
	
	.table-responsive {
		border-color: #f9f8f8 !important;
	}
	
/* #Own ================================================== */
	
	.main_article > ul {
		padding-left: 16px;
		margin-left: 10px;
		margin-top: 10px;
		list-style-position: outside;
	}
	
	.content ul {
		padding-left: 30px;
		padding-top: 0px;
		margin-top: -2px;
		padding-bottom: 10px;
	}
	
	.main_article img {
		display: block;
		height: auto;
		max-width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
		margin: 0 auto;
	}
	
	.main_article figure > img {
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
	}
	
	.main_article figure  {
		margin: 0 auto;
		margin-bottom: 12px;
		margin-top: 16px;
		display: table;
	}
	.main_article figcaption {
		font-style: italic;
		display: table-caption;
		caption-side: bottom;
		text-align: left;
	}
	
	.main_article figcaption img{
		padding-top:  0px;
		padding-bottom: 2px;
		display: inline;
	}
	
	
	.figcaption {
		margin-top: -10px;
		font-style: italic;
		display: table-caption;
		caption-side: bottom;
		text-align: left;
	}
	
	
	.main_article blockquote {
		font-family: Georgia, serif;
		text-align: left;
		font-size: 14px;
		font-style: italic;
		margin: 0.25em 0;
		padding: 0.25em 60px;
		line-height: 1.45;
		position: relative;
		color: #383838;
	}
	
	.main_article blockquote:before {
		display: block;
		content: "\201C";
		font-size: 80px;
		position: absolute;
		left: -5px;
		top: -20px;
		color: #7a7a7a;
	}
	
	.main_article blockquote cite {
		color: #888;
		font-size: 14px;
		display: block;
		margin-top: 5px;
	}
	
	.myblockquote {
		font-family: Georgia, serif;
		text-align: left;
		font-size: 14px;
		font-style: italic;
		margin: 0.25em 0;
		padding: 0.25em 60px;
		line-height: 1.45;
		position: relative;
		color: #383838;
	}
	
	.myblockquote:before {
		display: block;
		content: "\201C";
		font-size: 80px;
		position: absolute;
		left: -5px;
		top: -20px;
		color: #7a7a7a;
	}
	
	.myblockquote cite {
		color: #888;
		font-size: 14px;
		display: block;
		margin-top: 5px;
	}
 
	.myblockquote cite:before {
		content: "\2014 \2009";
	}

	.gap-right {
		margin-right: 10px; 
	}

	.nopadding {
	   padding: 0 !important;
	   margin: 0 !important;
	}

	.h1smaller {
		font-size: 30px;
	}
	
	.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
		border: none;
	}

	/* anchor show as link  */
	.black_anchor {
		color: #333;
	}
	.black_anchor:hover {
		color: #333;
		text-decoration: none;
	}
	
	/* lists don't show numbers */
	ol { list-style: decimal inside;
		list-style-position: inside;
	}
	
	ol {
		padding: 0px 25px;
	}
	
	
	.oldtablepadding>thead>tr>th, .oldtablepadding>tbody>tr>th, .oldtablepadding>tfoot>tr>th, .oldtablepadding>thead>tr>td, .oldtablepadding>tbody>tr>td, .oldtablepadding>tfoot>tr>td{
		padding: 5px;
	}
	
	.oldtablepadding>thead>tr>th, .oldtablepadding>tbody>tr>th, .oldtablepadding>tfoot>tr>th{
		padding: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	
	pre {
		font-family: Consolas, monospace;
		display: inline;
		background-color: inherit;
		border: 0px solid #ccc;
	}
	
	.rulesetlist {
		padding-top: 15px;
	}

	#Calendarheader{
		margin-bottom:18px;
	}

	#headertitle {
		margin-bottom:5px;
		margin-left:0px;
	}
	
	#subtitle {
		margin-left: 5px;
	}
	
	.thumbnail  img {
		padding: 6px !important;
	}

	.navicon {
		height: 20px;
		margin-right: 4px;
		margin-left: -6px;
	}
	
	.naviconsmall {
		margin-right: 5px;
		color: #333; 
	}
	
	.naviconsmallhover {
		padding-left: 7px;
		padding-right: 7px;
		margin: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #333 !important;
	}
	
	.naviconsmallhover:hover {
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #333 !important;
		background-color: #D98719;
	}
	
	.navbar {
		position: static;
		min-height:40px !important
	}
	
	.nav {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	.container {
		margin-top: 20px;
	}
	
	.cmt a:link, .cmt a:visited {
		word-break: break-all;
	}
			
	.navbar-nav > li > a {
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	
	.navbar-nav > li {
		margin-right: -2px !important;
		padding: 0px !important;
	}
	
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #333; /*Sets the text hover color on navbar*/
		background-color: #f9f8f8;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
	 a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #333; /*BACKGROUND color for active*/
		background-color: #f9f8f8;
	}

	.navbar-default {
		border-color: #333;
		background-color: #D98719;
		
	}
	
	.dropdown-menu {
		color: #333;
		font-size: 100%;
		font-weight: 600;
		padding: 0px;
	}
	
	.dropdown-menu > li > a {
		color: #333;
	    padding-top: 10px;
	    padding-bottom: 10px;
		padding-left: 16px;
		padding-right: 0px;
		font-weight: 600;
	}
	
	.dropdown-menu > li:last-child a {
		-webkit-border-radius: 0px 0px 3px 3px ;
		-moz-border-radius: 0px 0px 3px 3px ;
		border-radius: 0px 0px 3px 3px ; 
	}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		color: #333;
		text-decoration: none;
		background-color: #D98719;  /*change color of links in drop down here*/
	}
	
	.nav > li > a {
		font-size: 13px; font-weight: 600;
	}

	.nav > li > a:hover,
	.nav > li > a:focus {
		color: #333;
		text-decoration: none;
		background-color: #D98719; /*Change rollover cell color here*/
		border: inherit;
		font-size: 13px; font-weight: 600;
	}

	.navbar-default .navbar-nav > li > a {
		color: #333; /*Change active text color here*/
		font-size: 13px; font-weight: 600;
	}
	
	.navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: #D98719; 
		color: #333;
	}
	
	.navbar-default .navbar-nav > .open, .navbar-default .navbar-nav > .open, .navbar-default .navbar-nav > .open {
		background-color: #9B8000;
		color: #333;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #333;
		width: inherit;
		margin-right: 22px; 
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #CEB324;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #333;
	}
	
	.navbar-toggle{
		/* margin-right: 23px; */
	}
	
     .navbar-collapse li a { 
		background: #D98719;
		color: #333 !important;
	 }
	 
	 
     .navbar-collapse li a:hover { 
		background: #f9f8f8 !important;
		color: #333 !important;
	 }
	 
	.caret {
        margin-left: 4px;
		border-top:6px  solid #333;
		border-top: 6px solid #333;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	
	@media (max-width: 1200px) {
		.container {
			width: inherit;
		}
	}
	
	@media (max-width: 770px) {
	.leadphoto {
			width: 770px !important;
			max-width: 100%;
			margin-bottom: 8px;
			margin-right: 0px !important;
			margin-left: 0px !important;
			padding-right: 0px !important;
			padding-left: 0px !important;
		}
	}
	
	@media (max-width: 770px) {
	.photoright {
			margin-left: 0px !important;
		}
	}
	
	@media (max-width: 770px) {
	.image {
			padding: 0px !important;
		}
	}
	

	img.flag { 
	   outline: 1px solid #333;
	   outline-offset: -1px;
	   margin-bottom:4px;
	}
	
	img.flag_singlepage{ 
	   outline: 1px solid #333;
	   outline-offset: -1px;
	   margin-bottom:12px;
	}
	
	td.flagcell {
		padding: 15px;
	}
	
	div.text_below_image {;
	display: block;
	margin: 5px auto 5px auto;
	}
	
	#error {
		display:block;
		margin:5px;
		color:#4d4948;
		background-color:#fffebe;
		border: 1px solid #cbcbcb;
		font-size:90%;
	}

	#success {
		margin:5px;
		color:#4d4948;
		background-color:#bce9b5;
		border: 1px solid #7ace6c;
		font-size:90%;
	}
	
	.table-striped>tbody>tr:nth-child(odd)>td, 
	.table-striped>tbody>tr:nth-child(odd)>th {
		background-color: #EAE9E9; /* caramel: #e5d8b3 egf-header: #D98719 grey: #ece9e9 */
	}
	
	.striped-egfbordercolor > tbody > tr > td, 
	.striped-egfbordercolor > tbody > tr > th {
		border-top-color: #EAE9E9;
	}
	
	.resulttablecaption {
		text-align:left;
		font-size: 17px; line-height: 24px;
		padding-bottom: 8px;
		color: #333;
		font-weight: bold;
	}
	
	.hrstyle {
		margin: 20px 0px 20px 0px;
	}
	
	.egf {
		background-color: #fde6dd !important;
	}

	.natint{
		background-color: #f0f3f5 !important;
	}

	.grandslam{
		background-color: #dff0d8 !important;
	}

	.quali{
	  background-color: #fcf8e3 !important;
	}

	.natint a {  text-decoration: underline;}
	.natint a:visited {  text-decoration: underline;}
	.natint a:hover {  text-decoration: underline;}
	.natint a:active {  text-decoration: underline;}

	.egf a { color: red; font-style: bold; text-decoration: underline;}
	.egf a:visited {  color: red; font-style: bold;text-decoration: underline;}
	.egf a:hover {  color: red; font-style: bold;text-decoration: underline;}
	.egf a:active {  color: red; font-style: bold;text-decoration: underline;}

	.grandslam a { color: green; font-style: bold;text-decoration: underline;}
	.grandslam a:visited {  color: green; font-style: boldtext-decoration: underline; }
	.grandslam a:hover {  color: green; font-style: bold;text-decoration: underline;}
	.grandslam a:active {  color: green; font-style: bold;text-decoration: underline; }

	.quali a { color: #DAA520; font-style: bold;text-decoration: underline;}
	.quali a:visited {  color: #DAA520; font-style: boldtext-decoration: underline; }
	.quali a:hover {  color: #DAA520; font-style: bold;text-decoration: underline;}
	.quali a:active {  color: #DAA520; font-style: bold;text-decoration: underline; }

/* #Basic Styles ================================================== */

   ::selection {
	    background:#cc0000;
	    color:#fff;
    }

    ::-moz-selection {
	    background:#cc0000;
	    color:#fff;
    }

    ::-webkit-selection {
	    background:#cc0000;
	    color:#fff;
    }

/* #Typography ================================================== */

	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-weight: bold;
		/* font-weight: 600; */
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 35px; line-height: 40px; margin-bottom: 20px; }
	h2 { font-size: 28px; line-height: 34px; margin-bottom: 18px; }
	h3 { font-size: 21px; line-height: 30px; margin-bottom: 14px; }
	h4 { font-size: 17px; line-height: 24px; }
	h5 { font-size: 14px; line-height: 21px;  margin-top: 10px; } 
	h6 { font-size: 14px; line-height: 21px; } 
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	p.small{ font-size: 10px; line-height: 13px; color: #444;  }


	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */

	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777;}
	blockquote { margin: 0 0 30px; padding: 9px 30px 0 19px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 0px 0 20px; height: 0; }

/* #Links ================================================== */

	/* old (first) link color: #b3590f old hover color: #a5290d */
	a, a:visited { color: #b3590f; text-decoration: none; font-weight: 600;  }
	a:hover, a:focus { color: #333 !important; text-decoration: underline; }
	
	.pagin a, a:visited { color: #b3590f; text-decoration: none; font-weight: bold;  }
	
	.pagin .disabled  {color: #333 !important; font-weight: bold}
	.pagin .active  {color: #333 !important; font-weight: bold}
	
	a#logolink:hover img {
	// background: #D98719 !important;
	}
	
	.hoverbug:link img {
		vertical-align: bottom;
	}

	.hoverbug:active img {
		vertical-align: bottom;
	}

	.hoverbug:visited img {
		vertical-align: bottom;
	}

	.hoverbug:focus img {
		vertical-align: bottom;
	}

	.hoverbug:hover img {
		vertical-align: bottom;
	}
	
	.wgo-info-label {
		padding-left: 0px;
		padding-right: 2px !important;
		margin: 0px !important;
		min-width: 42px !important;
	}
	
	.wgo-info-value {
		padding-left: 2px !important;
		padding-right: 4px !important;
		margin: 0px;
	}
	
	.results-table {
		border-collapse: collapse;
	}
	.results-table td, .results-table th {
		border: 1px solid #333;
		padding: 4px 6px 4px 4px;
	}
	.results-table tr:first-child th {
		border-top: 0;
	}
	
	.results-table th {
		border-bottom:2px solid #333;
	}
	
	
	.results-table tr:last-child td {
		border-bottom: 0;
	}
	.results-table tr td:first-child,
	.results-table th:first-child {
		border-left: 0;
	}
	.results-table tr td:last-child,
	.results-table tr th:last-child {
		border-right: 0;
	}
	.results-table td, .results-table tr{
		text-align: left;
		vertical-align: middle;
	} 
	.results-table th{
		text-align: left;
		vertical-align: middle;
		font-weight: bold;
	}
	
	.btn-default.thickborder {
		border: 2px solid #333;
		color: #333;
		font-weight: bold;
	}
	
	.btn-default.thickborder:hover, .btn-default.thickborder:focus, .btn-default.thickborder:active  {
		color: #fff !important;
		font-weight: bold; 
		border: 2px solid #1F1F1F;
		background-color: #1F1F1F;
	}
	
	 
	.input-sm.thickborder {
		border: 2px solid #333;
	}
	
	
	.btn-default.thinborder {
		border: 1px solid #333;
		color: #333;
		font-weight: bold;
	}
	
	.btn-default.thinborder:hover, .btn-default.thinborder:focus, .btn-default.thinborder:active  {
		color: #fff !important;
		font-weight: bold; 
		border: 1px solid #1F1F1F;
		background-color: #1F1F1F;
	}
	
	 
	.input-sm.thinborder {
		border: 1px solid #333;
	}
	
	input {
		font-weight: bold; 
	}
	
	.pandanet-logo a{
		width: 20em; 
		height: 8em; 
		padding: 4px; 
		display: block; 
		 text-align: center; 
		background-color: white; 
		font-family : 'Bookman Old Style', 'Serifa BT', 'URW Bookman L', 'itc bookman', 'times', serif;
	}
	
	.pandanet-logo a:hover, .pandanet-logo a:focus, .pandanet-logo a:active, .pandanet-logo a:link {
		color: #333;
		text-decoration: none;
	}
	
	
	.hor {
		border-collapse:collapse;
		text-align:left;
		margin-bottom: 24px;
		}
	.hor th {
		border-bottom:2px solid #ccc;
		padding: 6px 6px;
		}
	.hor td {
		border-bottom:1px solid #ccc;
		padding:6px 8px;
		}
		
	.hor-ver {
		border-collapse:collapse;
		text-align:left;
		margin-bottom: 24px;
	}
	.hor-ver td, .hor-ver th {
		border: 1px solid #ccc;
		padding: 6px 8px;
	}
	.hor-ver tr:first-child th {
		border-top: 0;
	}
	.hor-ver tr:first-child td {
		border-top: 0;
	}
	.hor-ver th {
		border-bottom:2px solid #ccc;
		vertical-align: middle;
		font-weight: bold;
	}
	.hor-ver tr:last-child td {
		border-bottom: 0;
	}
	.hor-ver tr td:first-child,
	.hor-ver th:first-child {
		border-left: 0;
	}
	.hor-ver tr td:last-child,
	.hor-ver tr th:last-child {
		border-right: 0;
	}
	.hor-ver td, .hor-ver tr{
		text-align: left;
		vertical-align: middle;
	} 
	
	
	.hor-ver-dotted {
		border-collapse:collapse;
		text-align:left;
		margin-bottom: 12px;
		border: 12px solid white;
	}
	.hor-ver-dotted td, .hor-ver-dotted th {
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
		border-left: 1px dashed #555;
		border-right: 1px dashed #555;
		padding: 6px 8px;
	}
	.hor-ver-dotted tr:first-child th {
		border-top: 0;
	}
	.hor-ver-dotted tr:first-child td {
		border-top: 0;
	}
	.hor-ver-dotted th {
		border-bottom:2px solid #555;
		vertical-align: middle;
		font-weight: bold;
	}
	.hor-ver-dotted tr:last-child td {
		border-bottom: 0;
	}
	.hor-ver-dotted tr td:first-child,
	.hor-ver-dotted th:first-child {
		border-left: 0;
	}
	.hor-ver-dotted tr td:last-child,
	.hor-ver-dotted tr th:last-child {
		border-right: 0;
	}
	.hor-ver-dotted td, .hor-ver-dotted tr{
		text-align: left;
		vertical-align: middle;
	} 
	
	
	
	/* footer */
	
	#footer-grid {
		display: table;
		vertical-align: middle;
		width: 100%;
		height: 120px;
	}
	
	.footer-row {
		display: table-row;
		width: 100%;
		height: 120px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		
		}
	.footer-column {
		display: table-cell;
		width: 33%;
	  vertical-align: middle;
	}
	
	.footer-cell {
	  text-align: center;
		width: 100%;
	}
	
	.footer-cell-left {
	  font-size: 30px;
	  line-height: 120%;
	}
	.sidebar-inner-box-right {
	  text-align: left;
	  float: right;
	}
	.footer-cell a:link {
		color: #ADACAC !important;
	}
	
	.footer-cell a:visited {
		color: #ADACAC !important;
	}
	
	.footer-cell a:hover {
		color: #F9F8F8 !important;
	}
	
	.footer-cell  a:focus {
		color: #F9F8F8 !important;
	}
	
	/* table of contents */
	.table-of-contents {
		margin-left: 0px !important; 
		padding-left: 0px !important; 
	}
	.table-of-contents li {
		margin: 0px; 
		padding: 0px; 
	}
	
	/* unstyled list */
	.egf-list > ul {
		padding-left: 0px !important;
		margin-left: 0px !important;
	}

	.egf-list > ul > li {
		font-weight: bold;
		list-style-type: none;
		font-size: 17px;
		padding-bottom: 10px; 
	}

	.egf-list > ul > li > ul {
		padding-top: 10px; 
	}

	.egf-list > ul > li > ul > li {
		list-style-type: disc;
		font-size: 14px;
		font-weight: normal;
	}
	
	
	table.thin-black-lines {
		border-spacing: 0px;
		border-width: 0px;
		border-style: solid;
		border-collapse: collapse;
		border-color: #333;
		background-color: white;
	}
	
	table.thin-black-lines td {
		border:solid 1px;
		padding: 6px;
		border-color: #333;
		background-color: white;
	}
	
	
	
	
	
	
	

	table.blueblue {
	border-spacing: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #caf0fe;
	border-collapse:separate;
    border-radius:6px;
    -moz-border-radius:6px;
	background-color:#caf0fe;
	/*background-color:#ff7f00; */
	
	/* background-color: #faf9fa9; */
	}
	
	table.blueblue td {
		border-left:solid 1px;
		border-top:solid 1px;
		padding: 14px;
		border-color: #caf0fe;
		/* background-color: #faf9fa9; */
	}

	table.blueblue td:first-child {
		 border-left: none;
	}

	table.blueblue tr:first-child td { border-top: none; }

	table.blueblue tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; }
	table.blueblue tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0; }

	table.blueblue tr:first-child td:first-child { -moz-border-radius: 6px 0 0 0; }
	table.blueblue tr:first-child td:last-child { -moz-border-radius: 0 6px 0 0; }
	
.icon-profile {
  display: inline-block;
  width: 22px;
  height: 17px;
  background-size: cover;
  vertical-align: middle;
  align: middle;
}
	
.icon-profile {
  background-image: url(https://eurogofed.org/pics/icons/profile.svg);
}
.icon-profile:hover,
.icon-profile:focus {
  background-image: url(https://eurogofed.org/pics/icons/profile-hover.svg);
}



.standings>tbody>tr>td, .standings>thead>tr>th {
	text-align: center;
	font-size: 10pt;
}

.standings>tbody>tr td:first-child, .standings>thead>tr th:first-child{
	text-align: left;
}

.standings>tbody>tr td:last-child{
	font-weight: bold;
}


.announcement-bar {
  height: 0.4rem !important;
  background-color: #D98719;
  width: 100%;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  hyphens: auto;
}