/* Minification failed. Returning unminified contents.
(4933,1): run-time error CSS1019: Unexpected token, found '@import'
(4933,9): run-time error CSS1019: Unexpected token, found ''http://fonts.googleapis.com/css?family=Quantico|Cabin+Condensed|Dosis|Electrolize|Spinnaker|Francois+One|Iceberg|Share|Tulpen+One|Wallpoet''
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {

}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@charset "utf-8";
/* CSS Document */
html {
    

}

body {
       
    font-size: 14px;
   
}

.test-reklam-alani{ margin-top: 18px;width: 350px; clear: both;}




#wpadminbar{top: 0px !important; position: fixed !important;}


.question_content br:nth-child(odd),
#panel .konu br:nth-child(odd),
ul br {display:none}
	
	#panel .konu{
    padding: 5px 0px;
    line-height: 23px;
    font-size: 13px;
    color: #444;    font-family: 'Open Sans', sans-serif, tahoma, arial;
}
	.cevapgoster{
   padding: 3.5px 7px 5.5px 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;    font-family: 'Open Sans', sans-serif, tahoma, arial;
	}

	input.ackapa100,
	input.ackapa99,
	input.ackapa98,
	input.ackapa97,
	input.ackapa96,
	input.ackapa95,
	input.ackapa94,
	input.ackapa93,
	input.ackapa92,
	input.ackapa91,
	input.ackapa90,
	input.ackapa89,
	input.ackapa88,
	input.ackapa87,
	input.ackapa86,
	input.ackapa85,
	input.ackapa84,
	input.ackapa83,
	input.ackapa82,
	input.ackapa81,
	input.ackapa80,
	input.ackapa79,
	input.ackapa78,
	input.ackapa77,
	input.ackapa76,
	input.ackapa75,
	input.ackapa74,
	input.ackapa73,
	input.ackapa72,
	input.ackapa71,
	input.ackapa70,
	input.ackapa69,
	input.ackapa68,
	input.ackapa67,
	input.ackapa66,
	input.ackapa65,
	input.ackapa64,
	input.ackapa63,
	input.ackapa62,
	input.ackapa61,
	input.ackapa60,
	input.ackapa59,
	input.ackapa58,
	input.ackapa57,
	input.ackapa56,
	input.ackapa55,
	input.ackapa54,
	input.ackapa53,
	input.ackapa52,
	input.ackapa51,
	input.ackapa50,
	input.ackapa49,
	input.ackapa48,
	input.ackapa47,
	input.ackapa46,
	input.ackapa45,
	input.ackapa44,
	input.ackapa43,
	input.ackapa42,
	input.ackapa41,
	input.ackapa40,
	input.ackapa39,
	input.ackapa38,
	input.ackapa37,
	input.ackapa36,
	input.ackapa35,
	input.ackapa34,
	input.ackapa33,
	input.ackapa32,
	input.ackapa31,
	input.ackapa30,
	input.ackapa29,
	input.ackapa28,
	input.ackapa27,
	input.ackapa26,
	input.ackapa25,
	input.ackapa24,
	input.ackapa23,
	input.ackapa22,
	input.ackapa21,
    input.ackapa20,
	input.ackapa19,
	input.ackapa18,
	input.ackapa17,
	input.ackapa16,
	input.ackapa15,
	input.ackapa14,
	input.ackapa13,
	input.ackapa12,
	input.ackapa11,
	input.ackapa10,
	input.ackapa9,
	input.ackapa8,
	input.ackapa7,
	input.ackapa6,
	input.ackapa5,
	input.ackapa4,
	input.ackapa3,
	input.ackapa2,
	input.ackapa1{display:none !important;}
	

	label.ackapa100,
	label.ackapa99,
	label.ackapa98,
	label.ackapa97,
	label.ackapa96,
	label.ackapa95,
	label.ackapa94,
	label.ackapa93,
	label.ackapa92,
	label.ackapa91,
	label.ackapa90,
	label.ackapa89,
	label.ackapa88,
	label.ackapa87,
	label.ackapa86,
	label.ackapa85,
	label.ackapa84,
	label.ackapa83,
	label.ackapa82,
	label.ackapa81,
	label.ackapa80,
	label.ackapa79,
	label.ackapa78,
	label.ackapa77,
	label.ackapa76,
	label.ackapa75,
	label.ackapa74,
	label.ackapa73,
	label.ackapa72,
	label.ackapa71,
	label.ackapa70,
	label.ackapa69,
	label.ackapa68,
	label.ackapa67,
	label.ackapa66,
	label.ackapa65,
	label.ackapa64,
	label.ackapa63,
	label.ackapa62,
	label.ackapa61,
	label.ackapa60,
	label.ackapa59,
	label.ackapa58,
	label.ackapa57,
	label.ackapa56,
	label.ackapa55,
	label.ackapa54,
	label.ackapa53,
	label.ackapa52,
	label.ackapa51,
	label.ackapa50,
	label.ackapa49,
	label.ackapa48,
	label.ackapa47,
	label.ackapa46,
	label.ackapa45,
	label.ackapa44,
	label.ackapa43,
	label.ackapa42,
	label.ackapa41,
	label.ackapa40,
	label.ackapa39,
	label.ackapa38,
	label.ackapa37,
	label.ackapa36,
	label.ackapa35,
	label.ackapa34,
	label.ackapa33,
	label.ackapa32,
	label.ackapa31,
	label.ackapa30, 
	label.ackapa29, 
	label.ackapa28, 
	label.ackapa27, 
	label.ackapa26, 
	label.ackapa25, 
	label.ackapa24, 
	label.ackapa23, 
	label.ackapa22, 
	label.ackapa21, 
	label.ackapa20, 
	label.ackapa19,
	label.ackapa18,
	label.ackapa17, 
	label.ackapa16, 
	label.ackapa15,
	label.ackapa14,
	label.ackapa13,
	label.ackapa12, 
	label.ackapa11,
	label.ackapa10,
	label.ackapa9,
	label.ackapa8,
	label.ackapa7,
	label.ackapa6, 
	label.ackapa5,
	label.ackapa4,
	label.ackapa3,
	label.ackapa2, 
	label.ackapa1{cursor:pointer; display:block;} 
	
	
	input.ackapa100:checked+ .adobewordpress100,
	input.ackapa99:checked+ .adobewordpress99,
	input.ackapa98:checked+ .adobewordpress98,
	input.ackapa97:checked+ .adobewordpress97,
	input.ackapa96:checked+ .adobewordpress96,
	input.ackapa95:checked+ .adobewordpress95,
	input.ackapa94:checked+ .adobewordpress94,
	input.ackapa93:checked+ .adobewordpress93,
	input.ackapa92:checked+ .adobewordpress92,
	input.ackapa91:checked+ .adobewordpress91,
	input.ackapa90:checked+ .adobewordpress90,
	input.ackapa89:checked+ .adobewordpress89,
	input.ackapa88:checked+ .adobewordpress88,
	input.ackapa87:checked+ .adobewordpress87,
	input.ackapa86:checked+ .adobewordpress86,
	input.ackapa85:checked+ .adobewordpress85,
	input.ackapa84:checked+ .adobewordpress84,
	input.ackapa83:checked+ .adobewordpress83,
	input.ackapa82:checked+ .adobewordpress82,
	input.ackapa81:checked+ .adobewordpress81,
	input.ackapa80:checked+ .adobewordpress80,
	input.ackapa79:checked+ .adobewordpress79,
	input.ackapa78:checked+ .adobewordpress78,
	input.ackapa77:checked+ .adobewordpress77,
	input.ackapa76:checked+ .adobewordpress76,
	input.ackapa75:checked+ .adobewordpress75,
	input.ackapa74:checked+ .adobewordpress74,
	input.ackapa73:checked+ .adobewordpress73,
	input.ackapa72:checked+ .adobewordpress72,
	input.ackapa71:checked+ .adobewordpress71,
	input.ackapa70:checked+ .adobewordpress70,
	input.ackapa69:checked+ .adobewordpress69,
	input.ackapa68:checked+ .adobewordpress68,
	input.ackapa67:checked+ .adobewordpress67,
	input.ackapa66:checked+ .adobewordpress66,
	input.ackapa65:checked+ .adobewordpress65,
	input.ackapa64:checked+ .adobewordpress64,
	input.ackapa63:checked+ .adobewordpress63,
	input.ackapa62:checked+ .adobewordpress62,
	input.ackapa61:checked+ .adobewordpress61,
	input.ackapa60:checked+ .adobewordpress60,
	input.ackapa59:checked+ .adobewordpress59,
	input.ackapa58:checked+ .adobewordpress58,
	input.ackapa57:checked+ .adobewordpress57,
	input.ackapa56:checked+ .adobewordpress56,
	input.ackapa55:checked+ .adobewordpress55,
	input.ackapa54:checked+ .adobewordpress54,
	input.ackapa53:checked+ .adobewordpress53,
	input.ackapa52:checked+ .adobewordpress52,
	input.ackapa51:checked+ .adobewordpress51,

	input.ackapa50:checked+ .adobewordpress50,
	input.ackapa49:checked+ .adobewordpress49,
	input.ackapa48:checked+ .adobewordpress48,
	input.ackapa47:checked+ .adobewordpress47,
	input.ackapa46:checked+ .adobewordpress46,
	input.ackapa45:checked+ .adobewordpress45,
	input.ackapa44:checked+ .adobewordpress44,
	input.ackapa43:checked+ .adobewordpress43,
	input.ackapa42:checked+ .adobewordpress42,
	input.ackapa41:checked+ .adobewordpress41,
	input.ackapa40:checked+ .adobewordpress40,
	input.ackapa39:checked+ .adobewordpress39,
	input.ackapa38:checked+ .adobewordpress38,
	input.ackapa37:checked+ .adobewordpress37,
	input.ackapa36:checked+ .adobewordpress36,
	input.ackapa35:checked+ .adobewordpress35,
	input.ackapa34:checked+ .adobewordpress34,
	input.ackapa33:checked+ .adobewordpress33,
	input.ackapa32:checked+ .adobewordpress32,
	input.ackapa31:checked+ .adobewordpress31,	
	input.ackapa30:checked+ .adobewordpress30,
	input.ackapa29:checked+ .adobewordpress29,
	input.ackapa28:checked+ .adobewordpress28,
	input.ackapa27:checked+ .adobewordpress27,
	input.ackapa26:checked+ .adobewordpress26,
	input.ackapa25:checked+ .adobewordpress25,
	input.ackapa24:checked+ .adobewordpress24,
	input.ackapa23:checked+ .adobewordpress23,
	input.ackapa22:checked+ .adobewordpress22,
	input.ackapa21:checked+ .adobewordpress21,
	input.ackapa20:checked+ .adobewordpress20,
	input.ackapa19:checked+ .adobewordpress19,
	input.ackapa18:checked+ .adobewordpress18,
	input.ackapa17:checked+ .adobewordpress17,
	input.ackapa16:checked+ .adobewordpress16,
	input.ackapa15:checked+ .adobewordpress15,
	input.ackapa14:checked+ .adobewordpress14,
	input.ackapa13:checked+ .adobewordpress13,
	input.ackapa12:checked+ .adobewordpress12,
	input.ackapa11:checked+ .adobewordpress11,
	input.ackapa10:checked+ .adobewordpress10,
	input.ackapa9:checked+ .adobewordpress9,
	input.ackapa8:checked+ .adobewordpress8,
	input.ackapa7:checked+ .adobewordpress7,
	input.ackapa6:checked+ .adobewordpress6,
	input.ackapa5:checked+ .adobewordpress5,
	input.ackapa4:checked+ .adobewordpress4,
	input.ackapa3:checked+ .adobewordpress3,
	input.ackapa2:checked+ .adobewordpress2,
	input.ackapa1:checked+ .adobewordpress1{display:none;}
	
	
.question_content {
    font-family: 'Open Sans', sans-serif, tahoma, arial;
    font-size: 13px;
}	
	
	.adobewordpress100,
	.adobewordpress99,
	.adobewordpress98,
	.adobewordpress97,
	.adobewordpress96,
	.adobewordpress95,
	.adobewordpress94,
	.adobewordpress93,
	.adobewordpress92,
	.adobewordpress91,
	.adobewordpress90,
	.adobewordpress89,
	.adobewordpress88,
	.adobewordpress87,
	.adobewordpress86,
	.adobewordpress85,
	.adobewordpress84,
	.adobewordpress83,
	.adobewordpress82,
	.adobewordpress81,
	.adobewordpress80,
	.adobewordpress79,
	.adobewordpress78,
	.adobewordpress77,
	.adobewordpress76,
	.adobewordpress75,
	.adobewordpress74,
	.adobewordpress73,
	.adobewordpress72,
	.adobewordpress71,
	.adobewordpress70,
	.adobewordpress69,
	.adobewordpress68,
	.adobewordpress67,
	.adobewordpress66,
	.adobewordpress65,
	.adobewordpress64,
	.adobewordpress63,
	.adobewordpress62,
	.adobewordpress61,
	.adobewordpress60,
	.adobewordpress59,
	.adobewordpress58,
	.adobewordpress57,
	.adobewordpress56,
	.adobewordpress55,
	.adobewordpress54,
	.adobewordpress53,
	.adobewordpress52,
	.adobewordpress51,
	.adobewordpress50,
	.adobewordpress49,
	.adobewordpress48,
	.adobewordpress47,
	.adobewordpress46,
	.adobewordpress45,
	.adobewordpress44,
	.adobewordpress43,
	.adobewordpress42,
	.adobewordpress41,
	.adobewordpress40,
	.adobewordpress39,
	.adobewordpress38,
	.adobewordpress37,
	.adobewordpress36,
	.adobewordpress35,
	.adobewordpress34,
	.adobewordpress33,
	.adobewordpress32,
	.adobewordpress31,
	.adobewordpress30,
	.adobewordpress29,
	.adobewordpress28,
	.adobewordpress27,
	.adobewordpress26,
	.adobewordpress25,
	.adobewordpress24,
	.adobewordpress23,
	.adobewordpress22,
	.adobewordpress21,
	.adobewordpress20,
	.adobewordpress19,
	.adobewordpress18,
	.adobewordpress17,
	.adobewordpress16,
	.adobewordpress15,
	.adobewordpress14,
	.adobewordpress13,
	.adobewordpress12,	
	.adobewordpress11,
	.adobewordpress10,
	.adobewordpress9,
	.adobewordpress8,
	.adobewordpress7,
	.adobewordpress6,
	.adobewordpress5,
	.adobewordpress4,
	.adobewordpress3,
	.adobewordpress2,
	.adobewordpress1{clear: both;clear: both;font-size: 13px;padding-top: 6px;font-family: 'Open Sans', sans-serif, tahoma, arial;}
	
	.yapistir{
    bottom: 0 !important;
    position: fixed;
	background-color: #9b59b6;
	z-index: 999999;
    height: 30px;
	width: 100%;
}



.fa-file-text3:before {
    content: "\f15c";
    font-size: 31px;
	}

.fa-check-square-o3:before {
    content: "\f046";
    font-size: 40px;
	}

.fa-book3:before {
    content: "\f02d";
    font-size: 35px;
}

.fa-question3:before {
    content: "\f128";
    font-size: 45px;
}

.fa-calendar3:before {
    content: "\f073";
    font-size: 32px;
}


	
@media screen and (min-width : 200px) and (max-width : 600px) {
.question p img{width: 100%;}

#testbitti {
    font-weight: 600;
    margin-top: 50px;
    clear: both;
    float: right;
    margin-right: 45px;
}

#panel {width: 90% !important;}

	.test1{
        position: absolute;
    background: #D2322D;
    color: #fff;
    height: 43px;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 17px;
    font-size: 13px;
    margin: 16px;
    padding-top: 7px;
	}
    body {
        overflow-x: hidden;    width: 100%;
    }
.test2 {
    position: absolute;
    color: #8C8888;
    border-radius: 100px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin: 16px;
    padding-top: 7px;
    right: 0;
    top: 0;
}
    .exam_sheet {
        width: 100%;
        margin: auto;
        margin-top: 15px;
        position: relative;
        background-color: white;
    }

        .exam_sheet h1 {
            text-align: center;
            line-height: 60px;
            font-size: 18px;
        }

        .exam_sheet h2 {
            text-align: center;
            font-size: 16px;
        }

        .exam_sheet .reklam-bottom {
            height: 40px;
        }

    .exam_sheet_results {
        width: 480px;
        /*height: 1520px;*/
        margin: auto;
        margin-top: 15px;
        background-color: white;
        padding: 30px 0;
    }

    .exam-sheet {
        width: 460px;
        padding: 0 10px;
        position: relative;
        margin: auto;
        line-height: 20px;
    }

    .exam_sheet_page_information_text {
        position: relative;
        margin: auto;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        letter-spacing: 1px;
     
        padding-top: 10px;
    }

    .exam_sheet_column_first_question {
       margin-bottom: 20px;
    }

    .exam_sheet_column_left {
        width: 100%;
        margin: auto;
    }

    .exam_sheet_column_right {
            width: 100%;
        margin: auto;
    }

    .exam_question {
        margin-top: 0px;margin-bottom: 20px;
    }
	
	.cevapgoster {
        padding: 5.2px 7px 6.1px 7px !important;
	}
	
    .exam_sheet_middle_line {
        display: none;
    }

    .exam_sheet_page_number_text {
        margin: auto;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    padding-bottom: 20px;
    margin-top: 10px;
    color: #444;
    }

    .question {
    clear: both;
	padding-left: 1%;
    padding-right: 7%;margin-top: 20px;
    }

        .question p {
                font-weight: 600;
    margin-top: 0px;
    font-size: 13px;
    line-height: 18px;    margin-bottom: 5px;
        }

    .question_number {
            width: 5%;
        height: 18px;
        cursor: pointer;
        border-radius: 5px 8px 8px 5px;
        font-weight: bold;
        float: left;margin-top:3px;
    }

    .question_content {
        float: right;
        width: 93%;
    }

    .answer {
            width: 100%;
        clear: both;
    }
