﻿a#hemp, a#history, a#legalization {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1.hemp, h1.history, h1.legalization, h1.resources {
    color: #990000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
h2.hemp, h2.schedule, h2.history, h2.legalization, h2.resources {
    color: #990000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    margin: 60px 0 0 0;
    padding: 0;
    box-sizing: border-box;
}
.federal_lawsuit {
    th {
        text-align: left;
        font-weight: bold;
    }
    .date_filed {
        width: 100px;
    }
    .document_number {
        width: 40px;
    }
    .docket_text {
        width: auto;
    }
}
#federal_consent {
    margin: 10px 0;
    padding: 10px;
    font-size: 1em;
    text-align: left;
    background-color: #ffcccc;
    border-style: solid;
    border-width: thin;
    border-color: #000000;
    line-height: 1.2;
}
#federal_penalties {
    height: 0;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -o-transition-property: all;
    -o-transition-duration: .5s;
    transition-property: all;
    transition-duration: .5s;
}
#federal_penalties.penalties_opened {
    height: auto;
    padding: 10px;
    overflow: auto;
}
.statute_citation {
    border: 1px solid #000099;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #ddddff;
}
.statute_citation a {
    font-size: 120%;
    font-weight: 700;
    display: inline-block;
    padding: 5px 0;
}
.enactment {
    border: 1px solid #009900;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #ddffdd;
}
.enactment a {
    font-size: 120%;
    font-weight: 700;
    display: inline-block;
    padding: 5px 0;
}
span.comment {
	display: block;
	font-size: smaller;
	font-style: italic; 
	line-height: 1.2;
	margin-bottom: 5px;
}
span.comment a {
	font-size: inherit !important;
	font-weight: 400;
	display: inline;
	padding: 0;
}
#plant, #extract, #territory, #legalization, #hemp {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}
#plant li, #extract li, #territory li, #legalization li, #hemp li {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin: 4px 0 4px 2px;
    position: relative;
}
#plant li a, #extract li a, #territory li a, #legalization li a, #hemp li a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 150px;
    padding: 4px 8px;
    color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#plant li a:hover, #extract li a:hover, #territory li a:hover, #legalization li a:hover, #hemp li a:hover {
    color: #ffffff;
}
#plant li a.ballot, #extract li a.ballot, #territory li a.ballot, #legalization li a.ballot, #hemp li a.ballot {
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}
#plant li a.ballot:hover, #extract li a.ballot:hover, #territory li a.ballot:hover, #legalization li a.ballot:hover, #hemp li a.ballot:hover {
    background: #b4ddb4; /* Old browsers */
    background: -moz-linear-gradient(top, #b4ddb4 0%, #002400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(100%,#002400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b4ddb4 0%,#002400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b4ddb4 0%,#002400 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #b4ddb4 0%,#002400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}
#plant li a.legislation, #extract li a.legislation, #territory li a.legislation, #legalization li a.legislation, #hemp li a.legislation {
    background: #ebd3d3; /* Old browsers */
    background: -moz-linear-gradient(top, #ebd3d3 0%, #c99393 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebd3d3), color-stop(100%,#c99393)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebd3d3 0%,#c99393 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebd3d3 0%,#c99393 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #ebd3d3 0%,#c99393 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebd3d3', endColorstr='#c99393',GradientType=0 ); /* IE6-9 */
}
#plant li a.legislation:hover, #extract li a.legislation:hover, #territory li a.legislation:hover, #legalization li a.legislation:hover, #hemp li a.legislation:hover {
    background: #deb4d1; /* Old browsers */
    background: -moz-linear-gradient(top, #deb4d1 0%, #240018 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deb4d1), color-stop(100%,#240018)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #deb4d1 0%,#240018 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #deb4d1 0%,#240018 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #deb4d1 0%,#240018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb4d1', endColorstr='#240018',GradientType=0 ); /* IE6-9 */
}
#plant li a.order, #extract li a.order, #territory li a.order, #legalization li a.order, #hemp li a.order {
    background: #ebcd8d; /* Old browsers */
    background: -moz-linear-gradient(top, #ebcd8d 0%, #c9a557 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebcd8d), color-stop(100%,#c9a557)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebcd8d 0%,#c9a557 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebcd8d 0%,#c9a557 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #ebcd8d 0%,#c9a557 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebcd8d', endColorstr='#c9a557',GradientType=0 ); /* IE6-9 */
}
#plant li a.order:hover, #extract li a.order:hover, #territory li a.order:hover, #legalization li a.order:hover, #hemp li a.order:hover {
    background: #deb464; /* Old browsers */
    background: -moz-linear-gradient(top, #deb464 0%, #240000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deb464), color-stop(100%,#240000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #deb464 0%,#240000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #deb464 0%,#240000 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #deb464 0%,#240000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb464', endColorstr='#240000',GradientType=0 ); /* IE6-9 */
}
.state_dea {
	display: flex;
	flex-wrap: nowrap;
	height: 154px;
	margin: 0;
	padding: 0;
}
.state_dea div{ 
	width: 50%;
}
.state_dea img {
	width: 150px;
	margin: 2px;
	padding: 2px;
}
