* {
    padding: 0;
    margin: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    list-style: none;
}

@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Commissioner.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Commissioner.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    background: #041727;
    color: #161616;
    margin: 0;
}

h1, h2, h3, pre {
    padding: 0 0 10px 0;
}

h1 {
    font-family: "Commissioner", sans-serif;
    font-size: 46px;
    line-height: 58px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 50px 0;
}

h2 {
    font-family: "Commissioner", sans-serif;
    font-size: 29px;
    line-height: 37px;
    font-weight: 500;
    padding: 0 0 20px 0;
}

h3 {
    font-family: "Commissioner", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 0 0 20px 0;
}

table, tr, td {
}

table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    margin: 0 0 30px 0;
}

tbody tr:hover {
    background-color: #f9f9f9;
}

tr.tr2 {
    background-color: #f9f9f9;
}

tr.tr3 td {
    border-top: 2px solid #cecece;
}

td, th {
    text-align: center;

}

th {
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 8px 10px;
    border-bottom: 1px solid #888;
    position: sticky;
    top: 0;
    background: #fff;
}

th:first-child {
}

th:last-child {
    border-right: 0;
}

td {
    min-width: 50px;
    padding: 9px 11px;
    border-bottom: 1px solid #ddd;
}

td.seperator {
    border-bottom: 1px solid #9e9e9e;
}

td.change_positive {
    color: green;
}

td.change_negative {
    color: red;
}

a {
    color: #286eb4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.hover:hover {
    text-decoration: none;
}


input, textarea {
    border: 1px solid #bdc7d8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 4px 6px;
}

.bold {
    font-weight: 500;
}
.center {
    text-align: center;
}

.positive {
    color: #3f9142; /*#4CAF50*/
}
.positive_light_bg {
    background: #efffed;
}
.medium {
    color: #e39600; /*#ffa900*/
}
.negative {
    color: #F44336;
}
.negative_light_bg {
    background: #ffeded;
}
.open {
    color: #9c9c9c;
}
.open2 {
    color: #dedede;
}
.list_favorite {
    color: #ff9100;
}
.list_position {
    color: #ff5100;
}

.appstore_button {
    display: block;
    width: 204px;
    height: 68px;
    background-image: url("../images/app_store_button.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.clear_right {
    clear: right;
}


/* page */

.company_notes div {
    white-space: pre;
}

hr {
    margin: 0 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
}

.form table {
    width: 400px;
}
.form table td {
    text-align: left;
}
.form tbody tr:hover {
    background-color: #ffffff;
}
.form_select {
    width: 104px;
}
.form_file {
    border: 0;
}
.form_submit {
    cursor: pointer;
    background: #f9f9f9;
    font-weight: bold;
    padding: 4px 12px;
}




table.hover tbody tr:hover {
    background-color: #f9f9f9;
}





/* header */

#header0 {
    padding: 0;
    text-align: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #041727;
}
#header0_content {
    width: 1000px;
    margin: 0 auto;
}
#header0_left {
    float: left;
    text-align: left;
    padding: 20px 0 15px 20px;
}
#header0_left a {
    font-family: "Commissioner", sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    display: block;
}
#header0_left a:hover {
    text-decoration: none;
}
#header0_right {
    float: right;
    text-align: right;
    padding: 15px 20px 15px 0;
}
#header0_right a {
    align-items: center;
    appearance: none;
    background-color: #3EB2FD;
    background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 70px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    font-family: CircularStd,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s,background-position .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}
#header0_right a:active, #header0_right a:focus {
    outline: none;
}
#header0_right a:hover {
    background-position: -20px -20px;
}
#header0_right a:focus:not(:active) {
    box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

