a:hover,a:active,a:link,a:visited,a:active {
	color: inherit;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: #00A8D2;
}
p{
	margin: 20px 0;
}
b, strong{
	font-weight: 600;
}

h4 { font-weight: bold; }

h1{
	color: #00A8D2;
	font-weight: 400;
	font-size: 2.2em;
	text-align: center;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}
h2{
	font-weight: 300;
	font-size: 1.4em;
	text-align: center;
	background: #F8F8F8;
	padding: 10px;
	margin: 30px 0 0 0;
	color: #6F6F6F;
	letter-spacing: 1px;
	border-bottom: 1px dotted #C1F2FF;
}

.alignleft{
	float: left;
	text-align: left;
	margin: 0 20px 10px 0;
}
.alignright{
	float: right;
	text-align: right;
	margin: 0 0 10px 20px;
}

.center { text-align: center; }

.aligncenter {
	text-align: center;
        margin: 0 auto;
        display: block;
}

.indent{
	text-indent: 2em;
}

.justuj { text-align: justify; }

.glyphicon { cursor: pointer; }

.niebieski { color: #00A8D2; }
.pomaranczowy { color: #FF6600; }
.szary { color: #333333; }
.czerwony { color: #FB3831; }
.zielony { color: #18A14F; }

.white-bg {
    background: white;
}

.overflow {
    overflow-y: auto;
    overflow-x: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


table {
border-collapse: collapse; }

table, table tr, table th, table td {
    border: 0px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

#cookies-message-container {
	opacity: 0.95;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	background-color: #FF9F22;
	width: 100%;
	z-index: 99999;
	color: white;
	font-family: Verdana;
	font-size: 1em;
}

#accept-cookies-checkbox {
	background-color: white;
	color: #FF9F22;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
}
