.info-section {
    text-align: left;
    margin: 40px 0;
}

.info-section h3 {
    font-size: 18px;
    margin: 40px 0 15px 10px;
}

.info-section h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.info-section p {
    margin: 15px 0 15px 40px;
}

.info-section ol {
    list-style-position: inside;
    margin-left: 40px;
    padding: 0;
}

.info-section ol > li {
    font-weight: bold;
}

.info-section ul {
    list-style-position: outside;
    list-style-type: disc;
}

.info-section > ul {
    list-style-position: inside;
    margin-left: 40px;
    padding: 0;
}

.info-section ul > li {
    font-weight: normal;
}

.info-section img {
    border: none;
}

table.info-services {
    border-collapse: collapse;
    margin-left: 40px;
    width: auto;
}

table.info-services td {
    border-style: solid;
    border-color: #666;
}

table.info-services ul {
    list-style-position: inside;
    margin: 5px;
    padding: 0;
}

td.info-topleft {
    border-width: 0 1px 1px 0;
    padding: 0 10px 10px 0;
}

td.info-topright {
    border-width: 0 0 1px 0;
    padding: 0 10px 0 10px;
}

td.info-bottomleft {
    border-width: 0 1px 0 0;
    padding: 10px 10px 0 0;
}

td.info-bottomright {
    padding: 10px 0 0 10px;
}

table.info-prices {
    border: 1px solid #FF8D59;
    border-collapse: collapse;
    margin-left: 40px;
    width: 100%;
}

table.info-prices th {
    background-color: #FF8D59;
    color: #FFF;
    padding: 5px;
}

table.info-prices td {
    border-bottom: 1px solid #FF8D59;
    padding: 5px;
}

.info-col-services {
    width: 70%;
}

.info-col-prices {
    width: 30%;
}

.info-menu {
}

.info-menu-item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #3F8BEC;
    float: left;
    height: 30px;
    margin-right: 20px;
    line-height: 30px;
    position: relative;
    width: 110px;
    text-align: center;
}

.info-menu-item a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-decoration: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.info-events {
    text-align: left;
    margin-bottom: 40px;
}

table.info-events {
    width: 100%;
    margin-left: 30px;
}

table.info-events td {
    border-bottom: 1px solid #666;
    padding: 10px;
    vertical-align: middle;
}

table.info-events img {
    height: 60px;
    /*width: 60px;*/
}

.info-events-date {
    font-size: 15px;
    vertical-align: middle;
    white-space: nowrap;
}

table.info-partners td {
    padding: 10px;
    vertical-align: middle;    
}

.info-mobile-section {
    margin: 25px 0 25px 25px;
}

table.info-mobile-apps td {
    padding-right: 10px;
    vertical-align: middle;
}

.info-mobile-icon {
    height: 60px;
    width: 60px;
}

.info-mobile-prompt {
    color: #666;
    font-size: 11px;
}

.info-separator td {
    vertical-align: middle;
}

.info-separator hr {
    margin-bottom: 4px;
    border-color: #666;
}

.info-separator-else {
    color: #666;
    padding-right: 5px;
}

.info-header {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

.info-header h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.info-header img {
    border: none;
}

.info-header td {
    padding: 0 20px 10px 0;
    text-align: left;
}

.info-header td:last-child {
    padding: 0 0 10px 0;
    text-align: left;
}

.info-header a {
    white-space: nowrap;
}

.info-header-title {
    color: #FF8D59;
    white-space: nowrap;
    width: 100%;
    text-align: center !important;
}

.info-header-conference-title {
    width: 100%;
}

.info-header-conference-icon img {
    height: 60px;
}

.info-header-user-icon img {
    width: 60px;
    height: 60px;
}

.info-header-user-icon {
    padding-right: 10px !important;
}

.info-header-user-name {
    white-space: nowrap;
}

.info-header-user-position,
.info-header-user-company {
    color: #666;
}

body#tech div.tech,
body#services div.services,
body#events div.events,
body#aboutUs div.aboutUs,
body#partners div.partners {
    background-color: #FF8D59 !important;
}


