/*
Theme Name: Wiki Theme
Theme URI: http://themeforest.com/
Description: Custom Wordpress Wiki theme with custom FAQs plugin built specifically to extend this theme.
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com/
*/

/* Resets */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #444444;
	background: #eaeaea;
	font: 14px/20px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
p {
	padding-bottom: 15px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	line-height: 1.2em;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
	background: url(images/quote.png) no-repeat 0 0;
}
dl dt {
	margin-top: 15px;
	font-weight: bold;
}
dl dd {
	margin: 0;
}
blockquote {
	font-size: 13px;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
	background: url(images/quote.png) no-repeat 0 0;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color: #000;
}
h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}
h2 {
	font-size: 23px;
	line-height: 28px;
}
.single h1 {font-size: 22px !important;}
.single h2 {font-size: 20px !important;}
.single h3 {font-size: 16px !important;}
h3 {
	font-size: 19px;
	line-height: 24px;
}
h4 {
	font-size: 17px;
	line-height: 22px;
}
h5 {
	font-size: 15px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 19px;
}
/* Header */
#header_wrap {
	position: relative;
	height: 160px;
	min-width: 1000px;
}
#header {
	position: relative;
	height: 160px;
	width: 1000px;
	margin: 0 auto;
	z-index: 99;
}
#header .gradient {
	position: absolute;
	left: -120px;
	top: -40px;
}
#header .logo {
	position: absolute;
	left: 30px;
	top: 45px;
}
/* Page Navigation */
#header .navigation {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	position: absolute;
	right: 30px;
	bottom: 0px;
}
#header .navigation li {
	float: left;
}
#header .navigation li a {
	display: block;
	background: #000;
	padding: 5px 15px;
	padding-bottom: 6px;
	color: #fff;
	margin-left: 3px;
	font-size: 13px;
	border: 1px solid #000;
	border-bottom: none;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
}
#header .navigation li a:hover,
#header .navigation li.current_page_item a,
#header .navigation li.current_page_parent a {
	background: #fff;
	color: #000;
	border-color: #fff;
}
/* page */
#page_wrap {
	position: relative;
	background: #fff;
	min-width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 15px 30px;
}
/* Welcome Text */
#welcome {
	position: relative;
	width: 940px;
	margin: 20px auto;
	padding: 0px 30px;
	color: #6c5448;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
#welcome span {
	float: left;
	display: block;
	width: 120px;
	height: 100px;
	margin-top: 23px;
	margin-left: 10px;
	font-size: 33px;
	color: #004060;
	font-weight: bold;
}
#welcome_text {
	position: relative;
	background: #fed48b url(images/welcome_gradient.jpg) repeat-y 0 0;
	border: 1px solid #caa363;
	padding: 31px 35px;
	padding-bottom: 20px;
	z-index: 99;
}
/* Sidebar */
#sidebar {
	width: 220px;
	float: left;
	padding-right: 20px;
}
#sidebar h3 {
	padding-bottom: 5px;
	padding-top: 1px;
	width: 210px;
	font-size: 16px;
	padding-left: 10px;
}
#sidebar ul.users {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	width: 210px;
	padding: 0 10px;
	margin-bottom: 30px;
	position: relative;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}
