 @font-face {
            font-family: "SkolarSans-BdCond_Cyr-Ltn";
            src: url("http://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrl-Bd.woff");
        }

        #election2016landingpage.container {
            max-width: 750px;
            width: 100%;
            box-sizing: border-box;
            padding: 20px;
            margin: 0 auto;
        }

        #election2016landingpage .col-20 {
            width: 20%;
            float: left;
        }

        #election2016landingpage .col-50 {
            width: 50%;
            float: left;
        }

        #election2016landingpage .col-60 {
            width: 60%;
            float: left;
        }

        #election2016landingpage .col-80 {
            width: 80%;
            float: left;
        }

        #election2016landingpage .col-100 {
            width: 100%;
        }

        #election2016landingpage .col-33 {
            width: 33%;
            float: left;
        }

        @media(max-width: 750px) {
            #election2016landingpage .hide-desktop-inline {
                display: inline-block;
            }
            #election2016landingpage .hide-mobile-inline {
                display: none;
            }
            #election2016landingpage .hide-mobile {
                display: none;
            }
            #election2016landingpage .visible-mobile {
                display: block;
            }
        }

        @media(min-width: 751px) {
            #election2016landingpage .hide-desktop-inline {
                display: none;
            }
            #election2016landingpage .hide-mobile-inline {
                display: inline-block;
            }
            #election2016landingpage .visible-mobile {
                display: none;
            }
        }

        #election2016landingpage .hidden {
            display: none;
        }

        #election2016landingpage .text-center {
            text-align: center;
        }

        #election2016landingpage .text-left {
            text-align: left;
        }

        #election2016landingpage .text-right {
            text-align: right;
        }

        #election2016landingpage .clearfix {
            clear: both;
        }

        /* HEADER */
        #election2016landingpage header {
            padding: 20px 0;
						text-align: center;
        }

				#election2016landingpage .electionimg {
					text-align: center;
	        width: 100%;
	        height: auto;
	        margin: 10px 0;
					font-family: 'Roboto', Arial, sans-serif;
					font-weight: bold;
					font-size: 32px;

				}

				#election2016landingpage .partylogo {
					vertical-align: middle;
    			max-height: 64px;
				}

				@media(max-width: 750px) {
					#election2016landingpage .partylogo {
						display: none;
					}
				}
				#election2016landingpage .partylogo.left {
					margin-right: 15px;
				}

				#election2016landingpage .partylogo.right {
					margin-left: 15px;
				}

        #election2016landingpage p {
            font-family: "Merriweather-Light", Georgia, Times, "Times New Roman", serif;
            padding: 30px 0;
            font-size: 16px;
            line-height: 1.5;
            color: #32363a;
        }

        #election2016landingpage small {
            font-family: "Merriweather-Light", Georgia, Times, "Times New Roman", serif;
            font-size: 14px;
            line-height: 1.5;
            color: #818a93;
        }

        /* MAIN BODY */
        #election2016landingpage main {
            padding: 20px 0 0 0;
        }

        #election2016landingpage main h2 {
            font-family: "SkolarSans-BdCond_Cyr-Ltn", Arial, "Arial Unicode MS", Helvetica, sans-serif;
            font-size: 26.4px;
            padding-bottom: 0;
            margin: 12px 0px;
            color: #818a93;
            line-height: 1.2em;
        }

				#election2016landingpage main h3 {
					font-family: "SkolarSans-BdCond_Cyr-Ltn", Arial, "Arial Unicode MS", Helvetica, sans-serif;
				  font-size: 14px;
				  margin-top: 12px
				  margin-bottom: 50px;
				  color: #818a93;
				  line-height: 1.2em;
				}

				#election2016landingpage blockquote {
					font-family: "Merriweather-Light", Georgia, Times, "Times New Roman", serif;
					color: #32363a;
					font-size: 17px;
					font-weight: bold;
					padding: 10px 20px;
					margin: 0;
					border-top: 1px solid #ccc;
					border-bottom: 1px solid #ccc;
					display: inline-block;
				}

        /* GENERAL VOTES */
        #election2016landingpage main div#general-votes-desktop {
            padding-bottom: 50px;
        }

       #election2016landingpage main div#general-votes-mobile {
            width: 100%;
            max-width: 350px;
            margin: 15px auto 40px auto;
            background-color: #ebebeb;
            padding: 20px 10px 10px 10px;
            border-radius: 10px;
            box-sizing: border-box;
        }

        #election2016landingpage main div#general-votes-desktop .col-1,
        #election2016landingpage main div#general-votes-desktop .col-3 {
            float: left;
            width: 100px;
            display: block;
        }

        #election2016landingpage main div#general-votes-desktop .col-2 {
            float: left;
            width: calc(100% - 200px);
            display: block;
        }

				.legend {
					margin-top: 40px;
				}

        #election2016landingpage .legend-label {
            height: 14px;
            line-height: 14px;
            font-family: "SkolarSans-BdCond_Cyr-Ltn", Arial, "Arial Unicode MS", Helvetica, sans-serif;
            color: #32363a;
            font-size: 11px;
            text-transform: uppercase;
            vertical-align: 2px;
            margin-left: -2px;
            margin-right: 10px;
        }

        #election2016landingpage main div#general-votes-desktop .percents,
        #election2016landingpage main div#general-votes-mobile .votes {
            font-family: "SkolarSans-BdCond_Cyr-Ltn", Arial, "Arial Unicode MS", Helvetica, sans-serif;
            color: #32363a;
            font-size: 36px;
            padding: 0 10px;
            height: 47px;
            line-height: 1;
        }

        #election2016landingpage main div#general-votes-desktop .bars {
            margin-top: 1px;
            height: 18px;
        }

        #election2016landingpage main div#general-votes-desktop .names,
        #election2016landingpage main div#general-votes-mobile .name {
            font-family: "Merriweather-Light", Georgia, Times, "Times New Roman", serif;
            color: #32363a;
            font-size: 13px;
            padding: 10px;
        }

        #election2016landingpage main div#general-votes-desktop div.bar-1,
        #election2016landingpage main div#general-votes-desktop div.bar-2,
				#election2016landingpage main div#general-votes-desktop div.bar-3,
				#election2016landingpage main div#general-votes-desktop div.bar-4
				 {
            height: 18px;
            background-color: #000;
            float: left;
        }

        #election2016landingpage span.block-d {
            width: 14px;
            height: 14px;
            background-color: #0e76bc;
            display: inline-block;
            margin-top: 1px;
        }

        #election2016landingpage span.block-r {
            width: 14px;
            height: 14px;
            background-color: #bf1e2e;
            display: inline-block;
            margin-top: 1px;
        }

				#election2016landingpage span.block-o {
            width: 14px;
            height: 14px;
            background-color: #f2c01d;
            display: inline-block;
            margin-top: 1px;
        }

				#election2016landingpage span.block-u {
            width: 14px;
            height: 14px;
            background-color: #ebebeb;
            display: inline-block;
            margin-top: 1px;
        }

        /* TABLES */
        #election2016landingpage table {
            border: 0;
            margin: 0;
            padding: 0;
            width: 100%;
            font-family: "Roboto Condensed", Arial, sans-serif;
            font-size: 17px;
            color: #737373;
        }


        #election2016landingpage .responsive-table {
            display:block;
            width:100%;
            overflow-x:auto}
        }

        @media(max-width: 750px) {
            #election2016landingpage .responsive-table {
                border: #ebebeb 1px solid;
            }
        }

        @media(min-width: 751px) {
            #election2016landingpage .responsive-table {
                border: none;
            }
        }

        #election2016landingpage table tr th,
        #election2016landingpage table tr td {
            text-align: center;
            padding: 10px;
        }

        #election2016landingpage table tbody tr {
            transition: background-color .2s;
        }

        #election2016landingpage table thead tr,
        #election2016landingpage table tbody tr:hover {
            background-color: #ebebeb;
        }

        #election2016landingpage table thead tr th {
            font-weight: 400;
        }

        #election2016landingpage table tbody tr td {
            border-bottom: 1px solid #ebebeb;
        }

        #election2016landingpage table tbody tr td {
            font-weight: 300;
        }

        #election2016landingpage .check-trump {
            background-color: #CC1329;
            color: #fff;
        }

        #election2016landingpage .check-cruz {
            background-color: #FFAF13;
            color: #fff;
        }

        #election2016landingpage .check-rubio {
            background-color: #7F3263;
            color: #fff;
        }

        #election2016landingpage .check-kasich {
            background-color: #92CC04;
            color: #fff;
        }

        #election2016landingpage .check-clinton {
            background-color: #3A6FCC;
            color: #fff;
        }

        #election2016landingpage .check-sanders {
            background-color: #FF6B1F;
            color: #fff;
        }
        /* MAP */

        #election2016landingpage #map-container {
            width: 100%;
            height: 550px;
            display: block;
            margin-bottom: 20px;
        }


        /* TABS */
        #election2016landingpage section#tabs ul.handlers {
            width: 100%;
            border-bottom: 1px #818a93 solid;
            padding: 0;
            margin: 0;
            text-align: center;
            height: 40px;
        }

       #election2016landingpage section#tabs ul.handlers li {
            list-style: none;
            font-family: "SkolarSans-BdCond_Cyr-Ltn", Arial, "Arial Unicode MS", Helvetica, sans-serif;
            display: inline-block;
            background: #818a93;
            padding: 10px 15px;
            margin: 0 2px -1px 2px;
            border-top: 1px #818a93 solid;
            border-left: 1px #818a93 solid;
            border-right: 1px #818a93 solid;
            transition: all .3s;
            cursor: pointer;
            color: #fff;
        }

        #election2016landingpage section#tabs ul.handlers  li:hover,
        #election2016landingpage section#tabs ul.handlers  li.active {
            background: #fff;
            color: #818a93;
            transition: all .3s;
        }

        #election2016landingpage section#tabs article {
            clear: both;
        }


        /* FOOTER */
        #election2016landingpage footer p {
            font-family: "Merriweather", serif;
            font-style: normal;
            font-size: 12px;
            color: #818a93;
            line-height: 1.5em;
        }
