.ApiList tr th, .ApiList tr td {
    padding: 3px;
    border: 2px solid black;
}

.ApiList th {
    background-color: #ccc;
    font-weight: bold;
}

.ApiList {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

.disclaimer {
    position: absolute;
    display: none;
    left: 20%;
    top: 320px;
    width: 500px;
    border: 1px solid black;
    background-color: white;
    font-size: 120%;
    padding: 5px;
    line-height: 130%;
}

    .disclaimer h3 {
        text-align: center;
    }

/*Standard styles*/
html {
    font-size: 100%;
}

body {
    font-family: 'Lato',Verdana, Arial, Helvetica, sans-serif;
    font-size: 69.5%;
    margin: 0em;
    padding: 0em;
    background-color: #f2f2f2;
}

a {
    color: #036;
}

    a:hover {
        text-decoration: none;
    }

    a:visited {
        color: #017359;
    }

p, ul, ol, dl {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0em;
    margin: 0em;
}

h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    line-height: 1.5em;
}

    h1 a {
        color: #000000;
        text-decoration: none;
    }

        h1 a:hover {
            text-decoration: underline;
        }

        h1 a:visited {
            color: #000000;
        }

h2 {
    font-size: 1.7em;
    color: #003366;
}

h3 {
    font-size: 1.25em;
}

.bold {
    font-weight: bold;
}




.breadcrumbs {
    padding: 15px 0 10px 15px;
    font-size: 11px;
}

    .breadcrumbs p {
        display: inline;
        font-size: 11px;
    }

    .breadcrumbs ol {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 11px;
        display: inline;
    }

    .breadcrumbs li {
        display: inline;
    }

/*** Header and branding ***/
#header {
    position: relative;
    background: #fff;
}

    #header .topban {
        background: #017359;
        height: 2.5em;
    }

.topnav {
    margin: 0 auto;
    padding: 8px 0 0 0;
    width: 955px;
}

    .topnav a {
        color: #ffffff;
        text-decoration: none;
    }

        .topnav a:hover {
            text-decoration: underline;
            color: #ffffff;
        }

        .topnav a:visited {
            color: #ffffff;
        }

    .topnav ul {
        list-style: none;
    }

    .topnav li {
        list-style: none;
        font-size: 11px;
        float: right;
        border-left: 1px dotted #ffffff;
        padding: 0em .6em 0em .6em;
    }

        .topnav li.first {
            border-left: none;
        }

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.logoemail {
    margin: 0 auto;
    width: 955px;
}

    .logoemail .logo {
        float: left;
        margin: 15px 0 15px 15px;
    }

        .logoemail .logo h1 {
            background: url("//www.wsdot.wa.gov/media/images/back/greenlogo.png");
            background-repeat: no-repeat;
            width: 240px;
            height: 39px;
        }

        .logoemail .logo a {
            width: 240px;
            height: 39px;
        }

            .logoemail .logo a img {
                float: left;
            }

    .logoemail .search {
        float: right;
        padding-top: 23px;
        padding-right: 20px;
    }

        .logoemail .search .search-text {
            width: 248px;
            height: 17px;
            margin: 0px 8px 0 0;
            padding: 2px;
            float: left;
            border: 1px solid #ccc;
        }

        .logoemail .search .searchButton {
            color: #fff;
            font-family: 'trebuchet ms',helvetica,sans-serif;
            font-size: 12px;
            font-weight: bold;
            background-color: #017359;
            border: none;
            margin: 0;
            cursor: pointer;
            height: 23px;
        }

.mainban {
    clear: both;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 38px;
}

    .mainban .mainnav {
        position: relative;
        width: 955px;
        margin: 0 auto;
        padding-left: 7px;
        z-index: 1;
    }

        .mainban .mainnav ul {
            float: left;
            height: 28px;
            margin: 0;
            padding: 10px 0 0;
            list-style: none;
        }

            .mainban .mainnav ul li {
                display: inline;
                position: relative;
                padding: 10px 0;
                font-weight: bold;
            }

                .mainban .mainnav ul li a {
                    padding: 0 1em;
                    border-right: 1px solid #666;
                    font-size: 13px;
                    font-weight: bold;
                    line-height: 1.5em;
                    color: #222;
                    text-decoration: none;
                }

                .mainban .mainnav ul li:last-child a {
                    border: none;
                }

                .mainban .mainnav ul li a:hover {
                    color: #017359;
                    text-decoration: none;
                }

        .mainban .mainnav .emailupdates {
            float: right;
            height: 28px;
            margin: 0;
            padding: 10px 20px 0 0;
        }

            .mainban .mainnav .emailupdates a {
                padding-left: 30px;
                /*background: url(//www.wsdot.wa.gov/sites/all/themes/custom/wsdot_classic/images/email-envelope.png) no-repeat left center;*/
                font-size: 13px;
                font-weight: bold;
                color: #222;
                text-decoration: none;
            }

                .mainban .mainnav .emailupdates a:hover {
                    color: #017359;
                    text-decoration: none;
                }


#wrapper {
    width: 955px;
    margin: 0em auto;
    padding: 5px;
    height: auto;
    clear: both;
    background-color: white;
}

.cornerg-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cornerg-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer {
    width: 955px;
    margin: 5px auto 0;
    padding: 5px;
    color: #636363;
    text-align: center;
    background-color: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}

.bottomnav {
    color: #636363;
    list-style: none;
    padding: 5px 0;
}

    .bottomnav li {
        display: inline;
        margin: 0em;
        font-size: .8em;
        border-left: 1px solid #636363;
        padding: 0em .3em 0em .6em;
    }

        .bottomnav li.first {
            border-left: none;
        }

    .bottomnav a {
        color: #636363;
        text-decoration: underline;
    }

        .bottomnav a:hover {
            text-decoration: none;
            color: #636363;
        }

        .bottomnav a:visited {
            color: #636363;
        }

.copyright {
    padding-bottom: 10px;
    font-size: 1em;
    color: #636363;
}

#main {
    width: 820px;
    margin: 15px 0 10px 10px;
    /*float: left;*/
}

    #main ul ul, ol ol, ul ol, ol ul {
        font-size: 1em;
    }

    #main li {
        line-height: 1.5em;
    }

    #main p {
        margin: 1em 0;
        line-height: 1.5em;
    }

    #main .rightcolumn p {
        margin: 0;
    }

    #main h4 {
        font-weight: bold;
        color: #000;
    }

    #main h5 {
        font-weight: bold;
        color: #000;
    }


.content ul {
    list-style: none;
    margin: 0em .3em 0em .3em;
    padding: 0em;
}

.content li {
    font-size: 1em;
    padding: .1em 0em .3em .5em;
}

    .content li.last {
        font-size: 1em;
        padding: .6em 0em .3em .5em;
    }

.content a {
    color: #036;
    text-decoration: underline;
}

    .content a:hover {
        text-decoration: none;
    }

    .content a:visited {
        color: #017359;
    }