/*******************************************************
========================================================

	ISEZ PAN v.0.1
	@karolinaszczur

	1. Base styles
	2. Page styles
		2.1 Main
		2.2 Dyrekcja

========================================================
*******************************************************/


/*******************************************************

	1. Base styles 

*******************************************************/

*, *:after, *:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background: #fff;
	font: .8em/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	text-rendering: optimizeLegibility;
}

p {
	font: 1.2em/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

h1, h2, h3, h4, h5 {
	color: #000;
	font-family: "source-sans-pro", sans-serif;
}

h1 {
	font-size: 1.8em;
	line-height: 1.4em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.4em;
	line-height: 1em;
}

h4 {
	font-size: 1.2em;
	color: #555;
}

a {
	color: #02676d;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	color: #0c979f;
}

.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

ol {
	margin: 20px 0;
}

.content ul li {
	font-size: 1.1em;
	line-height: 1.7em;
}

hr {
	height: 1px;
	border: 0;
	background: rgba(0, 0, 0, .1);
}

.column {
	float: left;
	width: 50%;
}

dl dd {
	margin: 0;
}

/* Clearfix */

.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}

.cf:after {
    clear: both;
}

/* For IE 6/7 only */
.cf {
    *zoom: 1;
}

/* Header */

header {
	margin: 0 0 30px 0;
	height: 350px;
	position: relative;
	background: url(../img/banner.jpg) no-repeat;
	background-position: top center;
}

header ul {
	margin: 0;
	padding: 0;
}

