.navbar-brand {
  font-size: 18px !important;
}

.h1_home {
  font-size: 50px !important;
}

.navbar-toggle {
  margin: 0;
  padding: 0 21px 0 0;
}

u {
  text-decoration-style: dotted;
  cursor: pointer;
}

.login-form::before {
  content: inherit;
}

.checkbox input{
  display: block;
  margin-top: 2px;
}

a {
  font-weight: bold;
}

.footer-banner a {
  text-decoration: none;
}

.hearth {
  color: #e74c3c;
}
.content-section-b .well {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}

.panel {
  border-radius: 0;
  border: 0;
}

.panel-heading {
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.panel-section-c .panel-heading {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #fff;
}

.panel .table td {
  padding: 20px;
}

.sponsor-space {
  margin-bottom: 30px;
  margin-top: 30px;
}

.talks-table {
  margin-bottom: 120px;
}

.talks-table thead tr th {
  background-color: #34495e;
  color: white;
  text-align: center;
}

.talks-table .talk .abstract {
  margin-top: 15px;
  margin-bottom: 15px;
}

.talks-table .talk .actions {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.talks-table .talk .status {
  margin-bottom: 1em;
}

.talk-widget .abstract {
  text-align: justify;
}

.user-widget {
  margin-top: 30px;
}

.user-widget-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #fff;
  padding: 20px;
}

.user-widget-header .img-rounded {
  border-radius: 200px;
}

.user-widget-header .name {
  font-weight: bold;
}

.user-widget-body {
  background-color: #f8f8f8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.user-widget-body .table tr td {
  border-top: 1px solid #ecf0f1;
}

.sponsor-space {
  text-align: center;
  margin: 50px 0;
}

a.sponsor {
  display: inline-block;
  background-image: url("../img/sponsors/2016.png");
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden;
  width: 303px;
  height: 100px;
  border: 0;
  text-decoration: none;
  opacity: 1;
  margin: 0 20px 20px 20px;
}

.sponsor.sysdivision {
  background-position: 13px 8px;
}

.sponsor.soysuper {
  background-image: url("../img/sponsors/soysuper.png");
  height: 140px;
}

.sponsor.capside {
  background-position: 13px -204px;
}

.sponsor.ascii164 {
  background-image: url("../img/sponsors/ascii164.png");
  height: 128px;
  background-position: 86px 0;
}

.sponsor.booking {
  background-image: url("../img/sponsors/booking.png");
  background-position: 0 14px;
}

.sponsor.vintegris {
  background-image: url("../img/sponsors/vintegris.png");
  background-position: 4px 0;
}

#htmltagcloud {
  margin-top: 30px;
  line-height: 4 !important;
}

#htmltagcloud span {
  background-color: #48c9b0;
  border-color: #48c9b0;
  margin: 0 10px;
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

#htmltagcloud span a{
  color: #fff;
}
/*~------------------------------------------------------------------*/
/* Timetable colours                                                 */
/*~------------------------------------------------------------------*/
.table-schedule {
  margin-top: 30px;
  margin-bottom: 60px;
  background-color: #ecf0f1;
}
.table-schedule th {
  text-align: center;
  font-size: 1.2em;
}
.table-schedule td {
  text-align: center;
  border-top: 1px solid #fff !important;
}
.table-schedule td.header {
  padding-top: 0;
  width: 0;
}
.table-schedule a {
  color: #fff;
}
.table-schedule .min50 {
  padding-bottom: 2em;
  padding-top: 2em;
}
.table-schedule .min90 {
  padding-bottom: 3em;
  padding-top: 3em;
}
.table-schedule .min180 {
  padding-bottom: 5em;
  padding-top: 5em;
}
.venue {
  background-color: #48c9b0;
}
.out {
  background-color: #48c9b0;
}
.r1 {
  border-right: 1px solid #fff !important;
  background-color: #34495e;
  color: #fff;
}
.r2 {
  background-color: #34495e;
  color: #fff;
}
