h1, h2, h3, h4, h5, h6 { text-transform: none; }

ul.collapsible { list-style-type: none; list-style: none; margin: 0px; padding: 0px; }
ul.collapsible > li { margin: 0px; }
button.toggler { 
	font-family:inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color:inherit;
    border: none;
    background-image: none;
    background-color: transparent;
    text-decoration: none;
    display: block;
    padding: 0px 0px 0px 20px;
    margin: 0;
    text-align: left;
    width: auto; /* Does the trigger need to be width of wrapper or just of text? */
    min-width: auto;
    cursor: pointer;
	}

.collapsed:focus, .expanded:focus { /*border: 1px solid #039; -moz-box-shadow: 0 0 5px #039; -webkit-box-shadow: 0 0 5px #039; box-shadow: 0px 0px 5px #039; */}
.collapsed, .expanded { cursor: pointer; overflow: hidden !important; margin-bottom:10px !important; }
.collapsible-content { margin-left: 20px; overflow: hidden !important;}
dt.collapsed, dt.expanded { padding-left: 0px; margin-left: 0px; }
dd.collapsible-content { margin:15px 0px 25px 0px }
.collapsed { background: #ffffff url("//www.united.com/web/format/img/plusBlue.gif") no-repeat left center; }
.expanded { background: #ffffff url("//www.united.com/web/format/img/minusBlue.gif") no-repeat left center;}