h1 {
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: right;
	line-height: 1.2em;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/* Logo */

.logo-container {
	width: 300px;
	top: 35px;
	padding: 90px 0 10px 0;
	position: relative;
	background: white;
	text-align: center;
}

.logo-container h2 {
	font-size: 1.5em;
	font-family: "source-sans-pro", sans-serif;
}

.logo-container h4 {
	color: rgba(0, 0, 0, .4);
}

.logo {
	display: block;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -55px;
	background: url(../img/logo_isez.png) no-repeat;
	height: 57px;
	width: 120px;
}

/* Forms */

button {
	border: 0;
	height: 35px;
	background: #02676d;
	padding: 0 10px;
	color: white;
	font: bold 1em "source-sans-pro", sans-serif;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

button:hover {
	background: #0c979f;
}

button.secondary {
	background: rgba(0,0,0,.5);
}

button.secondary:hover {
	background: black;
}

label {
	display: inline-block;
	color: #000;
	font-size: 1.2em;
	font-family: "source-sans-pro", sans-serif;
}

input[type=text] {
	height: 35px;
	padding: 0 10px;
	border: 1px solid rgba(0,0,0,.1);
}

input[type=text]:focus {
	border: 1px solid #0c979f;
	outline: 0;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

input[type=text], select {
	-webkit-appareance: none;
}

.search-container {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	background: white;
}

.search-container input {
	margin-right: 5px;
	width: 230px;
}

.search-container button {
	border: 0;
	width: 80px;
	background: #02676d;
	padding: 0 10px;
	color: white;
	font: bold 1em "source-sans-pro", sans-serif;
}

/* Main navigation */ 

.top-bar {
	height: 50px;
	line-height: 50px;
	background: black;
	width: 100%;
}

.top-bar ul {
	list-style-type: none;
}

.top-bar > ul { 
	width: 100%;
	margin: 0; 
	padding: 0;
	display: inline-block; 
}

.top-bar ul > li { 
	float: left;
}

.top-bar ul:first-child > li:nth-child(7) > a {
	background: #CC4601;
}

.top-bar ul:first-child > li:nth-child(7) > a:hover {
	background: #FF5702;
}

.top-bar ul > li a:not(.button), .top-bar ul > li a { 
	color: white; 
	display: block; 
	font: bold 1em "source-sans-pro", sans-serif;
	height: 50px; 
	line-height: 50px; 
	padding: 0 15px; 
	text-decoration: none;
	text-transform: uppercase;
}

.top-bar ul > li:hover, .top-bar ul > li.active { 
	background: #333; 
}

.top-bar ul > li:hover a, .top-bar ul > li.active a { 
	color: white; 
}

.top-bar ul > li.toggle-topbar { 
	display: none; 
}

.top-bar ul > li.has-dropdown { 
	position: relative;
}

.top-bar ul > li.has-dropdown:hover > .dropdown { 
	display: block; 
	visibility: visible; 
}

.top-bar ul > li.has-dropdown a { 
	padding-right: 33.75px; 
}

.top-bar ul > li.has-dropdown a:after { 
	content: ""; 
	display: block; 
	width: 0; 
	height: 0; 
	border: solid 5px; 
	border-color: #fff transparent transparent transparent; 
	margin-right: 15px; 
	margin-top: -2.5px; 
	position: absolute; 
	right: 0; 
	top: 50%; 
}

.top-bar ul > li.has-dropdown .dropdown { 
	background: #333; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	visibility: hidden; 
	z-index: 99; 
}

.top-bar ul > li.has-dropdown .dropdown li { 
	background: #333; 
	line-height: 2.5; 
	min-width: 100%; 
}

.top-bar ul > li.has-dropdown .dropdown li a { 
	color: rgba(255, 255, 255, .7); 
	font-weight: normal; 
	height: 100%; 
	line-height: 2.5em; 
	padding: 0 17px 0 15px; 
	white-space: nowrap; 
}

.top-bar ul > li.has-dropdown .dropdown li a:after { 
	border: none; 
}

.top-bar ul > li.has-dropdown .dropdown li a:hover { 
	background: #444; 
	color: white; 
}

.top-bar ul > li.has-dropdown .dropdown li label { 
	color: #6f6f6f; 
	font-size: 10px; 
	font-weight: bold; 
	margin: 0; 
	padding-left: 15px; 
	text-transform: uppercase; 
}

.top-bar ul > li.has-dropdown .dropdown li.divider { 
	border-top: solid 1px black; 
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; 
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; 
	height: 10px; 
	padding: 0; 
	width: 100%; 
}

.top-bar ul > li.has-dropdown .dropdown li.active a { 
	background: black; 
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { 
	padding-right: 30px; 
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { 
	border: none; 
	content: "\00bb"; 
	right: 5px; 
	top: 1px; 
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { 
	position: absolute; 
	left: 100%; 
	top: 0;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown { 
	display: block; 
}

.top-bar .pracownicy {
	float: right;
}

.top-bar .pracownicy > a {
	background-image: url(../img/sprite.png);
	background-position: 9px 18px;
}	

/* Footer */ 

footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 50px;
	padding: 30px 0;
	background: #f2f2f2;
}

footer p,
footer a,
footer h3 {
	font: normal .9em "source-sans-pro", sans-serif;
}

footer h3 > a {
	font-size: 1em;
}

footer p {
	color: #777;
	margin: 0;
	float: left;
	display: inline;
}

footer p:last-child {
	float: right;
	margin: 0;
}

footer nav {
	margin-bottom: 50px;
}

footer ul {
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	width: 140px;
}

footer ul:first-child {
	padding: 0;
}

footer li {
	padding: 0 0 5px 0;
	list-style-type: none;
}

footer li h3,
footer li h3 a {
	font-weight: bold;
}

footer .internal-links {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 25px 0;
	margin: 0 0 25px 0;
}

footer .internal-links h3 {
	margin: 0;
}

footer .internal-links ul li {
	float: left;
	padding: 0 20px 0 0;
	line-height: 14px;
}

footer .internal-links ul {
	width: auto;
	float: none;
}

/* Vcard */

.vcard p {
	margin: 0;
}

/* Buttons */

.button {
	display: inline-block;
	padding: 10px 20px;
	background: black;
	font: bold 1em "source-sans-pro", sans-serif;
	text-transform: uppercase;
	color: white;
}

.button:hover, .button:active {
	color: #ddd;
	background: #333;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

/* Tabs */

.hidden {
	display: none;
}

.shown {
	display: block;
}

.tabs.horizontal {
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.tabs.horizontal li {
	list-style-type: none;
}

.tabs.horizontal li,
.tabs.hortizontal a {
	display: inline-block;
}

.tabs.horizontal li a {
	padding: 10px 20px;
	margin-right: 10px;
	display: inline-block;
	list-style-type: none;
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(0, 0, 0, .1);
	font: bold .8em "source-sans-pro", sans-serif;
	text-transform: uppercase;
	background-color: white;
}

.tabs.horizontal li a.active {
	position: relative;
	left: 0;
	top: 1px;
}

/* Accordion */ 

.accordion {
	margin: 30px 0 50px 0;
}

.accordion dl {
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.accordion a span {
	float: right;
	position: relative;
}

.accordion a span:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.accordion a.closed span:after {
	top: 8px;	
}

.accordion a.open span:after {
	bottom: -10px;
}

.accordion a.open span:after {
	border-bottom-color: #02676d;
}

.accordion a.closed span:after {
	border-top-color: #02676d;
}

.accordion a span:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 8px;
	left: -10px;
	margin-left: -8px;
}

.accordion dd {
	margin: 0;
}

/*******************************************************

	2. Page styles 

*******************************************************/

/* Main site */

.glowna .panel.small,
.media .panel.small {
	float: left;
	width: 320px;
	height: 410px;
	margin-left: 20px;
}

.glowna .panel.small {
	height: 320px;
}

.glowna .panel.full {
	margin: 60px 0;
}

.glowna .panel a {
	display: inline;
}

.panel-container {
	margin: 60px 0;
}

.panel {
	background: #f5f5f6;
}

.panel a {
	display: block;
}

.panel.full {
	width: 940px;
	padding: 30px;
}

.panel.small.gallery {
	padding: 20px;
	width: 150px;
/*	min-height: 265px;*/
	float: left;
	margin: 0 0 20px 20px;
}

.panel.small.gallery.nodesc {
	min-height: auto;
}

.panel.small.gallery.nomargin {
	margin-left: 0;
}

.panel h3,
.panel h4 {
	margin-top: 0;
}

.panel.small:first-child {
	margin: 0;
}

.panel .desc {
	padding: 15px 30px;
}

.panel.small.gallery .desc {
	padding: 0 0 10px 0; 
}

.media .panel .desc p,
.glowna .panel .desc p {
	font-size: .9em;
}

.panel .desc p {
	margin-bottom: 0;
	line-height: 1.5em;
}

.content .panel.gallery .desc p {
	line-height: 1.3em;
}

.glowna p {
	font-size: 1.3em;
}

/* Dyrekcja */

.dyrekcja .vcard,
.administracja .vcard {
	float: left;
	width: 500px;
}

.administracja .row {
	margin: 0 0 30px 0;
}

.administracja h3 {
	margin: 0 0 15px 0;
}

/* Pracownicy */

.pracownicy table thead tr {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pracownicy table thead td {
	font-weight: bold;
	text-transform: uppercase;
}

.pracownicy table tr:nth-child(even) {
	background: #f5f5f6;
}

.pracownicy table td {
	width: 220px;
	padding: 5px 15px;
}

.pracownicy table td:nth-child(2) {
	width: 160px;
}

.pracownicy table td:last-child {
	width: 280px;
}

.pracownicy h3 {
	margin-bottom: 50px;
}

.pracownicy h3:last-of-type {
	margin: 30px 0 20px 0;
}

/* Rada */

.rada table td {
	width: 500px;
}

/* Historia */

.historia p {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.historia p:last-child {
	border: none;
}

/* Media */

.media section .backtotop {
	margin: 0 0 0 10px;
	font: .8em "source-sans-pro", sans-serif;
	text-transform: uppercase;
}

.media section h3 {
	margin-bottom: 0;
}

.media section .backtotop {
	margin: 0 0 30px 0;
}

.media .panel.small {
	height: 290px;
	margin-bottom: 15px;
}

.media section .panel.nomargin {
	margin-left: 0;
}

.media .panel a,
.panel.small.gallery a {
	position: relative;
}

.media .panel a:hover:after,
.panel.small.gallery a:hover:after {
	position: absolute;
	display: inline-block;
	content: "Kliknij aby powiększyć";
	background: black;
	color: white;
	font-family: "source-sans-pro";
	text-transform: uppercase;
}

.media .panel a:hover:after {
	top: 65px;
	left: 65px;
	padding: 5px 10px;
}

.panel.small.gallery a:hover:after {
	top: 60px;
	left: 13px;
	padding: 5px 10px;
	font-size: .7em;
}

.media .panel a:hover > img,
.panel.small.gallery a:hover > img {
	opacity: .2;
	transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
}

/* Kontakt */

.kontakt .left {
	float: left;
	width: 500px;
}

.kontakt .left p {
	margin: 0;
}

.kontakt iframe {
	margin-top: 50px;
}

/* Zbiory */

.zbiory .vcard {
	float: left;
	width: 350px;
	margin: 0 70px 20px 0;
}

/* Zakłady */

.wrapper aside,
.wrapper .content {
	float: left;
}

.wrapper.azc aside {
	width: 200px;
}

.wrapper aside {
	width: 270px;
	padding-right: 30px;
}

.wrapper.azc .content {
	width: 699px;
}

.wrapper.azc .content.full {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.wrapper .content {
	padding-left: 50px;
	margin-left: 20px;
	width: 630px;
}

.zaklady .content h3 {
	margin: 30px 0;
	font: 1.4em/1.6em "skolar", sans-serif;
}

.zaklady .content p {
	line-height: 1.8em;
}

.zaklady aside ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.zaklady.biblioteka aside ul li {
	padding: 5px;
}

.zaklady aside ul li {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.zaklady aside ul a.active {
	padding: 10px;
	background: #f2f2f2;
}

.zaklady aside ul li.active a,
.zaklady aside ul a.active {
	color: #0099a2;
}

.zaklady aside ul li.active:first-child {
	border: none;
}

.zaklady aside h3 {
	margin: 40px 0 20px 0;
}

.zaklady aside a {
	display: block;
	padding: 10px 0;
	font: bold .9em "source-sans-pro";
	position: relative;
}

.zaklady aside .panel {
	padding: 20px;
	word-wrap: break-word;
}

.zaklady aside .panel h3 {
	margin: 0 0 20px 0;
}

.panel.muzeum a {
	font-size: .8em;
}

/* Muzeum */

.zaklady .muzeum h4 {
	margin: 0;
}

.zaklady .muzeum h3 {
	margin-bottom: 0;
}

.zaklady .muzeum ul {
	margin: 30px 0;
}

/* Pracownicy */

.pracownik h2 {
	margin-bottom: 0;
}

.pracownik h3 {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin: 20px 0 10px 0;
	padding-top: 20px;
}

.pracownik p {
	margin-top: 0;
}

.pracownik ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.pracownik ul li {
	padding-bottom: 15px;
}

.pracownik ul li:last-child {
	padding: 0;
}

/* Publikacje */

.publikacje aside h3 {
	margin-top: 25px;
}

/* Monografie */

.monografie .content h3 {
	margin: 20px 0;
}

.monografie hr {
	margin-top: 20px;
}

.monografie ol p {
	margin: 0;
}

.monografie ol li {
	padding-bottom: 15px;
}

.monografie dl {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.monografie dd {
	font-style: italic;
}

.monografie .publication img {
	float: left;
	margin: 20px 20px 0 0;
}

.monografie .publication strong {
	display: block;
	margin-bottom: 20px;
}

.monografie .publication h3 {
	margin-bottom: 0;
}

.monografie .publication p:first-of-type {
	margin-top: 0;
	font-style: italic;
}

.monografie .publication {
	overflow: hidden;
	min-height: 180px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);	
}

.monografie .label {
	display: inline-block;
	padding: 2px 5px;
	margin: -5px 0 0 5px;
	background: #ed4e4e;
	color: white;
	font: .8em "source-sans-pro", sans-serif;
	text-align: center;
	text-transform: uppercase;
}

/* Ksiazki */

.ksiazki aside li:first-child {
	border-top: 0;
}

.ksiazki .year h4{
	margin: 5px 0;
}

.ksiazki h2 {
	margin-bottom: 0;
}

.ksiazki .content h3 {
	margin-top: 0;
}

.ksiazki img {
	margin-bottom: 20px;
}

/* AZC */

.panel.issue {
	padding: 20px;
}

.panel.issue .current, 
.panel.issue .desc {
	float: left;
}

.panel.issue .current {
	width: 200px;
	padding-right: 30px;
	text-align: center;
}

.panel.issue .current a {
	font: bold .8em "source-sans-pro", sans-serif;
	text-transform: uppercase;
}

.panel.issue .current .button {
	margin-bottom: 30px;
}

.panel.issue .current .ebsco {
	margin: 50px 0 0 0;
}

.panel.issue .current p {
	margin: 0;
}

.panel.issue .desc {
	width: 730px;
	padding: 0;
}

.panel.issue h3 {
	margin: 0 0 20px 0;
}

.panel.issue ol {
	padding: 0 0 0 30px;
	margin: 0;
}

.panel.issue ol li {
	padding-bottom: 20px;
}

.azc .content ol {
	margin: 30px 0;
}

.azc .content .names li {
	padding: 0 0 10px 0;
}

.azc .content .names li strong {
	display: block;
}

.azc .single-issue dl {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.azc .single-issue dd {
	margin: 0;
}

.azc .single-issue dl:last-of-type {
	border: none;
}

.azc .tabs h5 {
	margin: 10px 0;
}

/* Lightbox */

#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 10px;
}

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
  background: url(../img/prev.png) left 48% no-repeat;
}

.lb-next:hover {
  background: url(../img/next.png) right 48% no-repeat;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}

/* Databases */

.databases .search {
	width: 40%;
	margin: 50px auto 0;
}

.databases dd, .databases h4 {
	margin: 0;
}

.databases h3 {
	margin-top: 0;
}

.databases dl {
	margin-bottom: 0;
}

.databases .column {
	float: left;
	width: 45%;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	height: 170px;
}

.databases .column:first-of-type {
	margin-right: 20px;
}

.databases p:last-of-type {
	clear: both;
}

.databases .row {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}

.databases .row:last-of-type {
	border: none;
}

.databases select {
	width: 185px;
	margin-top: 7px;
}

.databases select, 
.databases input {
	float: right;
}

.databases label {
	float: left;
}

.pagination,
.no-results {
	text-align: center;
}

.no-results {
	margin: 0;
}

.pagination {
	padding: 0;
	margin-bottom: 30px;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	display: block;
	border-radius: 3px;
	padding: 1px 5px;
	font-weight: normal;
}

.pagination li a:hover {
	background: #EBFEFF;
}

.pagination .current {
	color: black;
	cursor: not-allowed;
}

.pagination .current:hover {
	background: none;
}

.search-results {
	margin: 0 auto;
	width: 60%;
	counter-reset: counting;
}

.result {
	margin: 0;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.1);
	counter-increment: counting;
}

.result:before {
	content: counter(counting);
	display: block;
	position: absolute;
	top: 50%;
	left: -50px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #aaa;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 50px;
	margin-top: -15px;
}

.result:last-of-type {
	border: none;
}

.result p {
	margin: 0;
}

.result dd {
	margin: 0;
	overflow: hidden;
}

.result dd p {
	float: left;
	width: auto;
	font-size: 12px;
}

.result dd p:first-of-type {
	margin-right: 20px;
}

.databases table {
	min-width: 500px;
	max-width: 650px;
	border: 1px solid #ddd;
}

.databases table h3 {
	margin: 0;
}

.databases table td {
	padding: 10px;
}


.databases table thead tr:last-of-type {
	color: rgba(0,0,0,.4);
}

.databases table tr {
	border-bottom: 1px solid #ddd;
}

.databases table tr:nth-child(even) {
	background: none;
}

.databases table tbody tr td:first-of-type {
	border-right: 1px solid #ddd;
	width: 150px;
	font-weight: bold;
}