
header {
    border-bottom: solid 1px rgba(0,0,0,0.4);
    background-color: #36b099;
    color: white;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
}

header h1 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
}

@media (min-height: 700px) {
    header h1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-height: 800px) {
    header h1 {
        font-size: 34px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}


#top-controls {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    background: white;
}

@media (min-height: 700px) {
    #top-controls {
        padding: 24px 0;
    }
}

#top-controls .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#top-controls .control {
    flex-grow: 1;
    max-width: 180px;
    min-width: 110px;
    margin-left: 30px;
    margin-top: 6px;
}

#top-controls .control label {
    color: #777;
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
    font-weight: 300;
}


#top-controls .control .select {
    position: relative;
}

#top-controls .control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: none;
    border: none;
    border-radius: 0;
    padding: 6px 0;
    width: 100%;
    font-size: 14px;
    border-bottom: solid 1px #ccc;
    color: #333;
    outline: none;
}


#top-controls .control select:focus {
    border-bottom-color: #183D4E;
}
#top-controls .basic-button {
    margin-top: 5px;
    height: 50px;
    margin-right: 0;
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    background: rgba(237,125,49,.2);
    border-radius: 3px;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: background 0.3s linear;
    cursor: pointer;
}

#top-controls .basic-button:hover {
    background: rgba(237,125,49,.4);
}

#main-part {
    background-color : #f7f7f7;
}

#main-part .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

body {
    max-width : 100%;
    min-width : 100%;
}

#top-controls .tooltip {
    opacity : 0.6;
}

#content {
    box-sizing: border-box;
    color: rgb(55, 58, 60);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
}

#content .bd-pageheader {
    background-color: #36b099;
    box-sizing: border-box;
    color:  #dff5f1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    text-align: left;
}

#content .bd-pageheader .container  {
    box-sizing: border-box;
    color:  #dff5f1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-left: 50px;
    margin-right: 0px;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
#content .bd-pageheader .container h1 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 70.4px;
    margin-bottom: 8px;
    margin-right: 380px;
    margin-top: 0px;
}