.konubilgi{
    height: 27px !important;
}


    .question_img_top_right {
        float: right;
        padding: 0 0 20px 20px;
    }

    .question_img_top {
        max-width: 240px;
        float: right;
        padding: 0 0 10px 0;
        clear: both;
    }

    .question_img_in_the_choices {
        top: 90px;
        max-width: 140px;
    }

    .answers_img_container {
        width: 370px;
        min-height: 240px;
        top: -90px;
    }

    .answers_img_container_left {
        width: 185px;
        float: left;
    }

    .answers_img_container_right {
        width: 185px;
        float: left;
    }

    .answers_img_choice {
        width: 185px;
        /*height: 110px !important;*/
    }

    .answers_container {
        width: 370px;
    }

    .answers_column_left,
    .answers_column_right {
        width: 185px;
        float: left;
    }

    .result {
     
        line-height: 24px;
        margin-top: 15px;
    }

    /* Stopwatch */
    .time-notification {
        width: 0;
        display: none !important;
        visibility: hidden !important;
    }

	 .puan{margin-left: 87px !important;}
	.cevapanahtari{text-align: center;}
	
	
	
    #stopwatch_container {
        width: 0;
        display: none;
        visibility: hidden !important;
    }

    /* *** results *** */

    .results_container {
        
        margin: auto;
       
    }

    .results_column {
        
        position: relative;
       
        
      
    }

    .results-footer {
       padding-top: 20px;
        font-size: 14px;
        clear: both;
        margin: auto;line-height: 20px;
    }

        .results-footer a {
            color: black;
        }

    .results_column_header {
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
      
    }

    .results_column_line {
        height: 20px;
        line-height: 20px;
        text-indent: 5px;    border-bottom: 1px solid #f6f6f6;width: 250px;
    margin: auto;
    }

    .general-results {
 width: 260px;
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;    margin: auto;
    }

    .rigth-answer {
        color: green;
    }

    .wrong-answer {
        color: red;
    }

    .empty-answer {
        color: #FF8C00;
    }

    .check-answers-button {
     text-align: center;
        margin-top: 20px;clear: both;
    margin-bottom: 20px;
    }

    .check-answers-button-style {
    font-weight: 600;
    font-size: 14px;
    padding: 16px 13px;
    border-radius: 4px;
    background: #F6F6F6;
    border: 1px solid #EAE8E8;
    color: #5F5C5C;
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    }

    .bottom-fixer {
        width: 100%;
        height: 10px;
        position: relative;
        margin: auto;
    }


    /* *** Çikita Exam Reklama *** */

    .cikita-reklama-container {
        display: none;
    }

    .cikita-reklama-original {
        display: none;
    }

    .cikita-reklama-responsive {
        width: 250px;
        height: 250px;
        position: relative;
        margin: 10px auto;
        box-shadow: 0 0 2px black;
        display: inherit !important;
    }
}



.question_content strong{
    font-weight: 600;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif, tahoma, arial;
}

@font-face {
    font-family: Arial;
    src: url("fonts/arial.ttf"), url("fonts/arial.eot");
}

@font-face {
    font-family: Verdana;
    src: url("fonts/verdana.ttf"), url("fonts/verdana.eot");
}

.hidden {
    display: none;
}

#fb-like-box-exam {
    width: 245px;
    height: 210px;
    position: relative;
    margin: auto;
}

.clear {
    clear: both;
}

/* *** Çikita Exam Reklama *** */

.cikita-reklama-container {
    width: 728px;
    height: 90px;
    position: relative;
    margin: auto;
    box-shadow: 0 0 2px black;
}

.cikita-reklama-original {
    width: 728px;
    height: 90px;
    position: relative;
    margin: auto;
}

.cikita-reklama-responsive {
    display: none !important;
}

#panel {right: 0;top:0;    z-index: 1000;height: 100%;

background: #fff;
    position: fixed;
    -webkit-box-shadow: -5px 0px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 0px 16px -4px rgba(0,0,0,0.75);
    box-shadow: -5px 0px 16px -4px rgba(0,0,0,0.75);
	}

#panel h3{    color: #fff;
   padding: 25px 10px;
    margin: 0;
    font-weight: 500;
    background: #385671;
    font-size: 21px;}

	#panel .konu  h4,
#panel .konu  h3{font-weight: 600;
    font-size: 15px !important;
    line-height: 21px;
    padding: 2px !important; }
	
	#panel .konu ul li {
    line-height: 21px;
    list-style-type: square;
    list-style-position: inside;
    color: #444;
    font-size: 14px;
}

#panel .konu ol li {
    line-height: 21px;
    list-style-type: decimal;
    list-style-position: inside;
    color: #444;
    font-size: 14px;
}

.ozetgoster{
    padding: 5px 7px 6px 7px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    float: left;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    margin-left: 5px;
    background: #fff;
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
    letter-spacing: 1px;    font-family: 'Open Sans', sans-serif, tahoma, arial;
}
.ozetgoster:hover{
    background-color: #d9534f;
    border-color: #d43f3a;
    
}

#panel .konu p {padding: 1px 0px;line-height: 23px;font-size: 14px; color: #444; }
#panel .konu h1 {font-size: 18px;font-weight: 600; line-height: 31px; margin-bottom: 5px; }
#panel .konu strong { color: #000;   font-weight: 600; }

.nano {
  position : relative;
  width    : 100%;
  height	: 83.6%;
  overflow : hidden;
}
.nano .nano-content {

position      : absolute;

overflow      : scroll;

overflow-x    : hidden;

top           : 0;



bottom        : 0;


}
.nano .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 7px;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9;/* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;  
  border-radius         : 3px;
}

.nano .nano-content      { padding: 10px; padding-bottom:0px !important}
.nano .nano-pane         { background: #444; }
.nano .nano-pane .nano-slider { background: #111; }



.cevapgoster:hover{
	background-color: #5bc0de;
    border-color: #46b8da;
}

.choice input[type="radio"] + label:hover{
    background: #f6f6f6;
}

.uniteozet{
    border-radius: 3px;font-size: 15px;
    background: #f6f6f6;
    border: 1px solid #f3f3f3;float: right;
    padding: 0px 4px;
    font-weight: 600;
    margin-left: 5px;
}


.puan{
    height: 62px;
    padding-top: 10px;
    width: 75px;
    text-align: center;
    border: 1px solid #EAE8E8;
    color: #0A0A0A;
    border-radius: 4px;
    font-size: 13px;
    margin: auto;
    margin-bottom: 10px;
}

.dogru{
    float: left;
    height: 62px;
    padding-top: 10px;
    margin-right: 10px;
    width: 75px;
    text-align: center;
    border: 1px solid green;
    color: green;
    border-radius: 4px;    font-size: 13px;
}
.yanlis{
    float: left;
    margin-right: 10px;
    height: 62px;
    padding-top: 10px;
    width: 75px;
    text-align: center;
    border: 1px solid #D2322D;
    color: #D2322D;
    border-radius: 4px;    font-size: 13px;
}
.bos{
    float: left;
    
    height: 62px;
    padding-top: 10px;
    width: 75px;
    text-align: center;
    border: 1px solid #FF8C00;
    color: #FF8C00;
    border-radius: 4px;    font-size: 13px;
}

.cevapsonuc{
    font-size: 24px;
    margin-bottom: 3px;
}


/* *** Social *** */

.social {
    width: 405px;
    position: relative;
    margin: auto;
}

    .social div {
        float: left;
        margin-right: 20px;
    }

    
@media screen and (min-width : 961px) {

#testbitti {font-weight: 600; margin-top: 50px; clear: both; float: right; margin-right: 45px;}
#test-results {width: 375px; clear: both; float: right;}
#panel {width: 400px;}
    .exam_sheet {
        position: relative;
        width: 995px;
        margin: auto;
        margin-bottom: 10px;
        background-color: #FFF;
        line-height: 20px;    border: 1px solid #f6f6f6;float: left;
    }

        .exam_sheet .contenttest {
            position: relative;
        }

        .exam_sheet .reklam-bottom {
            height: 40px;
        }

        .exam_sheet h1 {
            text-align: center;
            line-height: 60px;
        }

        .exam_sheet h2 {
            text-align: center;
        }

    .exam-sheet {
        width: 700px;
        margin: auto;
        line-height: 20px;
    }

    .exam_sheet_results {
        width: 930px;
        /*height: 1520px;*/
        margin: auto;
        margin-top: 15px;
        background-color: white;
        padding: 30px 0;
        position: relative;
    }

    .exam_sheet_page_information_text {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        letter-spacing: 1px;
        line-height: 20px;
            padding-top: 10px;
    }

    .exam_sheet_column_first_question {
        margin-top: -15px !important;
        line-height: 20px;    margin-bottom: 25px;
    }

    .exam_sheet_column_left {
        width: 410px;
        float: left;
        margin-left: 40px;
    }

    .exam_sheet_column_right {
        width: 410px;
        margin-right: 20px;
        float: right;
    }

    .exam_question {
        margin-top: 10px;    margin-bottom: 25px;
    }

    .exam_sheet_middle_line {
        position: absolute;
        left: 50%;
        top: 1%;
        bottom: 1%;
        border-left: 2px solid #000;
    }

    .exam_sheet_page_number_text {
        margin: auto;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    padding-bottom: 20px;
    margin-top: 10px;
    color: #444;
    }

    .question {
        width: 370px;    margin-top: 0px;margin-bottom: 25px;
        /*position: relative;*/
        clear: both;
    }

        .question p {
                      font-weight: 600;
    margin-top: 0px;
    font-size: 13px;
    line-height: 18px;margin-bottom: 4px;
        }

    .question_number {
        width: 24px;
        height: 18px;
        cursor: pointer;
        border-radius: 5px 8px 8px 5px;
        font-weight: bold;
        float: left;margin-top: 0px;font-family: 'Open Sans', sans-serif, tahoma, arial;
    }

    .question_content {
        float: right;
        width: 345px;
    }

    .answer {
        width: 345px;
        clear: both;
    }

    .question_img_top_right {
        float: right;
        padding: 0 0 20px 20px;
    }

    .question_img_top {
        max-width: 240px;
        float: right;
        padding: 0 0 10px 0;
        clear: both;
    }

    .question_img_in_the_choices {
        top: 90px;
        max-width: 140px;
    }

    .answers_img_container {
        width: 370px;
        min-height: 240px;
        top: -90px;
    }

    .answers_img_container_left {
        width: 185px;
        float: left;
    }

    .answers_img_container_right {
        width: 185px;
        float: left;
    }

    .answers_img_choice {
        width: 185px;
    }

    .answers_container {
        width: 370px;
    }

    .answers_column_left,
    .answers_column_right {
        width: 185px;
        float: left;
    }

    .result {
       
        line-height: 24px;
        margin-top: 15px;margin-bottom: 9px;
    font-weight: 600;
    }

    /* Stopwatch */

    #stopwatch_container {
        width: 200px;
        height: auto;
        position: fixed;
        top: 0;
        right: 10px;
        background-color: transparent;
        z-index: 1000;
    }

        #stopwatch_container button {
            position: relative;
            left: 50px;
            opacity: .84;
            margin-top: 5px;
        }

    #stopwatch {
        width: 200px;
        height: auto;
        position: relative;
        background-color: transparent;
        z-index: 1001;
    }

    /* *** results *** */

    .results_container {
        
        margin: auto;
    }

    .results_column {
        
        position: relative;
        padding-bottom: 60px;
        float: left;
       
        
    }

    .results-footer {
        
        position: relative;
        clear: both;
        margin: auto;
    }

        .results-footer a {
            color: black;
        }

    .results_column_header {
        text-align: center;
        font-size: 16px;
       
        width: 100%;
        
    }

    .results_column_line {
        height: 20px;border-bottom: 1px solid #ECEBEB;
        line-height: 20px;
        text-indent: 5px;
    }

    .general-results {
       
       margin-top: 10px;
        font-size: 17px;
    line-height: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .rigth-answer {
        color: green;
    }

    .wrong-answer {
        color: red;
    }

    .empty-answer {
        color: #FF8C00;
    }

    .check-answers-button {
        
        
        margin-top: 20px;
    }

    .check-answers-button-style {
    font-weight: 600;
    font-size: 14px;
    padding: 16px 13px;
    border-radius: 4px;
    background: #F6F6F6;
    border: 1px solid #EAE8E8;
    color: #5F5C5C;
    clear: both;
    float: right;
    margin-right: 45px;
    margin-top: 20px;    margin-bottom: 10px;
    }

    .bottom-fixer {
        width: 600px;
        height: 10px;
        position: relative;
        margin: auto;
    }
	.test1{
         position: absolute;
    background: #D2322D;
    color: #fff;
    height: 43px;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 17px;
    font-size: 13px;
    margin: 16px;
    padding-top: 7px;
	}
	.test2 {
       position: absolute;
    color: #8C8888;
    border-radius: 100px;
    text-align: center;
    line-height: 17px;
    font-size: 13px;
    margin: 16px;
    padding-top: 7px;
    right: 0;
    top: 0;
}

}

/* ***************************** Responsive ***************************** */

@media screen and (min-width : 601px) and (max-width : 960px) {
#testbitti {
    font-weight: 600;
    margin-top: 50px;
    clear: both;
    float: right;
    margin-right: 45px;
}
#panel {width: 450px !important;}

	.test1{
        position: absolute;
    background: #D2322D;
    color: #fff;
    height: 43px;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 17px;
    font-size: 13px;
    margin: 16px;
    padding-top: 7px;
	}
    body {
        overflow-x: hidden;
    }
.test2 {
    position: absolute;
    color: #8C8888;
    border-radius: 100px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    margin: 16px;
    padding-top: 7px;
    right: 0;
    top: 0;
}
    .exam_sheet {
        width: 480px;
        margin: auto;
        margin-top: 15px;
        position: relative;
        background-color: white;
    }

        .exam_sheet h1 {
            text-align: center;
            line-height: 60px;
            font-size: 18px;
        }

        .exam_sheet h2 {
            text-align: center;
            font-size: 16px;
        }

        .exam_sheet .reklam-bottom {
            height: 40px;
        }

    .exam_sheet_results {
        width: 480px;
        /*height: 1520px;*/
        margin: auto;
        margin-top: 15px;
        background-color: white;
        padding: 30px 0;
    }

    .exam-sheet {
        width: 460px;
        padding: 0 10px;
        position: relative;
        margin: auto;
        line-height: 20px;
    }

    .exam_sheet_page_information_text {
        position: relative;
        margin: auto;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        letter-spacing: 1px;
        line-height: 40px;
        padding-top: 10px;
    }

    .exam_sheet_column_first_question {
       margin-bottom: 20px;
    }

    .exam_sheet_column_left {
        width: 410px;
        margin: auto;
    }

    .exam_sheet_column_right {
        width: 410px;
        margin: auto;
    }

    .exam_question {
        margin-top: 0px;margin-bottom: 20px;
    }
	
	.cevapgoster {
    padding: 5.2px 7px 6.1px 7px !important;
	}
	
    .exam_sheet_middle_line {
        display: none;
    }

    .exam_sheet_page_number_text {
        margin: auto;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    padding-bottom: 20px;
    margin-top: 10px;
    color: #444;
    }

    .question {
        width: 370px;
        clear: both;    margin-top: 20px;
    }

        .question p {
                font-weight: 600;
    margin-top: 0px;
    font-size: 13px;
    line-height: 18px;    margin-bottom: 5px;
        }

    .question_number {
        width: 24px;
        height: 18px;
        cursor: pointer;
        border-radius: 5px 8px 8px 5px;
        font-weight: bold;
        float: left;margin-top: 2px;
    }

    .question_content {
        float: right;
        width: 345px;
    }

    .answer {
        width: 345px;
        clear: both;
    }