#sidebar ul.users .checkbox {
	float: left;
	margin-right: 6px;
}
.users .avatar {
	position: absolute;
	bottom:3px;
	right: 0px;
	border: 1px solid #d0d0d0;
	background: #f1f1f1;
	padding: 2px;
}
#sidebar h3.locked {
	background: url(images/lock.gif) no-repeat 95% 40%;
}
#sidebar h3.unlocked {
	background: url(images/unlock.gif) no-repeat 95% 40%;
}
#sidebar h3.search {
	background: url(images/quick_search.gif) no-repeat 95% 50%;
}
#sidebar h3.folder {
	background: url(images/folder.gif) no-repeat 95% 60%;
}
#sidebar h3.pages {
	background: url(images/pages.gif) no-repeat 95% 50%;
}
#sidebar h3.translate {
	background: url(images/translator.png) no-repeat 95% 50%;
}
#sidebar h3.related {
	background: url(images/friends.png) no-repeat 95% 50%;
}
#sidebar .text {
	display: block;
	width: 174px;
	padding: 5px 7px;
	margin: 0px;
	margin-top: 3px;
	border: 1px solid #b4b4b4;
	border-top: 1px solid #727272;
	border-bottom: 1px solid #dadada;
	background: #fff url(images/tex_bg.gif) repeat-x 0 0;
	font-size: 14px;
}
#sidebar label {
	margin-bottom: 10px;
	display: block;
}
/* Live Search */
#livesearch {
	position: relative;
	background: url(images/post_bg.gif) repeat-x 0 0;
	width: 210px;
	display: block;
	padding: 10px 10px;
	margin-bottom: 15px;
}
#livesearch .text {
	margin-top: 10px;
}
#search-result {
	border-top: 1px solid #ccc;
}
#search-result li a {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 4px 5px;
	padding-bottom: 8px;
}
#search-result li a:hover {
	background: #eee;
}
div.live-search-results {
	height: auto;
	overflow: auto;
	padding: 5px 0px;
	padding-bottom: 10px;
	background:#fff;
}
.ajax-loading {
	background: url(images/ajax-loader.gif) no-repeat 0 0;
	height:16px;
	width: 16px;
	position: absolute;
	top: 25px;
	right: 20px;
	display: none;
}

#sidebar ul#donators {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	width: 210px;
	padding: 0 10px;
	margin-bottom: 30px;
	position: relative;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}

#sidebar ul#translation {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	width: 210px;
	padding: 0 10px;
	margin-bottom: 30px;
	position: relative;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}

/* Related Articles */
#related {
	padding:0px;
	text-indent:0px;
	width:210px;
	margin-bottom: 30px;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}
#related li a {
	display:block;
	margin:0px;
	padding:0px 15px 0px 15px;
	text-decoration: none;
}
/* Category Navigation */
#navigation {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	padding:0px;
	text-indent:0px;
	width:225px;
	margin-bottom: 30px;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}
#navigation li a {
	border-top: none;
	display:block;
	margin:0px;
	padding:3px 15px 0px 10px;
	text-decoration: none;
}
#navigation li a:hover, #navigation li.current-cat-parent > a, #navigation li.current_page_ancestor > a, #navigation li a.down {
	color: #000;
}
#navigation ul {
	display: none;
	border-left: 1px solid #d0d0d0;
	margin-left: 15px;
}
#navigation li {
	list-style:none outside none;
	display:inline;
}
#navigation ul.show {
	display:block;
}
#navigation li li a {
	display:block;
	font-weight:normal;
	margin:0px;
	text-decoration: none;
	display:block;
	padding:1px 15px 0px 15px;
	text-decoration: none;
	background: url(images/li-sub.gif) no-repeat 0 12px;

}
#navigation li li.current-cat a, #navigation li li.current_page_item a, #navigation li.current_page_home a  {
	color: #000;
}
/* Page Sidebar Navigation */
#sidebar .navigation {
	padding:0px;
	text-indent:0px;
	width:210px;
	margin-bottom: 30px;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}
#sidebar .navigation li a {
	border-top: none;
	display:block;
	margin:0px;
	padding:1px 15px 3px 10px;
	text-decoration: none;
}
#sidebar .navigation li {
	list-style:none outside none;
	display:inline;
}
#sidebar .navigation li li a {
	display: none;
}
#sidebar .navigation li.current_page_item a {
	color: #000;
}
/* Content */
#content {
	float: left;
	width: 700px;
}
/* RSS Div */
#rss {
	position: absolute;
	right: 30px;
	top: 27px;
	width: 210px;
	height: 21px;
}
#rss span {
	position: absolute;
	font-size: 12px;
}
#rss img {
	position: absolute;
	right: 0px;
}
/* Bread Crumb */
#crumb {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}
#crumb li {
	display: inline;
}
.tags {
	position: absolute;
	right: 30px;
	top: 25px;
	padding-left: 20px;
	background: url(images/tags.gif) no-repeat 0 4px;
}
/* Post */
#content .post_wrap {
	font-size: 110%;
	float: left;
	background: url(images/post_bg.gif) repeat-x 0 0;
	width: 700px;
	margin-bottom: 10px;
	padding-top: 5px;
	position: relative;
}
#content .home h2 {
	font-size: 15px;
	margin-bottom: 0px;
}
#content .post_wrap h2 a {
	color: #004060;
}
#content .post_wrap h2 a:hover {
	text-decoration: underline;
}
#content .post_wrap .post {
	padding: 20px;
