/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 700;
    src: local('Yanone Kaffeesatz Bold'), local('YanoneKaffeesatz-Bold'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/We_iSDqttE3etzfdfhuPRbJjSLMfVFmTspsxH0yGxjj3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}
@font-face {
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 200;
    src: local('Yanone Kaffeesatz ExtraLight'), local('YanoneKaffeesatz-ExtraLight'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/We_iSDqttE3etzfdfhuPRUDqw7A1uQWuQSM-rfHaMOr3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}
@font-face {
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 400;
    src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/YDAoLskQQ5MOAgvHUQCcLQa6gm6bS00u2Qn-iPLo1Go.woff) format('woff');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	MAIN STYLES
*/

body, html {
	background:#ededed;
	height:100%;
	line-height:20px;
	font-size:14px;
	color:#333;
	font-family: Helvetica, Tahoma, sans-serif;
	font-weight:normal;
}
h1, h2, h3 { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold; }
h1 {
	font-size:90px;
	text-shadow:0 0 1px rgba(51,51,51,0.3);
	text-align:center;
	line-height:90px;
}
h2 {
	font-size:36px;
	line-height:36px;
	text-shadow:0 0 1px rgba(51,51,51,0.2);
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}
h3 {
	font-size:30px;
	line-height:38px;
	margin-bottom:14px;
}
h4 {
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
a:link, a:active, a:visited {
	border:none;
	outline:none;
	color:#072B29;
}
#header {
    height: 42px;
    width: 100%;
}
#accordion p {
	margin-bottom:14px;
}
#accordion strong {
	font-weight: bold !important;
}
#slide1 {
	background:#f2f2f2;
}
#slide1 .content {
	padding:20px;
	font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold;
}
#slide1 h4 {
	font-size:24px !important;
	line-height:28px !important;
}
#slide1 .content ul {
	list-style: square;
	margin-top:15px;
	margin-left:40px;
}
#slide1 .content li {
	margin-bottom:10px;
}
#slide2 {
    background:#f2f2f2;
}
#slide2 .content {
    padding:20px;
    font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold;
}
#slide2 h4 {
    font-size:24px !important;
    line-height:28px !important;
}
#slide3 {
    background:#f2f2f2;
}
#slide3 .content {
    padding:20px;
    font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold;
}
#slide4 {
    background:#f2f2f2;
}
#slide4 .content {
    padding:20px;
    font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold;
}
#slide5 {
    background:#f2f2f2;
}
#slide5 .content {
    padding:20px;
    font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold;
}

#slidorion2 {
	width: 768px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 400px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	left: 50%;
	margin-left: -384px;
	padding: 10px;
	background: #cbcbcb;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;
}
strong {
	font-weight:bold;
}
#container {
	width:800px;
	margin:30px auto;
	position:relative;
}
#container >div {
	width:78%;
	margin-bottom:30px;
}
#container > div > pre { 
	background:#E2DBD1;
	border:1px solid #D1BFA6;
	color:#333;
	font-family: Helvetica, Tahoma, sans-serif;
	margin-bottom:20px;
	padding: 5px 10px;
	border-left: 10px solid #D1BFA6;
}
#options li {
	margin:20px 0;
	border-bottom:1px solid #ddd;
}
#options li p {
	font-size:15px;
	letter-spacing:0;
	line-height:30px;
}
#download-box {
	width:170px !important;
	position:absolute;
	margin-left:620px;
	padding:10px;
	background: #ebf1f6;
	background: -moz-linear-gradient(top, #ebf1f6 0%, #cbdfed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(100%,#cbdfed));
	background: -webkit-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
	background: -o-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
	background: -ms-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
	background: linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#cbdfed',GradientType=0 );
	border-radius:4px;
	border:1px solid #bbb;
	float:right;
}
#download-box p, #download-box h3 {
	text-align:center;
	font-weight:bold;
	letter-spacing:0px;
	margin:15px 0;
	font-size:100%;
	line-height:20px;
}
#download-box h3 {
	font-size:200%;
	line-height:30px;
}
#download-box p {
	font-size:80%;
}
.download {
	text-indent:-9999px;
	margin-left:15px;
	background:url(../img/download_buttons.png) 0 -2px no-repeat;
	width:140px;
	height:50px;
	display:block;
	overflow:hidden;
}
.download:hover {
	background-position:0 -51px;
}
#download-box .social-media {
	width:54px;
	height:70px;
	vertical-align: top;
	display:inline-block;
}
.changes {
	margin-bottom:15px;
}
#footer {
	height:200px;
}