.konubilgi{
    height: 27px !important;
}


    .question_img_top_right {
        float: right;
        padding: 0 0 20px 20px;
    }

    .question_img_top {
        max-width: 240px;
        float: right;
        padding: 0 0 10px 0;
        clear: both;
    }

    .question_img_in_the_choices {
        top: 90px;
        max-width: 140px;
    }

    .answers_img_container {
        width: 370px;
        min-height: 240px;
        top: -90px;
    }

    .answers_img_container_left {
        width: 185px;
        float: left;
    }

    .answers_img_container_right {
        width: 185px;
        float: left;
    }

    .answers_img_choice {
        width: 185px;
        /*height: 110px !important;*/
    }

    .answers_container {
        width: 370px;
    }

    .answers_column_left,
    .answers_column_right {
        width: 185px;
        float: left;
    }

    .result {
     
        line-height: 24px;
        margin-top: 15px;
    }

    /* Stopwatch */
    .time-notification {
        width: 0;
        display: none !important;
        visibility: hidden !important;
    }

	 .puan{margin-left: 87px !important;}
	.cevapanahtari{text-align: center;}
	
	
	
    #stopwatch_container {
        width: 0;
        display: none;
        visibility: hidden !important;
    }

    /* *** results *** */

    .results_container {
        
        margin: auto;
       
    }

    .results_column {
        
        position: relative;
       
        
      
    }

    .results-footer {
       padding-top: 20px;
        font-size: 14px;
        clear: both;
        margin: auto;line-height: 20px;
    }

        .results-footer a {
            color: black;
        }

    .results_column_header {
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
      
    }

    .results_column_line {
        height: 20px;
        line-height: 20px;
        text-indent: 5px;    border-bottom: 1px solid #f6f6f6;width: 250px;
    margin: auto;
    }

    .general-results {
 width: 260px;
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;    margin: auto;
    }

    .rigth-answer {
        color: green;
    }

    .wrong-answer {
        color: red;
    }

    .empty-answer {
        color: #FF8C00;
    }

    .check-answers-button {
     text-align: center;
        margin-top: 20px;clear: both;margin-bottom: 20px;
    }
	
	#test-results{clear: both; }

    .check-answers-button-style {
      font-weight: 600;
    font-size: 14px;
    padding: 16px 13px;
    border-radius: 4px;
    background: #F6F6F6;
    border: 1px solid #EAE8E8;
    color: #5F5C5C;
    clear: both;
    float: right;
    margin-right: 45px;
    margin-top: 20px;margin-bottom: 20px;
    }

    .bottom-fixer {
        width: 600px;
        height: 10px;
        position: relative;
        margin: auto;
    }


    /* *** Çikita Exam Reklama *** */

    .cikita-reklama-container {
        display: none;
    }

    .cikita-reklama-original {
        display: none;
    }

    .cikita-reklama-responsive {
        width: 250px;
        height: 250px;
        position: relative;
        margin: 10px auto;
        box-shadow: 0 0 2px black;
        display: inherit !important;
    }
}

























/* *** Radio Buttons *** */

.choice {
   margin-bottom: 5px;
}

    .choice img {
        
        vertical-align: top;
    }

    .choice input[type="radio"] {
        display: none !important;
    }

        .choice input[type="radio"] + label {
              display: inline-block;
    bottom: -6px;font-size: 13px;
    position: relative;
    cursor: pointer;
    background: no-repeat -1px -2.9px;
    padding-left: 36px;    line-height: 18px;
	
       padding: 9px 9px 10px 9px;
    background: rgba(246, 246, 246, 0.45);
    width: 100%;
    border: 1px solid #EFEEEE;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;font-family: 'Open Sans', sans-serif, tahoma, arial;
        }

        .choice input[type="radio"]:checked + label {
            cursor: default;
        }

.choice_101 input[type='radio'] + label {
    
}

.choice_101 input[type='radio']:checked + label {
    background-image: url(a101-checked.gif);
}

.choice_102 input[type='radio'] + label {
    
}

.choice_102 input[type='radio']:checked + label {
    background-image: url(b102-checked.gif);
}

.choice_103 input[type='radio'] + label {
    
}

.choice_103 input[type='radio']:checked + label {
    background-image: url(c103-checked.gif);
}

.choice_104 input[type='radio'] + label {
    
}

.choice_104 input[type='radio']:checked + label {
    background-image: url(d104-checked.gif);
}

.choice_105 input[type='radio'] + label {
    
}

.choice_105 input[type='radio']:checked + label {
    background-image: url(a105-checked.gif);
}

.choice_106 input[type='radio'] + label {
    
}

.choice_106 input[type='radio']:checked + label {
    background-image: url(b106-checked.gif);
}

.choice_107 input[type='radio'] + label {
    
}

.choice_107 input[type='radio']:checked + label {
    background-image: url(c107-checked.gif);
}

.choice_108 input[type='radio'] + label {
    
}

.choice_108 input[type='radio']:checked + label {
    background-image: url(d108-checked.gif);
}

.choice_109 input[type='radio'] + label {
    
}

.choice_109 input[type='radio']:checked + label {
    background-image: url(a109-checked.gif);
}

.choice_110 input[type='radio'] + label {
    
}

.choice_110 input[type='radio']:checked + label {
    background-image: url(b110-checked.gif);
}

.choice_111 input[type='radio'] + label {
    
}

.choice_111 input[type='radio']:checked + label {
    background-image: url(c111-checked.gif);
}

.choice_112 input[type='radio'] + label {
    
}

.choice_112 input[type='radio']:checked + label {
    background-image: url(d112-checked.gif);
}

.choice_113 input[type='radio'] + label {
    
}

.choice_113 input[type='radio']:checked + label {
    background-image: url(a113-checked.gif);
}

.choice_114 input[type='radio'] + label {
    
}

.choice_114 input[type='radio']:checked + label {
    background-image: url(b114-checked.gif);
}

.choice_115 input[type='radio'] + label {
    
}

.choice_115 input[type='radio']:checked + label {
    background-image: url(c115-checked.gif);
}

.choice_116 input[type='radio'] + label {
    
}

.choice_116 input[type='radio']:checked + label {
    background-image: url(d116-checked.gif);
}

.choice_117 input[type='radio'] + label {
    
}

.choice_117 input[type='radio']:checked + label {
    background-image: url(a117-checked.gif);
}

.choice_118 input[type='radio'] + label {
    
}

.choice_118 input[type='radio']:checked + label {
    background-image: url(b118-checked.gif);
}

.choice_119 input[type='radio'] + label {
    
}

.choice_119 input[type='radio']:checked + label {
    background-image: url(c119-checked.gif);
}

.choice_120 input[type='radio'] + label {
    
}

.choice_120 input[type='radio']:checked + label {
    background-image: url(d120-checked.gif);
}

.choice_121 input[type='radio'] + label {
    
}

.choice_121 input[type='radio']:checked + label {
    background-image: url(a121-checked.gif);
}

.choice_122 input[type='radio'] + label {
    
}

.choice_122 input[type='radio']:checked + label {
    background-image: url(b122-checked.gif);
}

.choice_123 input[type='radio'] + label {
    
}

.choice_123 input[type='radio']:checked + label {
    background-image: url(c123-checked.gif);
}

.choice_124 input[type='radio'] + label {
    
}

.choice_124 input[type='radio']:checked + label {
    background-image: url(d124-checked.gif);
}

.choice_125 input[type='radio'] + label {
    
}

.choice_125 input[type='radio']:checked + label {
    background-image: url(a125-checked.gif);
}

.choice_126 input[type='radio'] + label {
    
}

.choice_126 input[type='radio']:checked + label {
    background-image: url(b126-checked.gif);
}

.choice_127 input[type='radio'] + label {
    
}

.choice_127 input[type='radio']:checked + label {
    background-image: url(c127-checked.gif);
}

.choice_128 input[type='radio'] + label {
    
}

.choice_128 input[type='radio']:checked + label {
    background-image: url(d128-checked.gif);
}

.choice_129 input[type='radio'] + label {
    
}

.choice_129 input[type='radio']:checked + label {
    background-image: url(a129-checked.gif);
}

.choice_130 input[type='radio'] + label {
    
}

.choice_130 input[type='radio']:checked + label {
    background-image: url(b130-checked.gif);
}

.choice_131 input[type='radio'] + label {
    
}

.choice_131 input[type='radio']:checked + label {
    background-image: url(c131-checked.gif);
}

.choice_132 input[type='radio'] + label {
    
}

.choice_132 input[type='radio']:checked + label {
    background-image: url(d132-checked.gif);
}

.choice_133 input[type='radio'] + label {
    
}

.choice_133 input[type='radio']:checked + label {
    background-image: url(a133-checked.gif);
}

.choice_134 input[type='radio'] + label {
    
}

.choice_134 input[type='radio']:checked + label {
    background-image: url(b134-checked.gif);
}

.choice_135 input[type='radio'] + label {
    
}

.choice_135 input[type='radio']:checked + label {
    background-image: url(c135-checked.gif);
}

.choice_136 input[type='radio'] + label {
    
}

.choice_136 input[type='radio']:checked + label {
    background-image: url(d136-checked.gif);
}

.choice_137 input[type='radio'] + label {
    
}

.choice_137 input[type='radio']:checked + label {
    background-image: url(a137-checked.gif);
}

.choice_138 input[type='radio'] + label {
    
}

.choice_138 input[type='radio']:checked + label {
    background-image: url(b138-checked.gif);
}

.choice_139 input[type='radio'] + label {
    
}

.choice_139 input[type='radio']:checked + label {
    background-image: url(c139-checked.gif);
}

.choice_140 input[type='radio'] + label {
    
}

.choice_140 input[type='radio']:checked + label {
    background-image: url(d140-checked.gif);
}

.choice_141 input[type='radio'] + label {
    
}

.choice_141 input[type='radio']:checked + label {
    background-image: url(a141-checked.gif);
}

.choice_142 input[type='radio'] + label {
    
}

.choice_142 input[type='radio']:checked + label {
    background-image: url(b142-checked.gif);
}

.choice_143 input[type='radio'] + label {
    
}

.choice_143 input[type='radio']:checked + label {
    background-image: url(c143-checked.gif);
}

.choice_144 input[type='radio'] + label {
    
}

.choice_144 input[type='radio']:checked + label {
    background-image: url(d144-checked.gif);
}

.choice_145 input[type='radio'] + label {
    
}

.choice_145 input[type='radio']:checked + label {
    background-image: url(a145-checked.gif);
}

.choice_146 input[type='radio'] + label {
    
}

.choice_146 input[type='radio']:checked + label {
    background-image: url(b146-checked.gif);
}

.choice_147 input[type='radio'] + label {
    
}

.choice_147 input[type='radio']:checked + label {
    background-image: url(c147-checked.gif);
}

.choice_148 input[type='radio'] + label {
    
}

.choice_148 input[type='radio']:checked + label {
    background-image: url(d148-checked.gif);
}

.choice_149 input[type='radio'] + label {
    
}

.choice_149 input[type='radio']:checked + label {
    background-image: url(a149-checked.gif);
}

.choice_150 input[type='radio'] + label {
    
}

.choice_150 input[type='radio']:checked + label {
    background-image: url(b150-checked.gif);
}

.choice_151 input[type='radio'] + label {
    
}

.choice_151 input[type='radio']:checked + label {
    background-image: url(c151-checked.gif);
}

.choice_152 input[type='radio'] + label {
    
}

.choice_152 input[type='radio']:checked + label {
    background-image: url(d152-checked.gif);
}

.choice_153 input[type='radio'] + label {
    
}

.choice_153 input[type='radio']:checked + label {
    background-image: url(a153-checked.gif);
}

.choice_154 input[type='radio'] + label {
    
}

.choice_154 input[type='radio']:checked + label {
    background-image: url(b154-checked.gif);
}

.choice_155 input[type='radio'] + label {
    
}

.choice_155 input[type='radio']:checked + label {
    background-image: url(c155-checked.gif);
}

.choice_156 input[type='radio'] + label {
    
}

.choice_156 input[type='radio']:checked + label {
    background-image: url(d156-checked.gif);
}

.choice_157 input[type='radio'] + label {
    
}

.choice_157 input[type='radio']:checked + label {
    background-image: url(a157-checked.gif);
}

.choice_158 input[type='radio'] + label {
    
}

.choice_158 input[type='radio']:checked + label {
    background-image: url(b158-checked.gif);
}

.choice_159 input[type='radio'] + label {
    
}

.choice_159 input[type='radio']:checked + label {
    background-image: url(c159-checked.gif);
}

.choice_160 input[type='radio'] + label {
    
}

.choice_160 input[type='radio']:checked + label {
    background-image: url(d160-checked.gif);
}

.choice_201 input[type='radio'] + label {
    
}

.choice_201 input[type='radio']:checked + label {
    background-image: url(a201-checked.gif);
}

.choice_202 input[type='radio'] + label {
    
}

.choice_202 input[type='radio']:checked + label {
    background-image: url(b202-checked.gif);
}

.choice_203 input[type='radio'] + label {
    
}

.choice_203 input[type='radio']:checked + label {
    background-image: url(c203-checked.gif);
}

.choice_204 input[type='radio'] + label {
    
}

.choice_204 input[type='radio']:checked + label {
    background-image: url(d204-checked.gif);
}

.choice_205 input[type='radio'] + label {
    
}

.choice_205 input[type='radio']:checked + label {
    background-image: url(a205-checked.gif);
}

.choice_206 input[type='radio'] + label {
    
}

.choice_206 input[type='radio']:checked + label {
    background-image: url(b206-checked.gif);
}

.choice_207 input[type='radio'] + label {
    
}

.choice_207 input[type='radio']:checked + label {
    background-image: url(c207-checked.gif);
}

.choice_208 input[type='radio'] + label {
    
}

.choice_208 input[type='radio']:checked + label {
    background-image: url(d208-checked.gif);
}

.choice_209 input[type='radio'] + label {
    
}

.choice_209 input[type='radio']:checked + label {
    background-image: url(a209-checked.gif);
}

.choice_210 input[type='radio'] + label {
    
}

.choice_210 input[type='radio']:checked + label {
    background-image: url(b210-checked.gif);
}

.choice_211 input[type='radio'] + label {
    
}

.choice_211 input[type='radio']:checked + label {
    background-image: url(c211-checked.gif);
}

.choice_212 input[type='radio'] + label {
    
}

.choice_212 input[type='radio']:checked + label {
    background-image: url(d212-checked.gif);
}

.choice_213 input[type='radio'] + label {
    
}

.choice_213 input[type='radio']:checked + label {
    background-image: url(a213-checked.gif);
}

.choice_214 input[type='radio'] + label {
    
}

.choice_214 input[type='radio']:checked + label {
    background-image: url(b214-checked.gif);
}

.choice_215 input[type='radio'] + label {
    
}

.choice_215 input[type='radio']:checked + label {
    background-image: url(c215-checked.gif);
}

.choice_216 input[type='radio'] + label {
    
}

.choice_216 input[type='radio']:checked + label {
    background-image: url(d216-checked.gif);
}

.choice_217 input[type='radio'] + label {
    
}

.choice_217 input[type='radio']:checked + label {
    background-image: url(a217-checked.gif);
}

.choice_218 input[type='radio'] + label {
    
}

.choice_218 input[type='radio']:checked + label {
    background-image: url(b218-checked.gif);
}

.choice_219 input[type='radio'] + label {
    
}

.choice_219 input[type='radio']:checked + label {
    background-image: url(c219-checked.gif);
}

.choice_220 input[type='radio'] + label {
    
}

.choice_220 input[type='radio']:checked + label {
    background-image: url(d220-checked.gif);
}

.choice_221 input[type='radio'] + label {
    
}

.choice_221 input[type='radio']:checked + label {
    background-image: url(a221-checked.gif);
}

.choice_222 input[type='radio'] + label {
    
}

.choice_222 input[type='radio']:checked + label {
    background-image: url(b222-checked.gif);
}

.choice_223 input[type='radio'] + label {
    
}

.choice_223 input[type='radio']:checked + label {
    background-image: url(c223-checked.gif);
}

.choice_224 input[type='radio'] + label {
    
}

.choice_224 input[type='radio']:checked + label {
    background-image: url(d224-checked.gif);
}

.choice_225 input[type='radio'] + label {
    
}

.choice_225 input[type='radio']:checked + label {
    background-image: url(a225-checked.gif);
}

.choice_226 input[type='radio'] + label {
    
}

.choice_226 input[type='radio']:checked + label {
    background-image: url(b226-checked.gif);
}

.choice_227 input[type='radio'] + label {
    
}

.choice_227 input[type='radio']:checked + label {
    background-image: url(c227-checked.gif);
}

.choice_228 input[type='radio'] + label {
    
}

.choice_228 input[type='radio']:checked + label {
    background-image: url(d228-checked.gif);
}

.choice_229 input[type='radio'] + label {
    
}

.choice_229 input[type='radio']:checked + label {
    background-image: url(a229-checked.gif);
}

.choice_230 input[type='radio'] + label {
    
}

.choice_230 input[type='radio']:checked + label {
    background-image: url(b230-checked.gif);
}

.choice_231 input[type='radio'] + label {
    
}

.choice_231 input[type='radio']:checked + label {
    background-image: url(c231-checked.gif);
}

.choice_232 input[type='radio'] + label {
    
}

.choice_232 input[type='radio']:checked + label {
    background-image: url(d232-checked.gif);
}

.choice_233 input[type='radio'] + label {
    
}

.choice_233 input[type='radio']:checked + label {
    background-image: url(a233-checked.gif);
}

.choice_234 input[type='radio'] + label {
    
}

.choice_234 input[type='radio']:checked + label {
    background-image: url(b234-checked.gif);
}

.choice_235 input[type='radio'] + label {
    
}

.choice_235 input[type='radio']:checked + label {
    background-image: url(c235-checked.gif);
}