/*	border-bottom: 1px solid #d0d0d0;*/
/*	background: #f1f1f1; */
	padding-right: 60px;
}
#content .post_wrap .page, .single {
	padding: 10px 30px;
/*	border-bottom: 1px solid #d0d0d0; */
/*	background: #f1f1f1; */
border-left: 1px solid #d0d0d0;
margin: 10px 0;
}
/*#content .post_wrap .post p {
	padding-right: 160px;
}*/
#content .home .post {
	padding: 13px 2px;
	padding-right: 40px;
	border-bottom: 1px solid #d0d0d0;
	background: #fff;
}
/* FAQs */
#content #faq {
	padding: 5px 0px;
	background: #fff;
}
.my_faqs {
	margin-top: 30px;
}
#content #faq li a.question {
	padding: 5px 20px;
	display: block;
	background: url(images/collapsed.gif) no-repeat 5px 9px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	position: relative;
}
#content #faq li a.question:hover {
	text-decoration: underline;
}
#content #faq li a.down {
	background: url(images/expanded.gif) no-repeat 5px 9px;
}
#content #faq li li {
	border-bottom: 1px solid #d0d0d0;
	padding: 20px;
	margin-bottom: 15px;
	padding-top: 0px;
	background: none;
}
#content .answer {
	display: none;
}
/* Single Page */
#page_wrap .faqs_page .my_faqs {
	margin-top: 0px;
}
.single h1, .single h2 {
	font-size: 28px;
	color: #000;
	margin: 10px 0;
}

.single .function_page h2 {
	margin-top: 45px;
	padding-top: 10px;
	border-top: 1px solid silver;
}

#content .single ul, #content .single ol {
	margin-bottom: 30px;
}
#content .single li>ul, #content .single li>ol {
	margin-bottom: 0px;
}
#content .single ul li {
	margin-bottom:6px;
	margin-left: 27px;
	padding-left: 13px;
}
#content .single ol li {
	margin-bottom:6px;
	margin-left: 40px;
}
#content .single ul li {
	list-style-image: url(images/text_bullet01.png);
}
#content .single ol li {
	list-style: decimal;
}
#content #sections {
	margin-left: 20px;
	margin-bottom: 0px;
	float: right;
}
#content #sections ul {
	padding: 30px 40px 15px 20px;
	background: #f1f1f1 url(images/sections.gif) no-repeat 20px 15px;
	border: 1px solid #d3d3d3;
	float: left;
}
#content #sections ul li {
	list-style: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
#content #sections a {
	color: #4d4d4d;
}
#content #sections a:hover {
	color: #000;
}

#content #meta {
	font-family: Verdana, Tahoma;
	font-size: 60%;
	text-transform: uppercase;
	color: gray;
	border-top: 1px solid gray;
}