.statcounters{
    font-size: 160%;
    margin-bottom: 79px;
    margin-left: 337px;
    margin-top: 21px;
}
.statlabel{
    float: left;
    min-width: 223px;
    padding-right: 5px;
    text-align: right;
}
.statrow{
    padding-bottom: 7px;
    max-width: 300px;
}
#graph1{
    width: 400px;
    height: 300px;
}
#graph2{
    width: 290px;
    height: 190px;
    left: 75px;
    top: 127px;
}
div.graph
{
    position:absolute;
    z-index: 1000;
    margin-top: -40px;
}
#slide-content{
    width: 100%;
    height: 15px;
}

#waittime{
    position: absolute;
    left: 700px;
    top: 50px;
    font-size: 200%;
}
#avgviews{
    position: absolute;
    left: 700px;
    top: 155px;
    font-size: 200%;
}
#favquestions{
    position: absolute;
    left: 30px;
    top: 70px;
    font-size: 180%;
}
#avganswersperquestion{
    position: absolute;
    left: 30px;
    top: 70px;
    font-size: 180%;
}
#commentsperquestion{
    position: absolute;
    left: 30px;
    top: 180px;
    font-size: 180%;
}
.largenr{
    font-weight: bold;
    font-size: 270%;
}
.largenr_desc{
    margin-top: 30px;
    font-size: 70%;
}

#qperh{
    margin-top: 225px;
}
#qperd{
    margin-top: 225px;
}
#qpert{
    margin-top: 5px;
    float: left;
    width: 1400px;
    height: 470px;
    overflow: scroll;
    /*overflow-y: hidden;*/
}
#qpert_label{
    margin-top: 10px;
}
#qperh_label{
    margin-top: 10px;
}
#qpertperm{
    margin-top: 25px;
}
#aperh{
    margin-top: 225px;
}
#aperh_label{
    margin-top: 10px;
}
#aperd{
    margin-top: 225px;
}

#mostscoredquestions{
    position: absolute;
    left: 400px;
    top: 40px;
}
#mostscoredquestions_label{
    position: absolute;
    font-size: 120%;
    left: 380px;
    top: 20px;
}
#mostscoredanswers{
    position: absolute;
    left: 400px;
    top: 40px;
}
#mostscoredanswers_label{
    position: absolute;
    font-size: 120%;
    left: 380px;
    top: 20px;
}

#mostfavquestions{
    position: absolute;
    left: 400px;
    top: 115px;
}
#mostfavquestions_label{
    position: absolute;
    font-size: 120%;
    left: 380px;
    top: 95px;
}
#leastscoredquestions{
    position: absolute;
    left: 400px;
    top: 190px;
}
#leastscoredquestions_label{
    position: absolute;
    font-size: 120%;
    left: 380px;
    top: 170px;
}
#leastscoredanswers{
    position: absolute;
    left: 400px;
    top: 115px;
}
#leastscoredanswers_label{
    position: absolute;
    font-size: 120%;
    left: 380px;
    top: 95px;
}
.score{
    background-color: #333333;
    color: #DFDFDF;
    float: right;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    border-radius: 3px;
}
.number{
    background-color: #222222;
    color: #FFFFFF;
    float: left;
    min-width: 30px;
    padding-bottom: 4px;
    text-align: center;
    border-radius: 3px;
}
.title{
    padding: 5px;
}

.post{
    background-color: #FFFFFF;
    border: 3px solid #DDDDDD;
    float: left;
    height: 24px;
    margin-top: 5px;
    padding: 5px;
    width: 500px;
    border-radius: 3px;
}
#mostscoredquestions_prev{
    position: absolute;
    left: 880px;
    top: 20px;
}
#mostscoredquestions_next{
    position: absolute;
    left: 913px;
    top: 20px;
}
#mostscoredanswers_prev{
    position: absolute;
    left: 880px;
    top: 20px;
}
#mostscoredanswers_next{
    position: absolute;
    left: 913px;
    top: 20px;
}