.choice_236 input[type='radio'] + label {
    
}

.choice_236 input[type='radio']:checked + label {
    background-image: url(d236-checked.gif);
}

.choice_237 input[type='radio'] + label {
    
}

.choice_237 input[type='radio']:checked + label {
    background-image: url(a237-checked.gif);
}

.choice_238 input[type='radio'] + label {
    
}

.choice_238 input[type='radio']:checked + label {
    background-image: url(b238-checked.gif);
}

.choice_239 input[type='radio'] + label {
    
}

.choice_239 input[type='radio']:checked + label {
    background-image: url(c239-checked.gif);
}

.choice_240 input[type='radio'] + label {
    
}

.choice_240 input[type='radio']:checked + label {
    background-image: url(d240-checked.gif);
}

.choice_241 input[type='radio'] + label {
    
}

.choice_241 input[type='radio']:checked + label {
    background-image: url(a241-checked.gif);
}

.choice_242 input[type='radio'] + label {
    
}

.choice_242 input[type='radio']:checked + label {
    background-image: url(b242-checked.gif);
}

.choice_243 input[type='radio'] + label {
    
}

.choice_243 input[type='radio']:checked + label {
    background-image: url(c243-checked.gif);
}

.choice_244 input[type='radio'] + label {
    
}

.choice_244 input[type='radio']:checked + label {
    background-image: url(d244-checked.gif);
}

.choice_245 input[type='radio'] + label {
    
}

.choice_245 input[type='radio']:checked + label {
    background-image: url(a245-checked.gif);
}

.choice_246 input[type='radio'] + label {
    
}

.choice_246 input[type='radio']:checked + label {
    background-image: url(b246-checked.gif);
}

.choice_247 input[type='radio'] + label {
    
}

.choice_247 input[type='radio']:checked + label {
    background-image: url(c247-checked.gif);
}

.choice_248 input[type='radio'] + label {
    
}

.choice_248 input[type='radio']:checked + label {
    background-image: url(d248-checked.gif);
}

.choice_249 input[type='radio'] + label {
    
}

.choice_249 input[type='radio']:checked + label {
    background-image: url(a249-checked.gif);
}

.choice_250 input[type='radio'] + label {
    
}

.choice_250 input[type='radio']:checked + label {
    background-image: url(b250-checked.gif);
}

.choice_251 input[type='radio'] + label {
    
}

.choice_251 input[type='radio']:checked + label {
    background-image: url(c251-checked.gif);
}

.choice_252 input[type='radio'] + label {
    
}

.choice_252 input[type='radio']:checked + label {
    background-image: url(d252-checked.gif);
}

.choice_253 input[type='radio'] + label {
    
}

.choice_253 input[type='radio']:checked + label {
    background-image: url(a253-checked.gif);
}

.choice_254 input[type='radio'] + label {
    
}

.choice_254 input[type='radio']:checked + label {
    background-image: url(b254-checked.gif);
}

.choice_255 input[type='radio'] + label {
    
}

.choice_255 input[type='radio']:checked + label {
    background-image: url(c255-checked.gif);
}

.choice_256 input[type='radio'] + label {
    
}

.choice_256 input[type='radio']:checked + label {
    background-image: url(d256-checked.gif);
}

.choice_257 input[type='radio'] + label {
    
}

.choice_257 input[type='radio']:checked + label {
    background-image: url(a257-checked.gif);
}

.choice_258 input[type='radio'] + label {
    
}

.choice_258 input[type='radio']:checked + label {
    background-image: url(b258-checked.gif);
}

.choice_259 input[type='radio'] + label {
    
}

.choice_259 input[type='radio']:checked + label {
    background-image: url(c259-checked.gif);
}

.choice_260 input[type='radio'] + label {
    
}

.choice_260 input[type='radio']:checked + label {
    background-image: url(d260-checked.gif);
}

.choice_261 input[type='radio'] + label {
    
}

.choice_261 input[type='radio']:checked + label {
    background-image: url(a261-checked.gif);
}

.choice_262 input[type='radio'] + label {
    
}

.choice_262 input[type='radio']:checked + label {
    background-image: url(b262-checked.gif);
}

.choice_263 input[type='radio'] + label {
    
}

.choice_263 input[type='radio']:checked + label {
    background-image: url(c263-checked.gif);
}

.choice_264 input[type='radio'] + label {
    
}

.choice_264 input[type='radio']:checked + label {
    background-image: url(d264-checked.gif);
}

.choice_265 input[type='radio'] + label {
    
}

.choice_265 input[type='radio']:checked + label {
    background-image: url(a265-checked.gif);
}

.choice_266 input[type='radio'] + label {
    
}

.choice_266 input[type='radio']:checked + label {
    background-image: url(b266-checked.gif);
}

.choice_267 input[type='radio'] + label {
    
}

.choice_267 input[type='radio']:checked + label {
    background-image: url(c267-checked.gif);
}

.choice_268 input[type='radio'] + label {
    
}

.choice_268 input[type='radio']:checked + label {
    background-image: url(d268-checked.gif);
}

.choice_269 input[type='radio'] + label {
    
}

.choice_269 input[type='radio']:checked + label {
    background-image: url(a269-checked.gif);
}

.choice_270 input[type='radio'] + label {
    
}

.choice_270 input[type='radio']:checked + label {
    background-image: url(b270-checked.gif);
}

.choice_271 input[type='radio'] + label {
    
}

.choice_271 input[type='radio']:checked + label {
    background-image: url(c271-checked.gif);
}

.choice_272 input[type='radio'] + label {
    
}

.choice_272 input[type='radio']:checked + label {
    background-image: url(d272-checked.gif);
}

.choice_273 input[type='radio'] + label {
    
}

.choice_273 input[type='radio']:checked + label {
    background-image: url(a273-checked.gif);
}

.choice_274 input[type='radio'] + label {
    
}

.choice_274 input[type='radio']:checked + label {
    background-image: url(b274-checked.gif);
}

.choice_275 input[type='radio'] + label {
    
}

.choice_275 input[type='radio']:checked + label {
    background-image: url(c275-checked.gif);
}

.choice_276 input[type='radio'] + label {
    
}

.choice_276 input[type='radio']:checked + label {
    background-image: url(d276-checked.gif);
}

.choice_277 input[type='radio'] + label {
    
}

.choice_277 input[type='radio']:checked + label {
    background-image: url(a277-checked.gif);
}

.choice_278 input[type='radio'] + label {
    
}

.choice_278 input[type='radio']:checked + label {
    background-image: url(b278-checked.gif);
}

.choice_279 input[type='radio'] + label {
    
}

.choice_279 input[type='radio']:checked + label {
    background-image: url(c279-checked.gif);
}

.choice_280 input[type='radio'] + label {
    
}

.choice_280 input[type='radio']:checked + label {
    background-image: url(d280-checked.gif);
}

.choice_281 input[type='radio'] + label {
    
}

.choice_281 input[type='radio']:checked + label {
    background-image: url(a281-checked.gif);
}

.choice_282 input[type='radio'] + label {
    
}

.choice_282 input[type='radio']:checked + label {
    background-image: url(b282-checked.gif);
}

.choice_283 input[type='radio'] + label {
    
}

.choice_283 input[type='radio']:checked + label {
    background-image: url(c283-checked.gif);
}

.choice_284 input[type='radio'] + label {
    
}

.choice_284 input[type='radio']:checked + label {
    background-image: url(d284-checked.gif);
}

.choice_285 input[type='radio'] + label {
    
}

.choice_285 input[type='radio']:checked + label {
    background-image: url(a285-checked.gif);
}

.choice_286 input[type='radio'] + label {
    
}

.choice_286 input[type='radio']:checked + label {
    background-image: url(b286-checked.gif);
}

.choice_287 input[type='radio'] + label {
    
}

.choice_287 input[type='radio']:checked + label {
    background-image: url(c287-checked.gif);
}

.choice_288 input[type='radio'] + label {
    
}

.choice_288 input[type='radio']:checked + label {
    background-image: url(d288-checked.gif);
}

.choice_289 input[type='radio'] + label {
    
}

.choice_289 input[type='radio']:checked + label {
    background-image: url(a289-checked.gif);
}

.choice_290 input[type='radio'] + label {
    
}

.choice_290 input[type='radio']:checked + label {
    background-image: url(b290-checked.gif);
}

.choice_291 input[type='radio'] + label {
    
}

.choice_291 input[type='radio']:checked + label {
    background-image: url(c291-checked.gif);
}

.choice_292 input[type='radio'] + label {
    
}

.choice_292 input[type='radio']:checked + label {
    background-image: url(d292-checked.gif);
}

.choice_293 input[type='radio'] + label {
    
}

.choice_293 input[type='radio']:checked + label {
    background-image: url(a293-checked.gif);
}

.choice_294 input[type='radio'] + label {
    
}

.choice_294 input[type='radio']:checked + label {
    background-image: url(b294-checked.gif);
}

.choice_295 input[type='radio'] + label {
    
}

.choice_295 input[type='radio']:checked + label {
    background-image: url(c295-checked.gif);
}

.choice_296 input[type='radio'] + label {
    
}

.choice_296 input[type='radio']:checked + label {
    background-image: url(d296-checked.gif);
}

.choice_297 input[type='radio'] + label {
    
}

.choice_297 input[type='radio']:checked + label {
    background-image: url(a297-checked.gif);
}

.choice_298 input[type='radio'] + label {
    
}

.choice_298 input[type='radio']:checked + label {
    background-image: url(b298-checked.gif);
}

.choice_299 input[type='radio'] + label {
    
}

.choice_299 input[type='radio']:checked + label {
    background-image: url(c299-checked.gif);
}

.choice_2100 input[type='radio'] + label {
    
}

.choice_2100 input[type='radio']:checked + label {
    background-image: url(d2100-checked.gif);
}

.choice_301 input[type='radio'] + label {
    
}

.choice_301 input[type='radio']:checked + label {
    background-image: url(a301-checked.gif);
}

.choice_302 input[type='radio'] + label {
    
}

.choice_302 input[type='radio']:checked + label {
    background-image: url(b302-checked.gif);
}

.choice_303 input[type='radio'] + label {
    
}

.choice_303 input[type='radio']:checked + label {
    background-image: url(c303-checked.gif);
}

.choice_304 input[type='radio'] + label {
    
}

.choice_304 input[type='radio']:checked + label {
    background-image: url(d304-checked.gif);
}

.choice_305 input[type='radio'] + label {
    
}

.choice_305 input[type='radio']:checked + label {
    background-image: url(a305-checked.gif);
}

.choice_306 input[type='radio'] + label {
    
}

.choice_306 input[type='radio']:checked + label {
    background-image: url(b306-checked.gif);
}

.choice_307 input[type='radio'] + label {
    
}

.choice_307 input[type='radio']:checked + label {
    background-image: url(c307-checked.gif);
}

.choice_308 input[type='radio'] + label {
    
}

.choice_308 input[type='radio']:checked + label {
    background-image: url(d308-checked.gif);
}

.choice_309 input[type='radio'] + label {
    
}

.choice_309 input[type='radio']:checked + label {
    background-image: url(a309-checked.gif);
}

.choice_310 input[type='radio'] + label {
    
}

.choice_310 input[type='radio']:checked + label {
    background-image: url(b310-checked.gif);
}

.choice_311 input[type='radio'] + label {
    
}

.choice_311 input[type='radio']:checked + label {
    background-image: url(c311-checked.gif);
}

.choice_312 input[type='radio'] + label {
    
}

.choice_312 input[type='radio']:checked + label {
    background-image: url(d312-checked.gif);
}

.choice_313 input[type='radio'] + label {
    
}

.choice_313 input[type='radio']:checked + label {
    background-image: url(a313-checked.gif);
}

.choice_314 input[type='radio'] + label {
    
}

.choice_314 input[type='radio']:checked + label {
    background-image: url(b314-checked.gif);
}

.choice_315 input[type='radio'] + label {
    
}

.choice_315 input[type='radio']:checked + label {
    background-image: url(c315-checked.gif);
}

.choice_316 input[type='radio'] + label {
    
}

.choice_316 input[type='radio']:checked + label {
    background-image: url(d316-checked.gif);
}

.choice_317 input[type='radio'] + label {
    
}

.choice_317 input[type='radio']:checked + label {
    background-image: url(a317-checked.gif);
}

.choice_318 input[type='radio'] + label {
    
}

.choice_318 input[type='radio']:checked + label {
    background-image: url(b318-checked.gif);
}

.choice_319 input[type='radio'] + label {
    
}

.choice_319 input[type='radio']:checked + label {
    background-image: url(c319-checked.gif);
}

.choice_320 input[type='radio'] + label {
    
}

.choice_320 input[type='radio']:checked + label {
    background-image: url(d320-checked.gif);
}

.choice_321 input[type='radio'] + label {
    
}

.choice_321 input[type='radio']:checked + label {
    background-image: url(a321-checked.gif);
}

.choice_322 input[type='radio'] + label {
    
}

.choice_322 input[type='radio']:checked + label {
    background-image: url(b322-checked.gif);
}

.choice_323 input[type='radio'] + label {
    
}

.choice_323 input[type='radio']:checked + label {
    background-image: url(c323-checked.gif);
}

.choice_324 input[type='radio'] + label {
    
}

.choice_324 input[type='radio']:checked + label {
    background-image: url(d324-checked.gif);
}

.choice_325 input[type='radio'] + label {
    
}

.choice_325 input[type='radio']:checked + label {
    background-image: url(a325-checked.gif);
}

.choice_326 input[type='radio'] + label {
    
}

.choice_326 input[type='radio']:checked + label {
    background-image: url(b326-checked.gif);
}

.choice_327 input[type='radio'] + label {
    
}

.choice_327 input[type='radio']:checked + label {
    background-image: url(c327-checked.gif);
}

.choice_328 input[type='radio'] + label {
    
}

.choice_328 input[type='radio']:checked + label {
    background-image: url(d328-checked.gif);
}

.choice_329 input[type='radio'] + label {
    
}

.choice_329 input[type='radio']:checked + label {
    background-image: url(a329-checked.gif);
}

.choice_330 input[type='radio'] + label {
    
}

.choice_330 input[type='radio']:checked + label {
    background-image: url(b330-checked.gif);
}

.choice_331 input[type='radio'] + label {
    
}

.choice_331 input[type='radio']:checked + label {
    background-image: url(c331-checked.gif);
}

.choice_332 input[type='radio'] + label {
    
}

.choice_332 input[type='radio']:checked + label {
    background-image: url(d332-checked.gif);
}

.choice_333 input[type='radio'] + label {
    
}

.choice_333 input[type='radio']:checked + label {
    background-image: url(a333-checked.gif);
}

.choice_334 input[type='radio'] + label {
    
}

.choice_334 input[type='radio']:checked + label {
    background-image: url(b334-checked.gif);
}

.choice_335 input[type='radio'] + label {
    
}

.choice_335 input[type='radio']:checked + label {
    background-image: url(c335-checked.gif);
}

.choice_336 input[type='radio'] + label {
    
}

.choice_336 input[type='radio']:checked + label {
    background-image: url(d336-checked.gif);
}

.choice_337 input[type='radio'] + label {
    
}

.choice_337 input[type='radio']:checked + label {
    background-image: url(a337-checked.gif);
}

.choice_338 input[type='radio'] + label {
    
}

.choice_338 input[type='radio']:checked + label {
    background-image: url(b338-checked.gif);
}

.choice_339 input[type='radio'] + label {
    
}

.choice_339 input[type='radio']:checked + label {
    background-image: url(c339-checked.gif);
}

.choice_340 input[type='radio'] + label {
    
}

.choice_340 input[type='radio']:checked + label {
    background-image: url(d340-checked.gif);
}

.choice_341 input[type='radio'] + label {
    
}

.choice_341 input[type='radio']:checked + label {
    background-image: url(a341-checked.gif);
}

.choice_342 input[type='radio'] + label {
    
}

.choice_342 input[type='radio']:checked + label {
    background-image: url(b342-checked.gif);
}

.choice_343 input[type='radio'] + label {
    
}

.choice_343 input[type='radio']:checked + label {
    background-image: url(c343-checked.gif);
}

.choice_344 input[type='radio'] + label {
    
}

.choice_344 input[type='radio']:checked + label {
    background-image: url(d344-checked.gif);
}

.choice_345 input[type='radio'] + label {
    
}

.choice_345 input[type='radio']:checked + label {
    background-image: url(a345-checked.gif);
}

.choice_346 input[type='radio'] + label {
    
}

.choice_346 input[type='radio']:checked + label {
    background-image: url(b346-checked.gif);
}

.choice_347 input[type='radio'] + label {
    
}

.choice_347 input[type='radio']:checked + label {
    background-image: url(c347-checked.gif);
}

.choice_348 input[type='radio'] + label {
    
}

.choice_348 input[type='radio']:checked + label {
    background-image: url(d348-checked.gif);
}

.choice_349 input[type='radio'] + label {
    
}

.choice_349 input[type='radio']:checked + label {
    background-image: url(a349-checked.gif);
}

.choice_350 input[type='radio'] + label {
    
}

.choice_350 input[type='radio']:checked + label {
    background-image: url(b350-checked.gif);
}

