.Conference .conference-ticket h2 {
    margin: 0;
    padding: 0 0 1em 0;
}

.Conference .ticketSelect
{
    border: 1px solid rgba(0, 0, 0, 0.31);
    border-radius: 4px;
    margin-top: 20px;
    padding: 15px;
}

.Conference .ticketSelect p
{
    margin-top: 15px;
}

.Conference .ticketSelect {
    margin-bottom: 40px;
}

.Conference .ticketType {
    margin-right: -19px;
    margin-top: 9px;
}

.Conference .noTickets {
    margin-bottom: 30px;
}

.Conference .input-error {
    color: #F15D22;
}

.Conference .input-error input {
    color: #F15D22;
    border: 1px solid #F15D22;
}

.Conference .input-error select {
    border: 1px solid #F15D22;
    color: #F15D22;
}

.Conference .continueButton {
   float: right;
}

.Conference .remove {
    margin-right: 16px;
}
.Conference .remove span {
    cursor: pointer;
}
.Conference p {
    font-weight: bold;
}
@keyframes growdown {
    0%   {height:0}
    100% {height:100px}
}
.Conference .grow:last-of-type {
    /* background-color: red;  */
    animation-name: growdown;
    animation-duration: .5s;
    animation-iteration-count: 1;
    display:block;
    overflow-y: hidden;
}