#header1 {
    padding: 66px 20px 0 20px;
    text-align: center;
    background-image: linear-gradient(#062142cc, #030a12cc), url("../images/header_bg1.jpg");
    background-size: auto, cover;
}
#header1_content {
    width: 960px;
    padding: 100px 0 120px 0;
    margin: 0 auto;
}
#header1_logo {
    padding: 0 0 30px 0;
}
#header1_logo img {
    width: 300px;
}
#header1_headline {
    font-family: "Commissioner", sans-serif;
    font-size: 80px;
    line-height: 98px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 0 0 35px 0;
}
#header1_text {
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    display: block;
    padding: 0 0 35px 0;
}
#header1_button a {
    margin: 0 auto;
}




/* content */

#content {
    background: #ffffff;
    clear: both;
}

#content_box {
    width: 1000px;
    margin: 0 auto;
}

#content_box_content {
    padding: 50px 20px 50px 20px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 29px;
    background: #ffffff;
}

#content_box_content p {
    padding: 0 0 20px 0;
}

.box {
    position: relative;
    margin: 0 0 20px 0;
}

.post_date {
    color: #5e5e5e;
    margin: -10px 0 20px 0;
}

.post_date a {
    color: #5e5e5e;
}

a#post_follow {
    display: block;
    font-size: 18px;
    background: #009ded;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #009ded;
    border-radius: 8px;
    text-align: center;
    width: 220px;
    padding: 8px 20px;
    margin: 20px auto 0;
}
a#post_follow:hover {
    text-decoration: none;
}




.articles_list span {
    color: #5e5e5e;
    padding: 0 7px 0 0;
}




.home_app {
    float: left;
    width: 450px;
    margin: 0 15px 30px 15px;
    border-radius: 20px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.home_app_content {
    padding: 30px;
    text-align: center;
}
a.home_app_content_appicon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
}
a.home_app_content_appicon img {
    width: 100px;
    height: 100px;
}
.home_app_content h2 {
    font-family: "Commissioner", sans-serif;
    font-size: 29px;
    line-height: 29px;
    font-weight: 500;
}
.home_app_content h2 a {
    color: #161616;
}
.home_app_content h2 a:hover {
    text-decoration: none;
}
.home_app_content_button {
    display: block;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    color: #333333;
    background-image: url("../images/app_store_button_grey.png");
    background-repeat: no-repeat;
    background-size: cover;
}





.post_appicon {
    float: left;
    width: 150px;
    margin: 0 25px 25px 0;
}
.post_screenshot {
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
}
.post_appstore_button {
    display: block;
    width: 204px;
    height: 68px;
    background-image: url("../images/app_store_button.png");
    background-repeat: no-repeat;
    background-size: cover;
}



/* footer */

#footer {
    background: #041727;
    color: #ffffff;
    padding: 40px 0;
    font-size: 17px;
}
#footer_box {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
#footer_box_content {
    padding: 0 20px;
}
#footer_box_content div {
    float: left;
    padding: 0 0 20px 0;
    width: 25%;
}
#footer_box_content div#footer_box_content_logo {
    width: 50%;
    line-height: 28px;
    padding: 0 0 35px 0;
}
#footer_box_content div#footer_box_content_logo img {
    height: 50px;
    margin-bottom: 9px;
}
#footer_box_content div strong {
    display: block;
    padding: 0 0 15px 0;
}
#footer_box_content div ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #ffffff;
    text-decoration: none;
}
#footer_box_content div ul li a:hover {
    text-decoration: underline;
}













@media only screen and (max-width: 1000px) {
    
    h1 {
        font-size: 40px;
        line-height: 52px;
    }
    
    #header0_content {
        width: 100%;
    }
    #header1_content {
        width: 100%;
    }
    #header1_logo img {
        width: 200px;
    }
    #header1_headline {
        font-size: 50px;
        line-height: 65px;
        padding: 0 0 30px 0;
    }
    #header1_text {
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 30px 0;
    }
    
    #content_box {
        width: 100%;
    }
    #content_box_content img {
        max-width: 100%;
    }
    
    .home_app {
        width: 100%;
        margin-left: 0;
    }
    
    #footer_box {
        width: 100%;
    }
    #footer_box_content div {
        width: 100%;
    }
    #footer_box_content div#footer_box_content_logo {
        width: 100%;
    }
    
}
