﻿.company-list,
.glossary-list {
    margin-top: 30px;
}
.company-list .company,
.glossary-list .term {
    max-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.company-list .company.expand,
.glossary-list .term.expand {
    max-height: 100%;
}
.company-list .company h3,
.glossary-list .term h3 {
    margin-bottom: 10px;
    cursor: pointer;
	text-decoration: underline;
    color: #f56624;
}
.company-list .company p,
.glossary-list .term p {
    margin-bottom: 12px;
}
.glossary-list .term p {
    margin-bottom: 12px;
    padding: 0 20px;
}
.company-list .company .company-detail {
    padding-bottom: 14px;
    padding-left: 10px;
}
.tabs .question .answer {
    max-height: 0;
    overflow: hidden;
}
.tabs .question.expand .answer {
    max-height: 100%;
}