.choice_351 input[type='radio'] + label {
    
}

.choice_351 input[type='radio']:checked + label {
    background-image: url(c351-checked.gif);
}

.choice_352 input[type='radio'] + label {
    
}

.choice_352 input[type='radio']:checked + label {
    background-image: url(d352-checked.gif);
}

.choice_353 input[type='radio'] + label {
    
}

.choice_353 input[type='radio']:checked + label {
    background-image: url(a353-checked.gif);
}

.choice_354 input[type='radio'] + label {
    
}

.choice_354 input[type='radio']:checked + label {
    background-image: url(b354-checked.gif);
}

.choice_355 input[type='radio'] + label {
    
}

.choice_355 input[type='radio']:checked + label {
    background-image: url(c355-checked.gif);
}

.choice_356 input[type='radio'] + label {
    
}

.choice_356 input[type='radio']:checked + label {
    background-image: url(d356-checked.gif);
}

.choice_357 input[type='radio'] + label {
    
}

.choice_357 input[type='radio']:checked + label {
    background-image: url(a357-checked.gif);
}

.choice_358 input[type='radio'] + label {
    
}

.choice_358 input[type='radio']:checked + label {
    background-image: url(b358-checked.gif);
}

.choice_359 input[type='radio'] + label {
    
}

.choice_359 input[type='radio']:checked + label {
    background-image: url(c359-checked.gif);
}

.choice_360 input[type='radio'] + label {
    
}

.choice_360 input[type='radio']:checked + label {
    background-image: url(d360-checked.gif);
}

.choice_361 input[type='radio'] + label {
    
}

.choice_361 input[type='radio']:checked + label {
    background-image: url(a361-checked.gif);
}

.choice_362 input[type='radio'] + label {
    
}

.choice_362 input[type='radio']:checked + label {
    background-image: url(b362-checked.gif);
}

.choice_363 input[type='radio'] + label {
    
}

.choice_363 input[type='radio']:checked + label {
    background-image: url(c363-checked.gif);
}

.choice_364 input[type='radio'] + label {
    
}

.choice_364 input[type='radio']:checked + label {
    background-image: url(d364-checked.gif);
}

.choice_365 input[type='radio'] + label {
    
}

.choice_365 input[type='radio']:checked + label {
    background-image: url(a365-checked.gif);
}

.choice_366 input[type='radio'] + label {
    
}

.choice_366 input[type='radio']:checked + label {
    background-image: url(b366-checked.gif);
}

.choice_367 input[type='radio'] + label {
    
}

.choice_367 input[type='radio']:checked + label {
    background-image: url(c367-checked.gif);
}

.choice_368 input[type='radio'] + label {
    
}

.choice_368 input[type='radio']:checked + label {
    background-image: url(d368-checked.gif);
}

.choice_369 input[type='radio'] + label {
    
}

.choice_369 input[type='radio']:checked + label {
    background-image: url(a369-checked.gif);
}

.choice_370 input[type='radio'] + label {
    
}

.choice_370 input[type='radio']:checked + label {
    background-image: url(b370-checked.gif);
}

.choice_371 input[type='radio'] + label {
    
}

.choice_371 input[type='radio']:checked + label {
    background-image: url(c371-checked.gif);
}

.choice_372 input[type='radio'] + label {
    
}

.choice_372 input[type='radio']:checked + label {
    background-image: url(d372-checked.gif);
}

.choice_373 input[type='radio'] + label {
    
}

.choice_373 input[type='radio']:checked + label {
    background-image: url(a373-checked.gif);
}

.choice_374 input[type='radio'] + label {
    
}

.choice_374 input[type='radio']:checked + label {
    background-image: url(b374-checked.gif);
}

.choice_375 input[type='radio'] + label {
    
}

.choice_375 input[type='radio']:checked + label {
    background-image: url(c375-checked.gif);
}

.choice_376 input[type='radio'] + label {
    
}

.choice_376 input[type='radio']:checked + label {
    background-image: url(d376-checked.gif);
}

.choice_377 input[type='radio'] + label {
    
}

.choice_377 input[type='radio']:checked + label {
    background-image: url(a377-checked.gif);
}

.choice_378 input[type='radio'] + label {
    
}

.choice_378 input[type='radio']:checked + label {
    background-image: url(b378-checked.gif);
}

.choice_379 input[type='radio'] + label {
    
}

.choice_379 input[type='radio']:checked + label {
    background-image: url(c379-checked.gif);
}

.choice_380 input[type='radio'] + label {
    
}

.choice_380 input[type='radio']:checked + label {
    background-image: url(d380-checked.gif);
}

.choice_401 input[type='radio'] + label {
  
}

