/*
    This file won't be overwritten by updates, so you can put custom code here.
*/
section.tool .form-container, section.tool .stats, section.tool .table-container, section.tool .text-container {
  background-color: #ffffff !important;
  border-radius: 15px !important;
  box-shadow: none !important !important;
  border: 2px solid #d9e0e9 !important;
}

section.custom-content .content {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*æ–‡å­—è‰²*/
    background: #FFF;
    border: solid 3px #6091d3;/*ç·š*/
    border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}

section.custom-content .content p {
    margin: 0; 
    padding: 5px;
}

header { background-color: #2b292f; }
body { background-color: #f9f4ef; }
section.jumbo { background-color: #00a396; }
section.jumbo a:hover { color: #00a396; }
header nav ul li a .arrow-down.home { border-bottom-color: #00a396; }
section.icons .col-md-4:hover .icon i { color: #00a396; }
section.tool .form-container form button[type=submit] { background-color: #000000; }
section.tool .form-container form button[type=submit] { border-color: #000000; }
section.title { background-color: #00a396; }
section.home-tools button[type=submit] { background-color: #000000; }
section.website .apply button { background-color: #000000; }
section.website { background-color: #006a61; }
header nav ul li a .arrow-down.dark { border-bottom-color: #006a61; }
section.website input[name=site]::placeholder, section.website input[name=site] {
color: #ffffff;
background-color: #005e32;
padding-left: 10px;
}
section.title.tool-title { background-color: #006a61; }
header nav ul li a .arrow-down.tool { border-bottom-color: #006a61; }
section.website.alt { background-color: #00a396; }

section.website .apply button {
  background-color: #f48958;
  background-image: linear-gradient(90deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
  border-radius: 50px;
  width: 80px;
}

table.browserref {
    border-collapse: collapse;
    width: 100%;
        display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

table.browserref tr {
    background-color: #ffffff;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table.browserref th {
    height: 44px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    font-weight: normal;
    color: #555555;
    padding: 11px 0px 11px 0px;
    vertical-align: middle;
    width: 20%;
    font-size: 16px;
    text-align: left;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
}

table.browserref th:first-child, table.browserref td:first-child {
    padding-left: 16px;
}


table.browserref td {
    border: 1px solid #d4d4d4;
    text-align: center;
    padding: 8px 0px 8px 0px;
    vertical-align: top;
        color: #555555;
}