.link, .warning, .help, .tip {
	font-family: Tahoma, Verdana;
	font-size: 85%;
	padding: 15px;
	padding-left: 70px;
	color: #404040;
	margin: 10px 20px 20px 20px;
    width: 80%;
    min-height: 35px;
    clear: both;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.link {
	background: #b1d0ee url(images/link-panel.png) no-repeat 7px 12px;
	border: 1px solid #7bb4ec;
}
.warning {
	background: #fae1d6 url(images/warning-panel.png) no-repeat 7px 12px;
	border: 1px solid #f59b73;
}
.help {
	background: #eaf0f6 url(images/help-panel.png) no-repeat 7px 12px;
	border: 1px solid #bcc6d0;
}
.tip {
	background: #fafad6 url(images/tip-panel.png) no-repeat 7px 12px;
	border: 1px solid #f6d87d;
}

pre {
	background: #ffffff url(images/code-panel.png) no-repeat 7px 18px;
	border: 1px solid #b6b6b6;
	padding: 15px;
	padding-bottom: 10px;
	padding-left: 70px;
	color: #404040;
	margin: 10px 0 20px 20px;
	line-height: 24px;
	font-size: 12px;
	font-family: Monaco, Courier, sans-serif;
	color: #333d48;
    width: 84%;
    min-height: 45px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* Unused sucess and error */
.success {
	background: #e2fad6 url(images/accept.png) no-repeat 19px 19px;
	border: 1px solid #91db6c;
	padding: 15px;
	padding-left: 50px;
	color: #404040;
	margin-bottom: 20px;
    width: 95%;
    clear: both;
}
.error {
	background: #fae1d6 url(images/exclamation.png) no-repeat 19px 19px;
	border: 1px solid #f59b73;
	padding: 15px;
	padding-left: 50px;
	color: #404040;
	margin-bottom: 20px;
    width: 95%;
    clear: both;
}
.rating_wrap {
	background: #eeeeee;
	border: 1px solid #d4d4d4;
	padding: 15px;
	color: #404040;
	margin: 20px 0px;
    clear: both;
}

.wp-caption {
	background-color:#efefef;
	border:1px solid #b6b6b6;
	text-align:center;
	margin-bottom:15px;
	padding-top: 15px;
	padding-bottom: 11px;
	padding-right: 11px;
	padding-left: 11px;
}
.wp-caption img {
	border:1px solid #b6b6b6;
	margin: auto;
}
.wp-caption-text {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #404040;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
.improve {
	float: right;
}
.improve span {
	padding-left: 22px;
	background: url(images/contact.png) no-repeat 0 4px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin: 3px 20px 5px 0;
}
/* Pagination */
.button a:link, .button a:visited {
	padding: 3px 7px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.button a:hover {
	background: #f1f1f1;
	text-decoration:none;
}
.button a:active {
	text-decoration:none;
}
.wp-pagenavi {
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #d0d0d0;
	margin-left: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #f1f1f1;
}
.wp-pagenavi .pages {
	float: left;
}
.faq-pagenavi {
	width: 210px;
	position: absolute;
	top: -34px;
	right: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.faq-pagenavi .button {
	float: right;
	margin-left: 10px;
}
.faq-pagenavi .pageed {
	float: right;
}

/* Footer */
#footer_wrap {
	position: relative;
	font-family: Tahoma, Verdana, Helvetica;
	background: #eaeaea url(images/footer_border.png) repeat-x 0 0;
	min-width: 1000px;
}
#footer {
	position: relative;
	width: 940px;
	padding: 24px 30px;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 auto 20px auto;
	color: #7b7b7b;
	height: 30px;
	letter-spacing: 0.5px;
	text-align: right;
}

/* Comment */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #aaaaaa;
}

.even, .alt {

	border-left: 1px solid #aaaaaa;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #ddd;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
    width: 105%;
	}

.commentlist li {
	margin: 15px 0 10px !important;
	padding: 5px 0px 10px 10px;
	list-style: none !important;
	background: #f8f8f8 !important;
	}
.commentlist > li {
	padding-right: 5px;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
.comment-body {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

span.admin-nav {
    background: transparent url("images/link.png") no-repeat scroll left center;
    padding-left:15px;
/*    font-weight:bold; */
font-style: italic;

    color:#004060;
}
#spfdonators {
	color: #FFFFFF !important;
    width: 210px; /* important to be same as image width */
    height: 40px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    background-color: #eeeeee;
}

#spfdonators ul {
	list-style-image: url(images/star.png);
	margin: 10px 0 2px 20px;
	padding: 0;
	color: #FFFFFF !important;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}

#spfdonatorsContent {
   width: 210px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.spfdonatorsImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

/* HGHSLIDE */

.sfimageright {
	float: right;
	margin: 0;
	padding: 5px 0 5px 20px;
}

.sfimageleft {
	float: left;
	margin: 0;
	padding: 5px 20px 5px 0;
}

.sfmouseright {
	float: right;
	margin-right: -39px;
}

.sfmouseleft {
	float: left;
	margin-left: -39px;
}

.faq-header {
	margin: 0 0 15px 0;
	padding-top: 8px;
	border-top: 1px solid gray;
}

p.faq-question {
	margin: 0 0 0 30px;
	padding: 0 0 8px 0;
}

p.faq-question a {
	font-weight: normal;
	background: url(images/dropdown.png) 0px 0px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 -20px;
}

p.faq-answer {
	background: #eaf0f6;
	border: 1px solid #bcc6d0;
	padding: 10px;
	color: #404040;
	margin: 0px 0px 20px 20px;
    width: 90%;
    min-height: 35px;
    clear: both;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


