.banner { width: 100%; margin: 0 auto; } .title { height: 300px; width: 100%; display: table; vertical-align: middle; text-align: center; } .title .headline { padding-top: 105px; } .headline, .subhead { margin-top: 35px; } .subhead h3 { border-right: 2px solid #000000; padding: 0 23px; } .subhead { display: inline-block; } .subhead a { float: left; color: #000; } .subhead a:last-child h3{ border-right:0; } .subhead a:hover { color: red; } .line-dashed{ border-bottom:1px dashed #000000; margin-bottom:100px; } .tab{ background: #e5e5e5; width: 140px; height: 60px; border-top-left-radius: 15px; border-bottom-left-radius: 3px; line-height: 60px; text-align: center; /*margin: 10px;*/ margin-bottom: 10px; /*display: inherit!important; margin-left: 0!important;*/ transition: 0.3s linear all; cursor: pointer; } .tab:last-child{ margin: 0; } .tab:hover{ background: #e64340; color:white; } .details{ border-top: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000; border-top-right-radius: 6px; border-bottom-right-radius: 6px; /*padding: 10px;*/ height: 100%; background: #f5f5f5; display: none; } .active{ background: #e64340; color:white; }