div#racing-sector, div#industrial-sector, div#safety-sector, div#gopro-sector, div#custom-sector {
    display: flex;
    flex-direction: column;
}

div.sector-description {
    text-align: justify;
    background-color: #dfdfdf;
    height: 140px;
    padding: 10px 5px 5px 5px;
}

div.sector-description p {
    margin-top: 6px;
    margin-bottom: 0;
}

div.sector-description-racing {
    margin-top: -2px;
}

#market-sector-wrapper {
    float: left;
    width: 100%;
    margin: 25px 0;
}

.market-sector:nth-child(odd) {
    margin-right: 20px;
}

.sector-link {
    height: auto;
    display: inline-flex;
}

.market-sector {
    background-repeat: no-repeat;
    width: calc(50% - 12px);
    max-width: 598px;
    float: left;
    max-height: 350px;
    margin-right: 1px;
    margin-bottom: 20px;
}

.market-sector-title {
    background-color: #6b6b6b;
    font-size: 10pt;
    font-weight: bold;
    padding: 8px 5px;
    color: white;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}


.sector-link > img {
    text-decoration: none;
    color: #000000;
    width: 100%;
    height: auto;
}

div.input.text, div.input.password, div.submit {
    float: left;
    clear: both;
    display: block;
    width: auto;
    padding: 10px;
}

input[type=text], input[type=password] {
    margin-left: 10px;
    margin-top: 5px;
}

div.submit {
    float: none;
    margin: 0 auto 0 auto;
}

div#container {
    /*float: left;*/
    width: 100%;
    margin: 0 auto;
}

div#content {
    /*width:740px;*/
    width: 1200px;
    margin: 0 auto;
}