.choice_401 input[type='radio']:checked + label {
	background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_402 input[type='radio'] + label {
  
}

.choice_402 input[type='radio']:checked + label {
	background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_403 input[type='radio'] + label {
 
}

.choice_403 input[type='radio']:checked + label {
	background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_404 input[type='radio'] + label {

}

.choice_404 input[type='radio']:checked + label {
	background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_405 input[type='radio'] + label {
    
}

.choice_405 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_406 input[type='radio'] + label {
   
}

.choice_406 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_407 input[type='radio'] + label {
 
}

.choice_407 input[type='radio']:checked + label {
  background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_408 input[type='radio'] + label {

}

.choice_408 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_409 input[type='radio'] + label {
    
}

.choice_409 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_410 input[type='radio'] + label {
    
}

.choice_410 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_411 input[type='radio'] + label {
   
}

.choice_411 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_412 input[type='radio'] + label {
   
}

.choice_412 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_413 input[type='radio'] + label {
   
}

.choice_413 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_414 input[type='radio'] + label {
 
}

.choice_414 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_415 input[type='radio'] + label {
   
}

.choice_415 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_416 input[type='radio'] + label {

}

.choice_416 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_417 input[type='radio'] + label {
   
}

.choice_417 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_418 input[type='radio'] + label {
    
}

.choice_418 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_419 input[type='radio'] + label {
    
}

.choice_419 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_420 input[type='radio'] + label {
   
}

.choice_420 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_421 input[type='radio'] + label {
    
}

.choice_421 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_422 input[type='radio'] + label {
   
}

.choice_422 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_423 input[type='radio'] + label {
    
}

.choice_423 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_424 input[type='radio'] + label {
    
}

.choice_424 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_425 input[type='radio'] + label {
    
}

.choice_425 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_426 input[type='radio'] + label {
   
}

.choice_426 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_427 input[type='radio'] + label {
   
}

.choice_427 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_428 input[type='radio'] + label {
    
}

.choice_428 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_429 input[type='radio'] + label {
   
}

.choice_429 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_430 input[type='radio'] + label {
   
}

.choice_430 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_431 input[type='radio'] + label {
    
}

.choice_431 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_432 input[type='radio'] + label {
   
}

.choice_432 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_433 input[type='radio'] + label {
   
}

.choice_433 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_434 input[type='radio'] + label {
    
}

.choice_434 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_435 input[type='radio'] + label {
   
}

.choice_435 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_436 input[type='radio'] + label {
    
}

.choice_436 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_437 input[type='radio'] + label {
   
}

.choice_437 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_438 input[type='radio'] + label {
    
}

.choice_438 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_439 input[type='radio'] + label {
   
}

.choice_439 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_440 input[type='radio'] + label {
  
}

.choice_440 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_441 input[type='radio'] + label {
  
}

.choice_441 input[type='radio']:checked + label {
   background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_442 input[type='radio'] + label {
   
}

.choice_442 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_443 input[type='radio'] + label {
   
}

.choice_443 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_444 input[type='radio'] + label {
    
}

.choice_444 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_445 input[type='radio'] + label {
    
}

.choice_445 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_446 input[type='radio'] + label {
    
}

.choice_446 input[type='radio']:checked + label {
        background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_447 input[type='radio'] + label {
    
}

.choice_447 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_448 input[type='radio'] + label {
    
}

.choice_448 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_449 input[type='radio'] + label {
    
}

.choice_449 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_450 input[type='radio'] + label {
    
}

.choice_450 input[type='radio']:checked + label {
     background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_451 input[type='radio'] + label {
    
}

.choice_451 input[type='radio']:checked + label {
     background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_452 input[type='radio'] + label {
    
}

.choice_452 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_453 input[type='radio'] + label {
    
}

.choice_453 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_454 input[type='radio'] + label {
    
}

.choice_454 input[type='radio']:checked + label {
     background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_455 input[type='radio'] + label {
    
}

.choice_455 input[type='radio']:checked + label {
    background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_456 input[type='radio'] + label {
    
}

.choice_456 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_457 input[type='radio'] + label {
    
}

.choice_457 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_458 input[type='radio'] + label {
    
}

.choice_458 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_459 input[type='radio'] + label {
    
}

.choice_459 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_460 input[type='radio'] + label {
    
}

.choice_460 input[type='radio']:checked + label {
        background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_461 input[type='radio'] + label {
    
}

.choice_461 input[type='radio']:checked + label {
        background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_462 input[type='radio'] + label {
    
}

.choice_462 input[type='radio']:checked + label {
        background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_463 input[type='radio'] + label {
    
}

.choice_463 input[type='radio']:checked + label {
        background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_464 input[type='radio'] + label {
    
}

.choice_464 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_465 input[type='radio'] + label {
    
}

.choice_465 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_466 input[type='radio'] + label {
    
}

.choice_466 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_467 input[type='radio'] + label {
    
}

.choice_467 input[type='radio']:checked + label {
        background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_468 input[type='radio'] + label {
    
}

.choice_468 input[type='radio']:checked + label {
        background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_469 input[type='radio'] + label {
    
}

.choice_469 input[type='radio']:checked + label {
        background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_470 input[type='radio'] + label {
    
}

.choice_470 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_471 input[type='radio'] + label {
   
}

.choice_471 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_472 input[type='radio'] + label {
 
}

.choice_472 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_473 input[type='radio'] + label {
 
}

.choice_473 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_474 input[type='radio'] + label {
 
}

.choice_474 input[type='radio']:checked + label {
     background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_475 input[type='radio'] + label {
   
}

.choice_475 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_476 input[type='radio'] + label {
    
}

.choice_476 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_477 input[type='radio'] + label {
    
}

.choice_477 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_478 input[type='radio'] + label {
    
}

.choice_478 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_479 input[type='radio'] + label {
    
}

.choice_479 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_480 input[type='radio'] + label {
    
}

.choice_480 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_481 input[type='radio'] + label {
    
}

.choice_481 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_482 input[type='radio'] + label {
    
}

.choice_482 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_483 input[type='radio'] + label {
    
}

.choice_483 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_484 input[type='radio'] + label {
    
}

.choice_484 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_485 input[type='radio'] + label {
    
}

.choice_485 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_486 input[type='radio'] + label {
    
}

.choice_486 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_487 input[type='radio'] + label {
    
}

.choice_487 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_488 input[type='radio'] + label {
    
}

.choice_488 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_489 input[type='radio'] + label {
    
}

.choice_489 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_490 input[type='radio'] + label {
    
}

.choice_490 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_491 input[type='radio'] + label {
    
}

.choice_491 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_492 input[type='radio'] + label {
    
}

.choice_492 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_493 input[type='radio'] + label {
    
}

.choice_493 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_494 input[type='radio'] + label {
    
}

.choice_494 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_495 input[type='radio'] + label {
    
}

.choice_495 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_496 input[type='radio'] + label {
    
}

.choice_496 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_497 input[type='radio'] + label {
    
}

.choice_497 input[type='radio']:checked + label {
      background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_498 input[type='radio'] + label {
    
}

.choice_498 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_499 input[type='radio'] + label {
    
}
.choice_499 input[type='radio']:checked + label,
.choice_500 input[type='radio']:checked + label,
.choice_501 input[type='radio']:checked + label,
.choice_502 input[type='radio']:checked + label,
.choice_503 input[type='radio']:checked + label,
.choice_504 input[type='radio']:checked + label,
.choice_505 input[type='radio']:checked + label,
.choice_506 input[type='radio']:checked + label,
.choice_507 input[type='radio']:checked + label,
.choice_508 input[type='radio']:checked + label,
.choice_509 input[type='radio']:checked + label,
.choice_510 input[type='radio']:checked + label,
.choice_511 input[type='radio']:checked + label,
.choice_512 input[type='radio']:checked + label,
.choice_513 input[type='radio']:checked + label,
.choice_514 input[type='radio']:checked + label,
.choice_515 input[type='radio']:checked + label,
.choice_516 input[type='radio']:checked + label,
.choice_517 input[type='radio']:checked + label,
.choice_518 input[type='radio']:checked + label,
.choice_519 input[type='radio']:checked + label,
.choice_520 input[type='radio']:checked + label,
.choice_521 input[type='radio']:checked + label,
.choice_522 input[type='radio']:checked + label,
.choice_523 input[type='radio']:checked + label,
.choice_524 input[type='radio']:checked + label,
.choice_525 input[type='radio']:checked + label,
.choice_526 input[type='radio']:checked + label,
.choice_527 input[type='radio']:checked + label,
.choice_528 input[type='radio']:checked + label,
.choice_529 input[type='radio']:checked + label,
.choice_530 input[type='radio']:checked + label,
.choice_531 input[type='radio']:checked + label,
.choice_532 input[type='radio']:checked + label,
.choice_533 input[type='radio']:checked + label,
.choice_534 input[type='radio']:checked + label,
.choice_535 input[type='radio']:checked + label,
.choice_536 input[type='radio']:checked + label,
.choice_537 input[type='radio']:checked + label,
.choice_538 input[type='radio']:checked + label,
.choice_539 input[type='radio']:checked + label,
.choice_540 input[type='radio']:checked + label,
.choice_541 input[type='radio']:checked + label,
.choice_542 input[type='radio']:checked + label,
.choice_543 input[type='radio']:checked + label,
.choice_544 input[type='radio']:checked + label,
.choice_545 input[type='radio']:checked + label,
.choice_546 input[type='radio']:checked + label,
.choice_547 input[type='radio']:checked + label,
.choice_548 input[type='radio']:checked + label,
.choice_549 input[type='radio']:checked + label,
.choice_550 input[type='radio']:checked + label,
.choice_551 input[type='radio']:checked + label,
.choice_552 input[type='radio']:checked + label,
.choice_553 input[type='radio']:checked + label,
.choice_554 input[type='radio']:checked + label,
.choice_555 input[type='radio']:checked + label,
.choice_556 input[type='radio']:checked + label,
.choice_557 input[type='radio']:checked + label,
.choice_558 input[type='radio']:checked + label,
.choice_559 input[type='radio']:checked + label,
.choice_560 input[type='radio']:checked + label,
.choice_561 input[type='radio']:checked + label,
.choice_562 input[type='radio']:checked + label,
.choice_563 input[type='radio']:checked + label,
.choice_564 input[type='radio']:checked + label,
.choice_565 input[type='radio']:checked + label,
.choice_566 input[type='radio']:checked + label,
.choice_567 input[type='radio']:checked + label,
.choice_568 input[type='radio']:checked + label,
.choice_569 input[type='radio']:checked + label,
.choice_570 input[type='radio']:checked + label,
.choice_571 input[type='radio']:checked + label,
.choice_572 input[type='radio']:checked + label,
.choice_573 input[type='radio']:checked + label,
.choice_574 input[type='radio']:checked + label,
.choice_575 input[type='radio']:checked + label,
.choice_576 input[type='radio']:checked + label,
.choice_577 input[type='radio']:checked + label,
.choice_578 input[type='radio']:checked + label,
.choice_579 input[type='radio']:checked + label,
.choice_580 input[type='radio']:checked + label,
.choice_581 input[type='radio']:checked + label,
.choice_582 input[type='radio']:checked + label,
.choice_583 input[type='radio']:checked + label,
.choice_584 input[type='radio']:checked + label,
.choice_585 input[type='radio']:checked + label,
.choice_586 input[type='radio']:checked + label,
.choice_587 input[type='radio']:checked + label,
.choice_588 input[type='radio']:checked + label,
.choice_589 input[type='radio']:checked + label,
.choice_590 input[type='radio']:checked + label,
.choice_591 input[type='radio']:checked + label,
.choice_592 input[type='radio']:checked + label,
.choice_593 input[type='radio']:checked + label,
.choice_594 input[type='radio']:checked + label,
.choice_595 input[type='radio']:checked + label,
.choice_596 input[type='radio']:checked + label,
.choice_597 input[type='radio']:checked + label,
.choice_598 input[type='radio']:checked + label,
.choice_599 input[type='radio']:checked + label,
.choice_600 input[type='radio']:checked + label,
.choice_601 input[type='radio']:checked + label,
.choice_601 input[type='radio']:checked + label,
.choice_603 input[type='radio']:checked + label,
.choice_604 input[type='radio']:checked + label,
.choice_605 input[type='radio']:checked + label,
.choice_606 input[type='radio']:checked + label,
.choice_607 input[type='radio']:checked + label,
.choice_608 input[type='radio']:checked + label,
.choice_609 input[type='radio']:checked + label,
.choice_610 input[type='radio']:checked + label,
.choice_611 input[type='radio']:checked + label,
.choice_612 input[type='radio']:checked + label,
.choice_613 input[type='radio']:checked + label,
.choice_614 input[type='radio']:checked + label,
.choice_615 input[type='radio']:checked + label,
.choice_616 input[type='radio']:checked + label,
.choice_617 input[type='radio']:checked + label,
.choice_618 input[type='radio']:checked + label,
.choice_619 input[type='radio']:checked + label,
.choice_620 input[type='radio']:checked + label,
.choice_621 input[type='radio']:checked + label,
.choice_622 input[type='radio']:checked + label,
.choice_623 input[type='radio']:checked + label,
.choice_624 input[type='radio']:checked + label,
.choice_625 input[type='radio']:checked + label,
.choice_626 input[type='radio']:checked + label,
.choice_627 input[type='radio']:checked + label,
.choice_628 input[type='radio']:checked + label,
.choice_629 input[type='radio']:checked + label,
.choice_630 input[type='radio']:checked + label,
.choice_631 input[type='radio']:checked + label,
.choice_632 input[type='radio']:checked + label,
.choice_633 input[type='radio']:checked + label,
.choice_634 input[type='radio']:checked + label,
.choice_635 input[type='radio']:checked + label,
.choice_636 input[type='radio']:checked + label,
.choice_637 input[type='radio']:checked + label,
.choice_638 input[type='radio']:checked + label,
.choice_639 input[type='radio']:checked + label,
.choice_640 input[type='radio']:checked + label,
.choice_641 input[type='radio']:checked + label,
.choice_642 input[type='radio']:checked + label,
.choice_643 input[type='radio']:checked + label,
.choice_644 input[type='radio']:checked + label,
.choice_645 input[type='radio']:checked + label,
.choice_646 input[type='radio']:checked + label,
.choice_647 input[type='radio']:checked + label,
.choice_648 input[type='radio']:checked + label,
.choice_649 input[type='radio']:checked + label,
.choice_650 input[type='radio']:checked + label,
.choice_651 input[type='radio']:checked + label,
.choice_652 input[type='radio']:checked + label,
.choice_653 input[type='radio']:checked + label,
.choice_654 input[type='radio']:checked + label,
.choice_655 input[type='radio']:checked + label,
.choice_656 input[type='radio']:checked + label,
.choice_657 input[type='radio']:checked + label,
.choice_658 input[type='radio']:checked + label,
.choice_659 input[type='radio']:checked + label,
.choice_660 input[type='radio']:checked + label,
.choice_661	input[type='radio']:checked + label,
.choice_662	input[type='radio']:checked + label,
.choice_663	input[type='radio']:checked + label,
.choice_664	input[type='radio']:checked + label,
.choice_665	input[type='radio']:checked + label,
.choice_666	input[type='radio']:checked + label,
.choice_667	input[type='radio']:checked + label,
.choice_668	input[type='radio']:checked + label,
.choice_669	input[type='radio']:checked + label,
.choice_670	input[type='radio']:checked + label,
.choice_671	input[type='radio']:checked + label,
.choice_672	input[type='radio']:checked + label,
.choice_673	input[type='radio']:checked + label,
.choice_674	input[type='radio']:checked + label,
.choice_675	input[type='radio']:checked + label,
.choice_676	input[type='radio']:checked + label,
.choice_677	input[type='radio']:checked + label,
.choice_678	input[type='radio']:checked + label,
.choice_679	input[type='radio']:checked + label,
.choice_680	input[type='radio']:checked + label,
.choice_681	input[type='radio']:checked + label,
.choice_682	input[type='radio']:checked + label,
.choice_683	input[type='radio']:checked + label,
.choice_684	input[type='radio']:checked + label,
.choice_685	input[type='radio']:checked + label,
.choice_686	input[type='radio']:checked + label,
.choice_687	input[type='radio']:checked + label,
.choice_688	input[type='radio']:checked + label,
.choice_689	input[type='radio']:checked + label,
.choice_690	input[type='radio']:checked + label,
.choice_691	input[type='radio']:checked + label,
.choice_692	input[type='radio']:checked + label,
.choice_693	input[type='radio']:checked + label,
.choice_694	input[type='radio']:checked + label,
.choice_695	input[type='radio']:checked + label,
.choice_696	input[type='radio']:checked + label,
.choice_697	input[type='radio']:checked + label,
.choice_698	input[type='radio']:checked + label,
.choice_699	input[type='radio']:checked + label,
.choice_700	input[type='radio']:checked + label,
.choice_701	input[type='radio']:checked + label,
.choice_702	input[type='radio']:checked + label,
.choice_703	input[type='radio']:checked + label,
.choice_704	input[type='radio']:checked + label,
.choice_705	input[type='radio']:checked + label,
.choice_706	input[type='radio']:checked + label,
.choice_707	input[type='radio']:checked + label,
.choice_708	input[type='radio']:checked + label,
.choice_709	input[type='radio']:checked + label,
.choice_710	input[type='radio']:checked + label,
.choice_711	input[type='radio']:checked + label,
.choice_712	input[type='radio']:checked + label,
.choice_713	input[type='radio']:checked + label,
.choice_714	input[type='radio']:checked + label,
.choice_715	input[type='radio']:checked + label,
.choice_716	input[type='radio']:checked + label,
.choice_717	input[type='radio']:checked + label,
.choice_718	input[type='radio']:checked + label,
.choice_719	input[type='radio']:checked + label,
.choice_720	input[type='radio']:checked + label,
.choice_721	input[type='radio']:checked + label,
.choice_722	input[type='radio']:checked + label,
.choice_723	input[type='radio']:checked + label,
.choice_724	input[type='radio']:checked + label,
.choice_725	input[type='radio']:checked + label,
.choice_726	input[type='radio']:checked + label,
.choice_727	input[type='radio']:checked + label,
.choice_728	input[type='radio']:checked + label,
.choice_729	input[type='radio']:checked + label,
.choice_730	input[type='radio']:checked + label,
.choice_731	input[type='radio']:checked + label,
.choice_732	input[type='radio']:checked + label,
.choice_733	input[type='radio']:checked + label,
.choice_734	input[type='radio']:checked + label,
.choice_735	input[type='radio']:checked + label,
.choice_736	input[type='radio']:checked + label,
.choice_737	input[type='radio']:checked + label,
.choice_738	input[type='radio']:checked + label,
.choice_739	input[type='radio']:checked + label,
.choice_740	input[type='radio']:checked + label,
.choice_741	input[type='radio']:checked + label,
.choice_742	input[type='radio']:checked + label,
.choice_743	input[type='radio']:checked + label,
.choice_744	input[type='radio']:checked + label,
.choice_745	input[type='radio']:checked + label,
.choice_746	input[type='radio']:checked + label,
.choice_747	input[type='radio']:checked + label,
.choice_748	input[type='radio']:checked + label,
.choice_749	input[type='radio']:checked + label,
.choice_750	input[type='radio']:checked + label,
.choice_751	input[type='radio']:checked + label,
.choice_752	input[type='radio']:checked + label,
.choice_753	input[type='radio']:checked + label,
.choice_754	input[type='radio']:checked + label,
.choice_755	input[type='radio']:checked + label,
.choice_756	input[type='radio']:checked + label,
.choice_757	input[type='radio']:checked + label,
.choice_758	input[type='radio']:checked + label,
.choice_759	input[type='radio']:checked + label,
.choice_760	input[type='radio']:checked + label,
.choice_761	input[type='radio']:checked + label,
.choice_762	input[type='radio']:checked + label,
.choice_763	input[type='radio']:checked + label,
.choice_764	input[type='radio']:checked + label,
.choice_765	input[type='radio']:checked + label,
.choice_766	input[type='radio']:checked + label,
.choice_767	input[type='radio']:checked + label,
.choice_768	input[type='radio']:checked + label,
.choice_769	input[type='radio']:checked + label,
.choice_770	input[type='radio']:checked + label,
.choice_771	input[type='radio']:checked + label,
.choice_772	input[type='radio']:checked + label,
.choice_773	input[type='radio']:checked + label,
.choice_774	input[type='radio']:checked + label,
.choice_775	input[type='radio']:checked + label,
.choice_776	input[type='radio']:checked + label,
.choice_777	input[type='radio']:checked + label,
.choice_778	input[type='radio']:checked + label,
.choice_779	input[type='radio']:checked + label,
.choice_780	input[type='radio']:checked + label,
.choice_781	input[type='radio']:checked + label,
.choice_782	input[type='radio']:checked + label,
.choice_783	input[type='radio']:checked + label,
.choice_784	input[type='radio']:checked + label,
.choice_785	input[type='radio']:checked + label,
.choice_786	input[type='radio']:checked + label,
.choice_787	input[type='radio']:checked + label,
.choice_788	input[type='radio']:checked + label,
.choice_789	input[type='radio']:checked + label,
.choice_790	input[type='radio']:checked + label,
.choice_791	input[type='radio']:checked + label,
.choice_792	input[type='radio']:checked + label,
.choice_793	input[type='radio']:checked + label,
.choice_794	input[type='radio']:checked + label,
.choice_795	input[type='radio']:checked + label,
.choice_796	input[type='radio']:checked + label,
.choice_797	input[type='radio']:checked + label,
.choice_798	input[type='radio']:checked + label,
.choice_799	input[type='radio']:checked + label,
.choice_800	input[type='radio']:checked + label,
.choice_801	input[type='radio']:checked + label,
.choice_802	input[type='radio']:checked + label,
.choice_803	input[type='radio']:checked + label,
.choice_804	input[type='radio']:checked + label,
.choice_805	input[type='radio']:checked + label,
.choice_806	input[type='radio']:checked + label,
.choice_807	input[type='radio']:checked + label,
.choice_808	input[type='radio']:checked + label,
.choice_809	input[type='radio']:checked + label,
.choice_810	input[type='radio']:checked + label,
.choice_811	input[type='radio']:checked + label,
.choice_812	input[type='radio']:checked + label,
.choice_813	input[type='radio']:checked + label,
.choice_814	input[type='radio']:checked + label,
.choice_815	input[type='radio']:checked + label,
.choice_816	input[type='radio']:checked + label,
.choice_817	input[type='radio']:checked + label,
.choice_818	input[type='radio']:checked + label,
.choice_819	input[type='radio']:checked + label,
.choice_820	input[type='radio']:checked + label,
.choice_821	input[type='radio']:checked + label,
.choice_822	input[type='radio']:checked + label,
.choice_823	input[type='radio']:checked + label,
.choice_824	input[type='radio']:checked + label,
.choice_825	input[type='radio']:checked + label,
.choice_826	input[type='radio']:checked + label,
.choice_827	input[type='radio']:checked + label,
.choice_828	input[type='radio']:checked + label,
.choice_829	input[type='radio']:checked + label,
.choice_830	input[type='radio']:checked + label,
.choice_831	input[type='radio']:checked + label,
.choice_832	input[type='radio']:checked + label,
.choice_833	input[type='radio']:checked + label,
.choice_834	input[type='radio']:checked + label,
.choice_835	input[type='radio']:checked + label,
.choice_836	input[type='radio']:checked + label,
.choice_837	input[type='radio']:checked + label,
.choice_838	input[type='radio']:checked + label,
.choice_839	input[type='radio']:checked + label,
.choice_840	input[type='radio']:checked + label,
.choice_841	input[type='radio']:checked + label,
.choice_842	input[type='radio']:checked + label,
.choice_843	input[type='radio']:checked + label,
.choice_844	input[type='radio']:checked + label,
.choice_845	input[type='radio']:checked + label,
.choice_846	input[type='radio']:checked + label,
.choice_847	input[type='radio']:checked + label,
.choice_848	input[type='radio']:checked + label,
.choice_849	input[type='radio']:checked + label,
.choice_850	input[type='radio']:checked + label,
.choice_851	input[type='radio']:checked + label,
.choice_852	input[type='radio']:checked + label,
.choice_853	input[type='radio']:checked + label,
.choice_854	input[type='radio']:checked + label,
.choice_855	input[type='radio']:checked + label,
.choice_856	input[type='radio']:checked + label,
.choice_857	input[type='radio']:checked + label,
.choice_858	input[type='radio']:checked + label,
.choice_859	input[type='radio']:checked + label,
.choice_860	input[type='radio']:checked + label,
.choice_861	input[type='radio']:checked + label,
.choice_862	input[type='radio']:checked + label,
.choice_863	input[type='radio']:checked + label,
.choice_864	input[type='radio']:checked + label,
.choice_865	input[type='radio']:checked + label,
.choice_866	input[type='radio']:checked + label,
.choice_867	input[type='radio']:checked + label,
.choice_868	input[type='radio']:checked + label,
.choice_869	input[type='radio']:checked + label,
.choice_870	input[type='radio']:checked + label,
.choice_871	input[type='radio']:checked + label,
.choice_872	input[type='radio']:checked + label,
.choice_873	input[type='radio']:checked + label,
.choice_874	input[type='radio']:checked + label,
.choice_875	input[type='radio']:checked + label,
.choice_876	input[type='radio']:checked + label,
.choice_877	input[type='radio']:checked + label,
.choice_878	input[type='radio']:checked + label,
.choice_879	input[type='radio']:checked + label,
.choice_880	input[type='radio']:checked + label,
.choice_881	input[type='radio']:checked + label,
.choice_882	input[type='radio']:checked + label,
.choice_883	input[type='radio']:checked + label,
.choice_884	input[type='radio']:checked + label,
.choice_885	input[type='radio']:checked + label,
.choice_886	input[type='radio']:checked + label,
.choice_887	input[type='radio']:checked + label,
.choice_888	input[type='radio']:checked + label,
.choice_889	input[type='radio']:checked + label,
.choice_890	input[type='radio']:checked + label,
.choice_891	input[type='radio']:checked + label,
.choice_892	input[type='radio']:checked + label,
.choice_893	input[type='radio']:checked + label,
.choice_894	input[type='radio']:checked + label,
.choice_895	input[type='radio']:checked + label,
.choice_896	input[type='radio']:checked + label,
.choice_897	input[type='radio']:checked + label,
.choice_898	input[type='radio']:checked + label,
.choice_899	input[type='radio']:checked + label,
.choice_900	input[type='radio']:checked + label,
.choice_901	input[type='radio']:checked + label,
.choice_902	input[type='radio']:checked + label,
.choice_903	input[type='radio']:checked + label,
.choice_904	input[type='radio']:checked + label,
.choice_905	input[type='radio']:checked + label,
.choice_906	input[type='radio']:checked + label,
.choice_907	input[type='radio']:checked + label,
.choice_908	input[type='radio']:checked + label,
.choice_909	input[type='radio']:checked + label,
.choice_910	input[type='radio']:checked + label,
.choice_911	input[type='radio']:checked + label,
.choice_912	input[type='radio']:checked + label,
.choice_913	input[type='radio']:checked + label,
.choice_914	input[type='radio']:checked + label,
.choice_915	input[type='radio']:checked + label,
.choice_916	input[type='radio']:checked + label,
.choice_917	input[type='radio']:checked + label,
.choice_918	input[type='radio']:checked + label,
.choice_919	input[type='radio']:checked + label,
.choice_920	input[type='radio']:checked + label,
.choice_921	input[type='radio']:checked + label,
.choice_922	input[type='radio']:checked + label,
.choice_923	input[type='radio']:checked + label,
.choice_924	input[type='radio']:checked + label,
.choice_925	input[type='radio']:checked + label,
.choice_926	input[type='radio']:checked + label,
.choice_927	input[type='radio']:checked + label,
.choice_928	input[type='radio']:checked + label,
.choice_929	input[type='radio']:checked + label,
.choice_930	input[type='radio']:checked + label,
.choice_931	input[type='radio']:checked + label,
.choice_932	input[type='radio']:checked + label,
.choice_933	input[type='radio']:checked + label,
.choice_934	input[type='radio']:checked + label,
.choice_935	input[type='radio']:checked + label,
.choice_936	input[type='radio']:checked + label,
.choice_937	input[type='radio']:checked + label,
.choice_938	input[type='radio']:checked + label,
.choice_939	input[type='radio']:checked + label,
.choice_940	input[type='radio']:checked + label,
.choice_941	input[type='radio']:checked + label,
.choice_942	input[type='radio']:checked + label,
.choice_943	input[type='radio']:checked + label,
.choice_944	input[type='radio']:checked + label,
.choice_945	input[type='radio']:checked + label,
.choice_946	input[type='radio']:checked + label,
.choice_947	input[type='radio']:checked + label,
.choice_948	input[type='radio']:checked + label,
.choice_949	input[type='radio']:checked + label,
.choice_950	input[type='radio']:checked + label,
.choice_951	input[type='radio']:checked + label,
.choice_952	input[type='radio']:checked + label,
.choice_953	input[type='radio']:checked + label,
.choice_954	input[type='radio']:checked + label,
.choice_955	input[type='radio']:checked + label,
.choice_956	input[type='radio']:checked + label,
.choice_957	input[type='radio']:checked + label,
.choice_958	input[type='radio']:checked + label,
.choice_959	input[type='radio']:checked + label,
.choice_960	input[type='radio']:checked + label,
.choice_961	input[type='radio']:checked + label,
.choice_962	input[type='radio']:checked + label,
.choice_963	input[type='radio']:checked + label,
.choice_964	input[type='radio']:checked + label,
.choice_965	input[type='radio']:checked + label,
.choice_966	input[type='radio']:checked + label,
.choice_967	input[type='radio']:checked + label,
.choice_968	input[type='radio']:checked + label,
.choice_969	input[type='radio']:checked + label,
.choice_970	input[type='radio']:checked + label,
.choice_971	input[type='radio']:checked + label,
.choice_972	input[type='radio']:checked + label,
.choice_973	input[type='radio']:checked + label,
.choice_974	input[type='radio']:checked + label,
.choice_975	input[type='radio']:checked + label,
.choice_976	input[type='radio']:checked + label,
.choice_977	input[type='radio']:checked + label,
.choice_978	input[type='radio']:checked + label,
.choice_979	input[type='radio']:checked + label,
.choice_980	input[type='radio']:checked + label,
.choice_981	input[type='radio']:checked + label,
.choice_982	input[type='radio']:checked + label,
.choice_983	input[type='radio']:checked + label,
.choice_984	input[type='radio']:checked + label,
.choice_985	input[type='radio']:checked + label,
.choice_986	input[type='radio']:checked + label,
.choice_987	input[type='radio']:checked + label,
.choice_988	input[type='radio']:checked + label,
.choice_989	input[type='radio']:checked + label,
.choice_990	input[type='radio']:checked + label,
.choice_991	input[type='radio']:checked + label,
.choice_992	input[type='radio']:checked + label,
.choice_993	input[type='radio']:checked + label,
.choice_994	input[type='radio']:checked + label,
.choice_995	input[type='radio']:checked + label,
.choice_996	input[type='radio']:checked + label,
.choice_997	input[type='radio']:checked + label,
.choice_998	input[type='radio']:checked + label,
.choice_999	input[type='radio']:checked + label,
.choice_1000 input[type='radio']:checked + label,
.choice_1001 input[type='radio']:checked + label,
.choice_1002 input[type='radio']:checked + label,
.choice_1003 input[type='radio']:checked + label,
.choice_1004 input[type='radio']:checked + label,
.choice_1005 input[type='radio']:checked + label,
.choice_1006 input[type='radio']:checked + label,
.choice_1007 input[type='radio']:checked + label,
.choice_1008 input[type='radio']:checked + label,
.choice_1009 input[type='radio']:checked + label,
.choice_1010 input[type='radio']:checked + label,
.choice_1011 input[type='radio']:checked + label,
.choice_1012 input[type='radio']:checked + label,
.choice_1013 input[type='radio']:checked + label,
.choice_1014 input[type='radio']:checked + label,
.choice_1015 input[type='radio']:checked + label,
.choice_1016 input[type='radio']:checked + label,
.choice_1017 input[type='radio']:checked + label,
.choice_1018 input[type='radio']:checked + label,
.choice_1019 input[type='radio']:checked + label,
.choice_1020 input[type='radio']:checked + label,
.choice_1021 input[type='radio']:checked + label,
.choice_1022 input[type='radio']:checked + label,
.choice_1023 input[type='radio']:checked + label,
.choice_1024 input[type='radio']:checked + label,
.choice_1025 input[type='radio']:checked + label,
.choice_1026 input[type='radio']:checked + label,
.choice_1027 input[type='radio']:checked + label,
.choice_1028 input[type='radio']:checked + label,
.choice_1029 input[type='radio']:checked + label,
.choice_1030 input[type='radio']:checked + label,
.choice_1031 input[type='radio']:checked + label,
.choice_1032 input[type='radio']:checked + label,
.choice_1033 input[type='radio']:checked + label,
.choice_1034 input[type='radio']:checked + label,
.choice_1035 input[type='radio']:checked + label,
.choice_1036 input[type='radio']:checked + label,
.choice_1037 input[type='radio']:checked + label,
.choice_1038 input[type='radio']:checked + label,
.choice_1039	input[type='radio']:checked + label,
.choice_1040	input[type='radio']:checked + label,
.choice_1041	input[type='radio']:checked + label,
.choice_1042	input[type='radio']:checked + label,
.choice_1043	input[type='radio']:checked + label,
.choice_1044	input[type='radio']:checked + label,
.choice_1045	input[type='radio']:checked + label,
.choice_1046	input[type='radio']:checked + label,
.choice_1047	input[type='radio']:checked + label,
.choice_1048	input[type='radio']:checked + label,
.choice_1049	input[type='radio']:checked + label,
.choice_1050	input[type='radio']:checked + label,
.choice_1051	input[type='radio']:checked + label,
.choice_1052	input[type='radio']:checked + label,
.choice_1053	input[type='radio']:checked + label,
.choice_1054	input[type='radio']:checked + label,
.choice_1055	input[type='radio']:checked + label,
.choice_1056	input[type='radio']:checked + label,
.choice_1057	input[type='radio']:checked + label,
.choice_1058	input[type='radio']:checked + label,
.choice_1059	input[type='radio']:checked + label,
.choice_1060	input[type='radio']:checked + label,
.choice_1061	input[type='radio']:checked + label,
.choice_1062	input[type='radio']:checked + label,
.choice_1063	input[type='radio']:checked + label,
.choice_1064	input[type='radio']:checked + label,
.choice_1065	input[type='radio']:checked + label,
.choice_1066	input[type='radio']:checked + label,
.choice_1067	input[type='radio']:checked + label,
.choice_1068	input[type='radio']:checked + label,
.choice_1069	input[type='radio']:checked + label,
.choice_1070	input[type='radio']:checked + label,
.choice_1071	input[type='radio']:checked + label,
.choice_1072	input[type='radio']:checked + label,
.choice_1073	input[type='radio']:checked + label,
.choice_1074	input[type='radio']:checked + label,
.choice_1075	input[type='radio']:checked + label,
.choice_1076	input[type='radio']:checked + label,
.choice_1077	input[type='radio']:checked + label,
.choice_1078	input[type='radio']:checked + label,
.choice_1079	input[type='radio']:checked + label,
.choice_1080	input[type='radio']:checked + label,
.choice_1081	input[type='radio']:checked + label,
.choice_1082	input[type='radio']:checked + label,
.choice_1083	input[type='radio']:checked + label,
.choice_1084	input[type='radio']:checked + label,
.choice_1085	input[type='radio']:checked + label,
.choice_1086	input[type='radio']:checked + label,
.choice_1087	input[type='radio']:checked + label,
.choice_1088	input[type='radio']:checked + label,
.choice_1089	input[type='radio']:checked + label,
.choice_1090	input[type='radio']:checked + label,
.choice_1091	input[type='radio']:checked + label,
.choice_1092	input[type='radio']:checked + label,
.choice_1093	input[type='radio']:checked + label,
.choice_1094	input[type='radio']:checked + label,
.choice_1095	input[type='radio']:checked + label,
.choice_1096	input[type='radio']:checked + label,
.choice_1097	input[type='radio']:checked + label,
.choice_1098	input[type='radio']:checked + label,
.choice_1099	input[type='radio']:checked + label,
.choice_1100	input[type='radio']:checked + label,
.choice_1101	input[type='radio']:checked + label,
.choice_1102	input[type='radio']:checked + label,
.choice_1103	input[type='radio']:checked + label,
.choice_1104	input[type='radio']:checked + label,
.choice_1105	input[type='radio']:checked + label,
.choice_1106	input[type='radio']:checked + label,
.choice_1107	input[type='radio']:checked + label,
.choice_1108	input[type='radio']:checked + label,
.choice_1109	input[type='radio']:checked + label,
.choice_1110	input[type='radio']:checked + label,
.choice_1111	input[type='radio']:checked + label,
.choice_1112	input[type='radio']:checked + label,
.choice_1113	input[type='radio']:checked + label,
.choice_1114	input[type='radio']:checked + label,
.choice_1115	input[type='radio']:checked + label,
.choice_1116	input[type='radio']:checked + label,
.choice_1117	input[type='radio']:checked + label,
.choice_1118	input[type='radio']:checked + label,
.choice_1119	input[type='radio']:checked + label,
.choice_1120	input[type='radio']:checked + label,
.choice_1121	input[type='radio']:checked + label,
.choice_1122	input[type='radio']:checked + label,
.choice_1123	input[type='radio']:checked + label,
.choice_1124	input[type='radio']:checked + label,
.choice_1125	input[type='radio']:checked + label,
.choice_1126	input[type='radio']:checked + label,
.choice_1127	input[type='radio']:checked + label,
.choice_1128	input[type='radio']:checked + label,
.choice_1129	input[type='radio']:checked + label,
.choice_1130	input[type='radio']:checked + label,
.choice_1131	input[type='radio']:checked + label,
.choice_1132	input[type='radio']:checked + label,
.choice_1133	input[type='radio']:checked + label,
.choice_1134	input[type='radio']:checked + label,
.choice_1135	input[type='radio']:checked + label,
.choice_1136	input[type='radio']:checked + label,
.choice_1137	input[type='radio']:checked + label,
.choice_1138	input[type='radio']:checked + label,
.choice_1139	input[type='radio']:checked + label,
.choice_1140	input[type='radio']:checked + label,
.choice_1141	input[type='radio']:checked + label,
.choice_1142	input[type='radio']:checked + label,
.choice_1143	input[type='radio']:checked + label,
.choice_1144	input[type='radio']:checked + label,
.choice_1145	input[type='radio']:checked + label,
.choice_1146	input[type='radio']:checked + label,
.choice_1147	input[type='radio']:checked + label,
.choice_1148	input[type='radio']:checked + label,
.choice_1149	input[type='radio']:checked + label,
.choice_1150	input[type='radio']:checked + label,
.choice_1151	input[type='radio']:checked + label,
.choice_1152	input[type='radio']:checked + label,
.choice_1153	input[type='radio']:checked + label,
.choice_1154	input[type='radio']:checked + label,
.choice_1155	input[type='radio']:checked + label,
.choice_1156	input[type='radio']:checked + label,
.choice_1157	input[type='radio']:checked + label,
.choice_1158	input[type='radio']:checked + label,
.choice_1159	input[type='radio']:checked + label { background: #5f5f5f; color: #fff; font-weight: 500;}

.choice_4100 input[type='radio'] + label {
    
}

.choice_4100 input[type='radio']:checked + label {
       background: #5f5f5f;
    color: #fff;
    font-weight: 500;
}

.choice_4101 input[type='radio'] + label {
    
}

.choice_4101 input[type='radio']:checked + label {
    background-image: url(a4101-checked.gif);
}

.choice_4102 input[type='radio'] + label {
    
}

.choice_4102 input[type='radio']:checked + label {
    background-image: url(b4102-checked.gif);
}

.choice_4103 input[type='radio'] + label {
    
}

.choice_4103 input[type='radio']:checked + label {
    background-image: url(c4103-checked.gif);
}

.choice_4104 input[type='radio'] + label {
    
}

.choice_4104 input[type='radio']:checked + label {
    background-image: url(d4104-checked.gif);
}

.choice_4105 input[type='radio'] + label {
    
}

.choice_4105 input[type='radio']:checked + label {
    background-image: url(a4105-checked.gif);
}

.choice_4106 input[type='radio'] + label {
    
}

.choice_4106 input[type='radio']:checked + label {
    background-image: url(b4106-checked.gif);
}

.choice_4107 input[type='radio'] + label {
    
}

.choice_4107 input[type='radio']:checked + label {
    background-image: url(c4107-checked.gif);
}

.choice_4108 input[type='radio'] + label {
    
}

.choice_4108 input[type='radio']:checked + label {
    background-image: url(d4108-checked.gif);
}

.choice_4109 input[type='radio'] + label {
    
}

.choice_4109 input[type='radio']:checked + label {
    background-image: url(a4109-checked.gif);
}

.choice_4110 input[type='radio'] + label {
    
}

.choice_4110 input[type='radio']:checked + label {
    background-image: url(b4110-checked.gif);
}

.choice_4111 input[type='radio'] + label {
    
}

.choice_4111 input[type='radio']:checked + label {
    background-image: url(c4111-checked.gif);
}

.choice_4112 input[type='radio'] + label {
    
}

.choice_4112 input[type='radio']:checked + label {
    background-image: url(d4112-checked.gif);
}

.choice_4113 input[type='radio'] + label {
    
}

.choice_4113 input[type='radio']:checked + label {
    background-image: url(a4113-checked.gif);
}

.choice_4114 input[type='radio'] + label {
    
}

.choice_4114 input[type='radio']:checked + label {
    background-image: url(b4114-checked.gif);
}

.choice_4115 input[type='radio'] + label {
    
}

.choice_4115 input[type='radio']:checked + label {
    background-image: url(c4115-checked.gif);
}

.choice_4116 input[type='radio'] + label {
    
}

.choice_4116 input[type='radio']:checked + label {
    background-image: url(d4116-checked.gif);
}

.choice_4117 input[type='radio'] + label {
    
}

.choice_4117 input[type='radio']:checked + label {
    background-image: url(a4117-checked.gif);
}

.choice_4118 input[type='radio'] + label {
    
}

.choice_4118 input[type='radio']:checked + label {
    background-image: url(b4118-checked.gif);
}

.choice_4119 input[type='radio'] + label {
    
}

.choice_4119 input[type='radio']:checked + label {
    background-image: url(c4119-checked.gif);
}

.choice_4120 input[type='radio'] + label {
    
}

.choice_4120 input[type='radio']:checked + label {
    background-image: url(d4120-checked.gif);
}

.choice_4121 input[type='radio'] + label {
    
}

.choice_4121 input[type='radio']:checked + label {
    background-image: url(a4121-checked.gif);
}

.choice_4122 input[type='radio'] + label {
    
}

.choice_4122 input[type='radio']:checked + label {
    background-image: url(b4122-checked.gif);
}

.choice_4123 input[type='radio'] + label {
    
}

.choice_4123 input[type='radio']:checked + label {
    background-image: url(c4123-checked.gif);
}

.choice_4124 input[type='radio'] + label {
    
}

.choice_4124 input[type='radio']:checked + label {
    background-image: url(d4124-checked.gif);
}

.choice_4125 input[type='radio'] + label {
    
}

.choice_4125 input[type='radio']:checked + label {
    background-image: url(a4125-checked.gif);
}

.choice_4126 input[type='radio'] + label {
    
}

.choice_4126 input[type='radio']:checked + label {
    background-image: url(b4126-checked.gif);
}

.choice_4127 input[type='radio'] + label {
    
}

.choice_4127 input[type='radio']:checked + label {
    background-image: url(c4127-checked.gif);
}

.choice_4128 input[type='radio'] + label {
    
}

.choice_4128 input[type='radio']:checked + label {
    background-image: url(d4128-checked.gif);
}

.choice_4129 input[type='radio'] + label {
    
}

.choice_4129 input[type='radio']:checked + label {
    background-image: url(a4129-checked.gif);
}

.choice_4130 input[type='radio'] + label {
    
}

.choice_4130 input[type='radio']:checked + label {
    background-image: url(b4130-checked.gif);
}

.choice_4131 input[type='radio'] + label {
    
}

.choice_4131 input[type='radio']:checked + label {
    background-image: url(c4131-checked.gif);
}

.choice_4132 input[type='radio'] + label {
    
}

.choice_4132 input[type='radio']:checked + label {
    background-image: url(d4132-checked.gif);
}

.choice_4133 input[type='radio'] + label {
    
}

.choice_4133 input[type='radio']:checked + label {
    background-image: url(a4133-checked.gif);
}

.choice_4134 input[type='radio'] + label {
    
}

.choice_4134 input[type='radio']:checked + label {
    background-image: url(b4134-checked.gif);
}

.choice_4135 input[type='radio'] + label {
    
}

.choice_4135 input[type='radio']:checked + label {
    background-image: url(c4135-checked.gif);
}

.choice_4136 input[type='radio'] + label {
    
}

.choice_4136 input[type='radio']:checked + label {
    background-image: url(d4136-checked.gif);
}

.choice_4137 input[type='radio'] + label {
    
}

.choice_4137 input[type='radio']:checked + label {
    background-image: url(a4137-checked.gif);
}

.choice_4138 input[type='radio'] + label {
    
}

.choice_4138 input[type='radio']:checked + label {
    background-image: url(b4138-checked.gif);
}

.choice_4139 input[type='radio'] + label {
    
}

.choice_4139 input[type='radio']:checked + label {
    background-image: url(c4139-checked.gif);
}

.choice_4140 input[type='radio'] + label {
    
}

.choice_4140 input[type='radio']:checked + label {
    background-image: url(d4140-checked.gif);
}

.choice_4141 input[type='radio'] + label {
    
}

.choice_4141 input[type='radio']:checked + label {
    background-image: url(a4141-checked.gif);
}

.choice_4142 input[type='radio'] + label {
    
}

.choice_4142 input[type='radio']:checked + label {
    background-image: url(b4142-checked.gif);
}

.choice_4143 input[type='radio'] + label {
    
}

.choice_4143 input[type='radio']:checked + label {
    background-image: url(c4143-checked.gif);
}

.choice_4144 input[type='radio'] + label {
    
}

.choice_4144 input[type='radio']:checked + label {
    background-image: url(d4144-checked.gif);
}

.choice_4145 input[type='radio'] + label {
    
}

.choice_4145 input[type='radio']:checked + label {
    background-image: url(a4145-checked.gif);
}

.choice_4146 input[type='radio'] + label {
    
}

.choice_4146 input[type='radio']:checked + label {
    background-image: url(b4146-checked.gif);
}

.choice_4147 input[type='radio'] + label {
    
}

.choice_4147 input[type='radio']:checked + label {
    background-image: url(c4147-checked.gif);
}

.choice_4148 input[type='radio'] + label {
    
}

.choice_4148 input[type='radio']:checked + label {
    background-image: url(d4148-checked.gif);
}

.choice_4149 input[type='radio'] + label {
    
}

.choice_4149 input[type='radio']:checked + label {
    background-image: url(a4149-checked.gif);
}

.choice_4150 input[type='radio'] + label {
    
}

.choice_4150 input[type='radio']:checked + label {
    background-image: url(b4150-checked.gif);
}

.choice_4151 input[type='radio'] + label {
    
}

.choice_4151 input[type='radio']:checked + label {
    background-image: url(c4151-checked.gif);
}

.choice_4152 input[type='radio'] + label {
    
}

.choice_4152 input[type='radio']:checked + label {
    background-image: url(d4152-checked.gif);
}

.choice_4153 input[type='radio'] + label {
    
}

.choice_4153 input[type='radio']:checked + label {
    background-image: url(a4153-checked.gif);
}

.choice_4154 input[type='radio'] + label {
    
}

.choice_4154 input[type='radio']:checked + label {
    background-image: url(b4154-checked.gif);
}

.choice_4155 input[type='radio'] + label {
    
}

.choice_4155 input[type='radio']:checked + label {
    background-image: url(c4155-checked.gif);
}

.choice_4156 input[type='radio'] + label {
    
}

.choice_4156 input[type='radio']:checked + label {
    background-image: url(d4156-checked.gif);
}

.choice_4157 input[type='radio'] + label {
    
}

.choice_4157 input[type='radio']:checked + label {
    background-image: url(a4157-checked.gif);
}

.choice_4158 input[type='radio'] + label {
    
}

.choice_4158 input[type='radio']:checked + label {
    background-image: url(b4158-checked.gif);
}

.choice_4159 input[type='radio'] + label {
    
}

.choice_4159 input[type='radio']:checked + label {
    background-image: url(c4159-checked.gif);
}

.choice_4160 input[type='radio'] + label {
    
}

.choice_4160 input[type='radio']:checked + label {
    background-image: url(d4160-checked.gif);
}

.choice_4161 input[type='radio'] + label {
    
}

.choice_4161 input[type='radio']:checked + label {
    background-image: url(a4161-checked.gif);
}

.choice_4162 input[type='radio'] + label {
    
}

.choice_4162 input[type='radio']:checked + label {
    background-image: url(b4162-checked.gif);
}

.choice_4163 input[type='radio'] + label {
    
}

.choice_4163 input[type='radio']:checked + label {
    background-image: url(c4163-checked.gif);
}

.choice_4164 input[type='radio'] + label {
    
}

.choice_4164 input[type='radio']:checked + label {
    background-image: url(d4164-checked.gif);
}

.choice_4165 input[type='radio'] + label {
    
}

.choice_4165 input[type='radio']:checked + label {
    background-image: url(a4165-checked.gif);
}

.choice_4166 input[type='radio'] + label {
    
}

.choice_4166 input[type='radio']:checked + label {
    background-image: url(b4166-checked.gif);
}

.choice_4167 input[type='radio'] + label {
    
}

.choice_4167 input[type='radio']:checked + label {
    background-image: url(c4167-checked.gif);
}

.choice_4168 input[type='radio'] + label {
    
}

.choice_4168 input[type='radio']:checked + label {
    background-image: url(d4168-checked.gif);
}

.choice_4169 input[type='radio'] + label {
    
}

.choice_4169 input[type='radio']:checked + label {
    background-image: url(a4169-checked.gif);
}

.choice_4170 input[type='radio'] + label {
    
}

.choice_4170 input[type='radio']:checked + label {
    background-image: url(b4170-checked.gif);
}

.choice_4171 input[type='radio'] + label {
    
}

.choice_4171 input[type='radio']:checked + label {
    background-image: url(c4171-checked.gif);
}

.choice_4172 input[type='radio'] + label {
    
}

.choice_4172 input[type='radio']:checked + label {
    background-image: url(d4172-checked.gif);
}

.choice_4173 input[type='radio'] + label {
    
}

.choice_4173 input[type='radio']:checked + label {
    background-image: url(a4173-checked.gif);
}

.choice_4174 input[type='radio'] + label {
    
}

.choice_4174 input[type='radio']:checked + label {
    background-image: url(b4174-checked.gif);
}

.choice_4175 input[type='radio'] + label {
    
}

.choice_4175 input[type='radio']:checked + label {
    background-image: url(c4175-checked.gif);
}

.choice_4176 input[type='radio'] + label {
    
}

.choice_4176 input[type='radio']:checked + label {
    background-image: url(d4176-checked.gif);
}

.choice_4177 input[type='radio'] + label {
    
}

.choice_4177 input[type='radio']:checked + label {
    background-image: url(a4177-checked.gif);
}

.choice_4178 input[type='radio'] + label {
    
}

.choice_4178 input[type='radio']:checked + label {
    background-image: url(b4178-checked.gif);
}

.choice_4179 input[type='radio'] + label {
    
}

.choice_4179 input[type='radio']:checked + label {
    background-image: url(c4179-checked.gif);
}

.choice_4180 input[type='radio'] + label {
    
}

.choice_4180 input[type='radio']:checked + label {
    background-image: url(d4180-checked.gif);
}

.choice_4181 input[type='radio'] + label {
    
}

.choice_4181 input[type='radio']:checked + label {
    background-image: url(a4181-checked.gif);
}

.choice_4182 input[type='radio'] + label {
    
}

.choice_4182 input[type='radio']:checked + label {
    background-image: url(b4182-checked.gif);
}

.choice_4183 input[type='radio'] + label {
    
}

.choice_4183 input[type='radio']:checked + label {
    background-image: url(c4183-checked.gif);
}

.choice_4184 input[type='radio'] + label {
    
}

.choice_4184 input[type='radio']:checked + label {
    background-image: url(d4184-checked.gif);
}

.choice_4185 input[type='radio'] + label {
    
}

.choice_4185 input[type='radio']:checked + label {
    background-image: url(a4185-checked.gif);
}

.choice_4186 input[type='radio'] + label {
    
}

.choice_4186 input[type='radio']:checked + label {
    background-image: url(b4186-checked.gif);
}

.choice_4187 input[type='radio'] + label {
    
}

.choice_4187 input[type='radio']:checked + label {
    background-image: url(c4187-checked.gif);
}

.choice_4188 input[type='radio'] + label {
    
}

.choice_4188 input[type='radio']:checked + label {
    background-image: url(d4188-checked.gif);
}

.choice_4189 input[type='radio'] + label {
    
}

.choice_4189 input[type='radio']:checked + label {
    background-image: url(a4189-checked.gif);
}

.choice_4190 input[type='radio'] + label {
    
}

.choice_4190 input[type='radio']:checked + label {
    background-image: url(b4190-checked.gif);
}

.choice_4191 input[type='radio'] + label {
    
}

.choice_4191 input[type='radio']:checked + label {
    background-image: url(c4191-checked.gif);
}

.choice_4192 input[type='radio'] + label {
    
}

.choice_4192 input[type='radio']:checked + label {
    background-image: url(d4192-checked.gif);
}

.choice_4193 input[type='radio'] + label {
    
}

.choice_4193 input[type='radio']:checked + label {
    background-image: url(a4193-checked.gif);
}

.choice_4194 input[type='radio'] + label {
    
}

.choice_4194 input[type='radio']:checked + label {
    background-image: url(b4194-checked.gif);
}

.choice_4195 input[type='radio'] + label {
    
}

.choice_4195 input[type='radio']:checked + label {
    background-image: url(c4195-checked.gif);
}

.choice_4196 input[type='radio'] + label {
    
}

.choice_4196 input[type='radio']:checked + label {
    background-image: url(d4196-checked.gif);
}

.choice_4197 input[type='radio'] + label {
    
}

.choice_4197 input[type='radio']:checked + label {
    background-image: url(a4197-checked.gif);
}

.choice_4198 input[type='radio'] + label {
    
}

.choice_4198 input[type='radio']:checked + label {
    background-image: url(b4198-checked.gif);
}

.choice_4199 input[type='radio'] + label {
    
}

.choice_4199 input[type='radio']:checked + label {
    background-image: url(c4199-checked.gif);
}

.choice_4200 input[type='radio'] + label {
    
}

.choice_4200 input[type='radio']:checked + label {
    background-image: url(d4200-checked.gif);
}

.choice_4201 input[type='radio'] + label {
    
}

.choice_4201 input[type='radio']:checked + label {
    background-image: url(a4201-checked.gif);
}

.choice_4202 input[type='radio'] + label {
    
}

.choice_4202 input[type='radio']:checked + label {
    background-image: url(b4202-checked.gif);
}

.choice_4203 input[type='radio'] + label {
    
}

.choice_4203 input[type='radio']:checked + label {
    background-image: url(c4203-checked.gif);
}

.choice_4204 input[type='radio'] + label {
    
}

.choice_4204 input[type='radio']:checked + label {
    background-image: url(d4204-checked.gif);
}

.choice_4205 input[type='radio'] + label {
    
}

.choice_4205 input[type='radio']:checked + label {
    background-image: url(a4205-checked.gif);
}

.choice_4206 input[type='radio'] + label {
    
}

.choice_4206 input[type='radio']:checked + label {
    background-image: url(b4206-checked.gif);
}

.choice_4207 input[type='radio'] + label {
    
}

.choice_4207 input[type='radio']:checked + label {
    background-image: url(c4207-checked.gif);
}

.choice_4208 input[type='radio'] + label {
    
}

.choice_4208 input[type='radio']:checked + label {
    background-image: url(d4208-checked.gif);
}

.choice_4209 input[type='radio'] + label {
    
}

.choice_4209 input[type='radio']:checked + label {
    background-image: url(a4209-checked.gif);
}

.choice_4210 input[type='radio'] + label {
    
}

.choice_4210 input[type='radio']:checked + label {
    background-image: url(b4210-checked.gif);
}

.choice_4211 input[type='radio'] + label {
    
}

.choice_4211 input[type='radio']:checked + label {
    background-image: url(c4211-checked.gif);
}

.choice_4212 input[type='radio'] + label {
    
}

.choice_4212 input[type='radio']:checked + label {
    background-image: url(d4212-checked.gif);
}

.choice_4213 input[type='radio'] + label {
    
}

.choice_4213 input[type='radio']:checked + label {
    background-image: url(a4213-checked.gif);
}

.choice_4214 input[type='radio'] + label {
    
}

.choice_4214 input[type='radio']:checked + label {
    background-image: url(b4214-checked.gif);
}

.choice_4215 input[type='radio'] + label {
    
}

.choice_4215 input[type='radio']:checked + label {
    background-image: url(c4215-checked.gif);
}

.choice_4216 input[type='radio'] + label {
    
}

.choice_4216 input[type='radio']:checked + label {
    background-image: url(d4216-checked.gif);
}

.choice_4217 input[type='radio'] + label {
    
}

.choice_4217 input[type='radio']:checked + label {
    background-image: url(a4217-checked.gif);
}

.choice_4218 input[type='radio'] + label {
    
}

.choice_4218 input[type='radio']:checked + label {
    background-image: url(b4218-checked.gif);
}

.choice_4219 input[type='radio'] + label {
    
}

.choice_4219 input[type='radio']:checked + label {
    background-image: url(c4219-checked.gif);
}

.choice_4220 input[type='radio'] + label {
    
}

.choice_4220 input[type='radio']:checked + label {
    background-image: url(d4220-checked.gif);
}

.choice_4221 input[type='radio'] + label {
    
}

.choice_4221 input[type='radio']:checked + label {
    background-image: url(a4221-checked.gif);
}

.choice_4222 input[type='radio'] + label {
    
}

.choice_4222 input[type='radio']:checked + label {
    background-image: url(b4222-checked.gif);
}

.choice_4223 input[type='radio'] + label {
    
}

.choice_4223 input[type='radio']:checked + label {
    background-image: url(c4223-checked.gif);
}

.choice_4224 input[type='radio'] + label {
    
}

.choice_4224 input[type='radio']:checked + label {
    background-image: url(d4224-checked.gif);
}

.choice_4225 input[type='radio'] + label {
    
}

.choice_4225 input[type='radio']:checked + label {
    background-image: url(a4225-checked.gif);
}

.choice_4226 input[type='radio'] + label {
    
}

.choice_4226 input[type='radio']:checked + label {
    background-image: url(b4226-checked.gif);
}

.choice_4227 input[type='radio'] + label {
    
}

.choice_4227 input[type='radio']:checked + label {
    background-image: url(c4227-checked.gif);
}

.choice_4228 input[type='radio'] + label {
    
}

.choice_4228 input[type='radio']:checked + label {
    background-image: url(d4228-checked.gif);
}

.choice_4229 input[type='radio'] + label {
    
}

.choice_4229 input[type='radio']:checked + label {
    background-image: url(a4229-checked.gif);
}

.choice_4230 input[type='radio'] + label {
    
}

.choice_4230 input[type='radio']:checked + label {
    background-image: url(b4230-checked.gif);
}

.choice_4231 input[type='radio'] + label {
    
}

.choice_4231 input[type='radio']:checked + label {
    background-image: url(c4231-checked.gif);
}

.choice_4232 input[type='radio'] + label {
    
}

.choice_4232 input[type='radio']:checked + label {
    background-image: url(d4232-checked.gif);
}

.choice_4233 input[type='radio'] + label {
    
}

.choice_4233 input[type='radio']:checked + label {
    background-image: url(a4233-checked.gif);
}

.choice_4234 input[type='radio'] + label {
    
}

.choice_4234 input[type='radio']:checked + label {
    background-image: url(b4234-checked.gif);
}

.choice_4235 input[type='radio'] + label {
    
}

.choice_4235 input[type='radio']:checked + label {
    background-image: url(c4235-checked.gif);
}

.choice_4236 input[type='radio'] + label {
    
}

.choice_4236 input[type='radio']:checked + label {
    background-image: url(d4236-checked.gif);
}

.choice_4237 input[type='radio'] + label {
    
}

.choice_4237 input[type='radio']:checked + label {
    background-image: url(a4237-checked.gif);
}

.choice_4238 input[type='radio'] + label {
    
}

.choice_4238 input[type='radio']:checked + label {
    background-image: url(b4238-checked.gif);
}

.choice_4239 input[type='radio'] + label {
    
}

.choice_4239 input[type='radio']:checked + label {
    background-image: url(c4239-checked.gif);
}

.choice_4240 input[type='radio'] + label {
    
}

.choice_4240 input[type='radio']:checked + label {
    background-image: url(d4240-checked.gif);
}

@import 'http://fonts.googleapis.com/css?family=Quantico|Cabin+Condensed|Dosis|Electrolize|Spinnaker|Francois+One|Iceberg|Share|Tulpen+One|Wallpoet';

@font-face {
	font-family: Consolas;
	src: url("fonts/consolas.ttf"),
		 url("fonts/consolas.eot");
}

.stopwatch.theme-2 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Arial, Verdana, sans-serif;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(91, 91, 91, 0.84) 0%, rgba(0, 0, 0, 0.84) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91, 91, 91, 0.84)), color-stop(100%,rgba(0, 0, 0, 0.84))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  height: auto;
  overflow: hidden;
  padding: 1em;
  position: relative;
  width: 200px;
}
.stopwatch.theme-2 * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.stopwatch.theme-2 .the-time {
  border: 1px solid #777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 1px #000000;
  -moz-box-shadow: 1px 1px 1px #000000;
  box-shadow: 1px 1px 1px #000000;
  color: #999;
  font-family: Consolas, 'Cabin Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(91, 91, 91, 0.84) 0%, rgba(0, 0, 0, 0.84) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91, 91, 91, 0.84)), color-stop(100%,rgba(0, 0, 0, 0.84))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  text-align: center;
  cursor: default;
}
.stopwatch.theme-2 .min:before {
  content: ':';
}
.stopwatch.theme-2 .min:after {
  content: ':';
}
.stopwatch.theme-2 .reset,
.stopwatch.theme-2 .start-stop {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(91, 91, 91, 0.84) 0%, rgba(0, 0, 0, 0.84) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91, 91, 91, 0.84)), color-stop(100%,rgba(0, 0, 0, 0.84))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(91, 91, 91, 0.84) 0%,rgba(0, 0, 0, 0.84) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #999;
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px;
  -webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.stopwatch.theme-2 .reset:active,
.stopwatch.theme-2 .start-stop:active {
  background: #45484d;
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.stopwatch.theme-2 .reset:hover,
.stopwatch.theme-2 .start-stop:hover {
  background: rgba(9, 91, 113, 0.8);
	-moz-box-shadow: 0px 0px 14px #000 inset;
	-webkit-box-shadow: 0px 0px 14px #000 inset;
	box-shadow: 0px 0px 14px #000 inset;
	color: #999;
}
.stopwatch.theme-2 .reset {
  float: right;
}
.stopwatch.theme-2 .start-stop {
  float: left;
}