#mostfavquestions_prev{
    position: absolute;
    left: 880px;
    top: 95px;
}
#mostfavquestions_next{
    position: absolute;
    left: 913px;
    top: 95px;
}
#leastscoredanswers_prev{
    position: absolute;
    left: 880px;
    top: 95px;
}
#leastscoredanswers_next{
    position: absolute;
    left: 913px;
    top: 95px;
}

#leastscoredquestions_prev{
    position: absolute;
    left: 880px;
    top: 170px;
}
#leastscoredquestions_next{
    position: absolute;
    left: 913px;
    top: 170px;
}
.nextbtn{
    font-family: Arial;
    font-size: 11px;
    background-color: #3A87AD;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
    cursor: pointer;
}
.prevbtn{
    font-family: Arial;
    font-size: 11px;
    background-color: #FAA732;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
    cursor: pointer;
}
#chart-numberofquestionspertag{

}
.photos{
    float: left;
    height: 517px;
    overflow: scroll;
    text-align: center;
    overflow-x: hidden;
}
.userphoto{
    float: left;
    max-width: 140px;
    max-height: 116px;
    display: inline;
}
.username{
    float: left;
    max-width: 65px;
    max-height: 18px;
    overflow: hidden;
}
.userpoints{
    color: #8210FF;
    float: right;
    padding-right: 18px;
}
.userplace{
    float: left;
    width:25px;
}
a {
    color: inherit; /* blue colors for links too */
    text-decoration: none; /* no underline */
}
.userimglink{

}
.uimg{
    float: left;
    height: 126px;
    width: 137px;
}
.ulabels{
    left: 7px;
    position: relative;
    top: -33px;
}
.userseparator{
    border-top: 1px solid #333333;
    clear: both;
    float: left;
    height: 1px;
    margin: 10px;
    width: 95%;
}
.emailimg{
    float: left;
    height: 82px;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
    width: 112px;
}
.graphLabelchart-numberofquestionspertag{

}
#totalnumberoftags{
    background-color: #FFFFFF;
    border-radius: 50px;
    height: 200px;
    position: absolute;
    right: 100px;
    top: 314px;
    width: 200px;
}
#totalnumberoftags_nr{
    font-size: 600%;
    position: absolute;
    text-align: center;
    top: 67px;
    width: 220px;
}
#totalnumberoftags_label{
    font-size: 200%;
    position: absolute;
    text-align: center;
    top: 114px;
    width: 222px;
}
.btn{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    width: 220px;
    margin-bottom: 5px;
}

#menu {
    height:43px;
    padding:0px 20px 0px 35px;
    width: 95%;
}

#menu li {
    float:left;
    display:block;
    position:relative;
    padding: 4px 10px 4px 10px;
    margin-right:30px;
    margin-top:7px;
    border:none;
}

#menu li:hover {
    border: 1px solid #777777;
    padding: 4px 9px 4px 9px;

    /* Background color and gradients */

    background: #F4F4F4;
    background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

    /* Rounded corners */

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    z-index: 100;
}

#menu li a {
    font-size:12px;
    display:block;
    outline:0;
    text-decoration:none;
}

#menu li:hover a {
    color:#161616;
    text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
    padding-right:21px;
    background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
    background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 20px auto 4px;
    float:left;
    position:absolute;
    left:-999em; /* Hides the drop down */
    text-align:left;
    padding: 10px 15px 10px 5px;
    border:1px solid #777777;
    border-top:none;

    /* Gradient background */
    background:#F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

    /* Rounded Corners */
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 580px;max-height: 420px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
    left:-1px;
    top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
    float:right;
    margin-right:0px;
}
#menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
    left:auto;
    right:-1px;
    top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
    font-family:Arial, Helvetica, sans-serif;
    line-height:21px;
    font-size:12px;
    text-align:left;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
    font-size:21px;
    font-weight:400;
    letter-spacing:-1px;
    margin:7px 0 14px 0;
    padding-bottom:14px;
    border-bottom:1px solid #666666;
}
#menu h3 {
    font-size:14px;
    margin:7px 0 14px 0;
    padding-bottom:7px;
    border-bottom:1px solid #888888;
}
#menu p {
    line-height:18px;
    margin-bottom: 3px;
}

