*:focus { outline: none !important; }

.desc { margin-bottom: 24px; }

.row { margin-bottom: 24px; }


.idopont {
    margin-bottom: 5px;

    color: #337ab7;
    text-align: center;
    cursor: pointer;
}
.idopont.selected { text-decoration: underline; font-weight: bold; }

.foglalas-container {
    overflow: hidden;
    max-height: 0;

    -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
       -ms-transition: all 0.5s ease;
         transition: all 0.5s ease;
}
.foglalas-container.show { max-height: 1024px; }

.badge { background-color: red; }