﻿@import "attendeeinfo.css";

    @media (min-width: 768px) {
        .modal-dialog

{
            width:inherit!important;
    max-width: 900px!important;
    margin: 30px auto;
}

}
    #regnow {
        display: none;
    }

    body {
    }

    .double {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .double li {
            list-style-type: none;
            float: left;
            width: 50%;
        }

    .first_col {
        clear: left;
    }


    table.pricetable tr td {
        padding-right: 20px;
        padding-bottom: 5px;
        width: 400px;
        vertical-align: top;
    }


    .accordionknow {
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        /*background-color: #e8eaeb;*/
        background-color: transparent;
        /*color: #E5392D;*/
        transition: 0.4s;
        position: relative;
    }

        .accordionknow span.desc {
            color: #337ab7;
            font-weight: 700;
            font-size: 20px;
            padding: 10px;
        }

        .accordionknow p {
            width: 90%;
            font-style: italic;
        }

        .activeaccordian, .accordionknow:hover {
            /*background-color: #ccc;*/
            text-decoration: underline;
        }

    .contentpan {
        padding: 0;
        background-color: transparent;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    /*#desc
{
    padding:10px;
    margin-left:10px;
}*/

    #child:after {
        content: ' +';
        color: #6179B8;
        font-size: 30px;
        font-weight: 700;
        float: left;
        position: absolute;
        left: 10px;
        top: 15px;
    }

    #child.change:after {
        content: ' -';
        color: #6179B8;
        font-size: 20px;
        font-weight: 700;
        float: left
    }
