/* set a max-width for horizontal fluid layout and make it centered */
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  margin-bottom: 5em;
}

body {
	font-size: 18px;
	line-height: 30px;
}

/* popover */
.popover-title,
.popover-content {
	font-size: 18px;
}
.popover-content table {
    border-spacing: 0.5em;
    border-collapse: separate;    
}
.popover-content table tr {
  vertical-align: top;
  text-align: left;
}
.popover-content table td:first-child {
  text-align: right;
}

/* Ekzercoj */
.has-error input {
  background: #f0f0f0;
}

.fixed {
    position: fixed;
}

#logo {
	margin: 0;
	padding: 0;
}

.jumbotron ul {
	margin: 0;
	margin-top: 2em;
  padding: 0;
  list-style-type: none;
}
.jumbotron li {
	display: inline-block;
	padding: 0.2em;
}

#eksporto {
	float: right;
  margin-top: 1em;
}
div[dir="rtl"] #eksporto {
	float: left;
}
img.leciona {
  float: right;
	width: 50%;
	margin-left: 1em;
}
ul.pager {
  clear: both;
	padding-top: 1em;
}