#menu li:hover div a {
    font-size:12px;
    color:#015b86;
}
#menu li:hover div a:hover {
    color:#029feb;
}


.strong {
    font-weight:bold;
}
.italic {
    font-style:italic;
}

.imgshadow { /* Better style on light background */
    background:#FFFFFF;
    padding:4px;
    border:1px solid #777777;
    margin-top:5px;
    -moz-box-shadow:0px 0px 5px #666666;
    -webkit-box-shadow:0px 0px 5px #666666;
    box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
    width:auto;
    float:left;
    margin:5px 15px 5px 5px;
}

#menu li .black_box {
    background-color:#333333;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding:4px 6px 4px 6px;

    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    /* Shadow */
    -webkit-box-shadow:inset 0 0 3px #000000;
    -moz-box-shadow:inset 0 0 3px #000000;
    box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
    list-style:none;
    padding:0;
    margin:0 0 12px 0;
}
#menu li ul li {
    font-size:12px;
    line-height:24px;
    position:relative;
    text-shadow: 1px 1px 1px #ffffff;
    padding:0;
    margin:0;
    float:none;
    text-align:left;
    width:130px;
}
#menu li ul li:hover {
    background:none;
    border:none;
    padding:0;
    margin:0;
}

#menu li .greybox li {
    background:#F4F4F4;
    border:1px solid #bbbbbb;
    margin:0px 0px 4px 0px;
    padding:4px 6px 4px 6px;
    width:116px;

    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
    background:#ffffff;
    border:1px solid #aaaaaa;
    padding:4px 6px 4px 6px;
    margin:0px 0px 4px 0px;
}
.menuimg{
    padding-top:2px;
}
.menuimgholder{
    float: left;
    height: 15px;
    width: 15px;
}
.menutxtholder{
    float: right;
    font-weight: bold;
    height: 15px;
    padding-left: 3px;
    padding-top: 1px;
    text-align: left;
    width: 100px;
}

.itemBox{
    border-bottom: 1px solid #FFF;
    float: left;
    margin: 3px 3px 0;
    padding: 3px 4px;
    width: 270px;
    height: 40px;
}
.itemBox:hover
{
    background-color: #FFF;
}
.siteFavicon{
    border-color: #F4F4F4 #F2F2F2 #E0E0E0;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    font-size: 9px;
    height: 24px;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 24px;
}
.siteInfo{
    color: #888888;
    float: left;
    font-size: 11px;
    width: 240px;
}
.siteInfo a {
    color: #444444;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    line-height: 11px;
}
.siteLink{
    display: inline-block;
    font-size: 9px !important;
    font-weight: normal !important;
    margin-bottom: 4px;
}
.siteTitle{

}
.logo{
    display: inline;
    float: left;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 180%;
    font-weight: bold;
    padding-left: 31px;
    padding-top: 13px;
}
.backarrow{
    padding-right: 10px;
}
#mainmenu{
    float: right;
    height: 500px;
    margin-top: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 30px;
    padding-top: 5px;
    margin-right: 10px;
}
.additional_info{
    color: #666;
    float: left;
    padding-left: 10px;
    height: 20px;
    margin-top: -20px;
    width: 100%;
}
#chart-graphQTop10Sites{
    margin-top: 100px;
    padding-left: 8px;
}
#legendQ10Sites{
    background-color: #F2F2F2;
    color: #333333;
    left: 57px;
    position: absolute;
    top: 300px;
}
#introtxt{
    float: left;
    left: 200px;
    position: absolute;
    top: 60px;
    font-size:90%;
}
.tinyp{
    font-size: 75%;
    margin-top: 10px;
    color: #444;
}
#fb-root{
    color: #444444;
    font-size: 71%;
    padding-right: 30px;
    float: right;
}
.slidetxt{
    position: relative;
    height: 127px;
}
#spback{
    float: right;
    font-size: 11px;
    height: 30px;
    padding-right: 30px;
    padding-top: 15px;
    width: 218px;
}
#loadercurtain{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #FFF;
    z-index: 2000;
    text-align: center;
    vertical-align: middle;
    padding-top: 300px;
}









