<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Openstream basic css (Layout)
==================================*/
@import url(https://fonts.googleapis.com/css?family=Exo+2:500,700);
body {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	font-family: 'Exo 2', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #f19e26;
}
body.bgimage {
	background-color: #f19e26;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: repeat-x;
	background-image: url(../../images/clintseason1/bgbanner.jpg);
	background-attachment: fixed;
	background-position: center center;
}
::-moz-selection {
color: black;
background: #f97b00;
}
::selection {
color: black;
background: #f97b00;
}
a {
	text-decoration:none;
	color:#b64012;
}
h1, h2, h3, h4, h5, h6 {
	margin:8px 0;
}
ul, img {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
#outWrap {
	width:100%;
	height:100%;
}
#centerWrap {
	width:980px;
	margin:0 auto;
}
/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* html .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
	min-height: 1%;
}
.line {
	border-bottom:solid 1px #cccbcb;
}
.line_top {
	border-top:solid 1px #cccbcb;
}
/*Comon classes*/
.shadow {
	-webkit-box-shadow: 0px 1px 5px rgba(97, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(97, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(97, 50, 50, 0.22);
}
.deftxt {
	color:#666666;
	font-size:13px;
	line-height:21px;
}
.textS {
	font-size:11px;
}
.textM {
	font-size:13px;
}
.textL {
}
textXXL {
}
/*Top bar
---------------*/
.topBar {
	height:36px;
}
.topnav {
	font-size: 11px;
	color: white;
	padding-top: 10px;
}
.topnav .tollfree {
	padding-right:25px;
}
.topnav .topLink a {
	color:white;
	margin-right:10px;
}
.topnav .topLink a:last-child {
	margin:0;
}
#headBlock {

	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*Header Bar Navigation Menus
---------------------------------*/

.menu_hd_shadow {
	background-image: url(../../images/clint/menushadow.png);
	background-repeat:no-repeat;
	background-position: top center;
}
div.logo {
	padding-top:5px;
	float:left;
}
/*Navigaton list*/
ul.mainNavi {
	display:block;
	float:right;
	height:36px;
	margin-top: 30px;
}
ul.mainNavi li {
	float:left;
	margin: 0 1px;
}
ul.mainNavi li.loginBtn a.tab {
background-color:#b2d235;
}
ul.mainNavi li a.tab, .selectedTab {
display: block;
float: left;
padding: 4px 10px;
color: #000;
height: 21px;
font-size: 14px;
position:relative;
border-radius:6px;
-webkit-border-radius:6px;
-o-border-radius:6px;
-moz-border-radius:6px;


 o-transition:.8s;
 -ms-transition:.8s;
 -moz-transition:.8s;
 -webkit-transition:.8s;
 transition:.8s;
}
ul.mainNavi li a.tab:hover, .selectedTab {
background-color:#FFD600;
color:#000;
}
/*Dropdown menu*/
#dropmenu {
	display:none;
	position: absolute;
	top: 101px;
	z-index: 10;
}
ul.subList {
	color:#00496f;
	background-color:#eaf6fb;
	width:180px;
	margin:0;
	padding:20px 0;
	-webkit-box-shadow: 0 8px 6px -6px #0e618c;
	-moz-box-shadow: 0 8px 6px -6px #0e618c;
	box-shadow: 0 8px 6px -6px #0e618c;
	border-bottom:#2499D6 5px solid;
}
ul.subList li {
	display:block;
	border-bottom:1px #d0eaf6 solid;
	width:150px;
	font-size:12px;
	margin:0 10px;
	padding:5px;
}
ul.subList li:hover {
	background-color:#d0eaf6;
	color:#00a8ff;
}
/*Billboard
----------*/
.billboard {
float:right;

width:100%; display:block;
}
/* Content Block
-------------------*/
.contentBlock {
	background-color: #FFFFFF;
	margin-top:-74px;
	width: 100%;
	float: left;
}
.inpad {
	padding:40px;
	clear:both;

}
.titl {
	color:white;
	height:37px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-weight: lighter;
	display:inline-block;
	float:left;
}
.titl .value {
	background-color:#982374;
	padding:10px 20px;
}
.titl .end {
	height:51px;
	width:20px;
	background-image:url('../../images/clint/content-title-bg-end.png');
	background-position:left top;
	background-repeat:no-repeat;
}
.titl .value, .titl .end {
	display:block;
	float:left;
}
.contentBlock .titl {
}
.contentBlock .colmn1, .contentBlock .colmn2 {
	width:45%;
	display:inline-block
}
.contentBlock .colmn1 {
	margin-right:5%;
}
.itemBlock {
	float:left;
	margin-bottom:25px;
}
.itemBlock p {
	color:#666666;
	font-size:13px;
	line-height:21px;
	margin:10px 0 10px 0;
	height:90px;
	overflow:hidden;
}
.itemBlock h3 {
	font-weight:normal;
	margin:0;
}
.content1 {
	width:100%;
}
.itemBlock .iconBlock {
	width:80px;
	height:80px;
	float:left;
	background-image:url('../../images/clint/features-icon-sprite.png');
	background-repeat:no-repeat;
	margin-right:21px;
}
.itemBlock a:hover p, .itemBlock a:hover h3 {
	color:#0289cf!important;
	-webkit-transition-property:color, background;
	-webkit-transition-duration: 1s, 1s;
	-webkit-transition-timing-function: linear, ease-in;
}
/*Double column layout*/
.doublecolumn {
	width:100%;
	clear:both;
}
.doublecolumn .Istcolmn, .doublecolumn .IIndcolmn {
	width:49.5%;
}
.doublecolumn .Istcolmn {
	float:left;
}
.doublecolumn .IIndcolmn {
	float:right;
}
#qmefordev {
	margin:0;
	clear:both;
	position:relative;
}
#features {
	margin-bottom:8px;
}
/*Heading Styles
--------------*/
.bluetrongHD {
	text-transform:uppercase;
	color:#0088cf;
}
.graysubHD {
	color:#424242;
}
.lighter {
	font-weight:lighter;
}
.featureList {
	color:#3f99c5;
}
/*Qme logo circle*/
.qmelogo {
	width:92px;
	height:95px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	background-image:url('../../images/clint/qme-logo.png');
	background-repeat:no-repeat;
	background-position:center center;
	left: 45%;
	position: absolute;
	top: -22%;
}
/*Events*/
.events {
	width:100%;
	margin-top:25px;
	background-color:#4a9fc8;
}
.events .eventshed {
	float:left;
}
.events .eventBanner {
	float:left;
}
.awards {
	margin-top:25px;
}
.awslider a {
	margin:0 15px;
}
.fooListBlock {
	width:20%;
	float:left;
	color:#f3f4f5;
}
.fooListBlock h4 {
	color:#f3f4f5;
}
.fooListBlock ul li {
	margin-bottom:8px;
}
.fooListBlock ul li a:hover {
	text-decoration:underline;
}
.footer .inpad {
	padding-left: 0;
	padding-right: 0;
}
.creditNote {
	padding:3px 0;
}
.creditNote p {
	color:white;
	text-align:center;
}
/*Connects*/
.connects a {
	width:28px;
	height:29px;
	display:block;
	float:left;
	background-image:url('../../images/clint/socioicons.png');
	background-repeat:no-repeat;
}
.connects a.fb {
	background-position:left top;
}
.connects a.tw {
	background-position:-29px top;
}
.connects a.yt {
	background-position:-57px top;
}
.connects a.fb:hover {
	background-position:left -29px;
}
.connects a.tw:hover {
	background-position:-29px -29px;
}
.connects a.yt:hover {
	background-position:-57px -29px;
}
/*-----------------inner pages css---------------------------------------*/
#headBlock_inner {
	height:340px;
	background-image:url('../../images/clint/billboard-pattern.jpg');
	background-repeat:repeat;
	background-position:left top;
}
.inner_banner {
	width:960px;
	height:180px;
	background:url(../img/inner_bg_bkg.png);
	background-repeat:no-repeat;
	float:none;
	margin: auto;
	margin-top:39px;
}
.inner_banner_hd {
	width:351px;
	float:left;
	margin:auto;
	height:47px;
	color:#006699;
	text-align:center;
	margin-left:11px;
}
.inner_banner_hd h1 {
	text-transform:uppercase;
	font-size:19px;
	line-height:47px;
	text-shadow: 1px 1px #cccc99;
	font-family: 'Exo 2', sans-serif;
	font-weight:bold;
	margin-top:2px;
}
.inner_banner_tx {
	width:85%;
	float:none;
	margin:auto;
	position:relative;
	padding-top:6px;
	clear:both;
}
.inner_banner_tx p {
	font-family: 'Exo 2', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size:18px;
	font-style:italic;
	text-align:center;
	color:#fff;
	line-height:24px;
}
.inner_content_wrap {
	width:960px;
	min-height:400px;
	float:none;
	margin:auto;
	position:relative;
	-webkit-box-shadow: 0px 1px 5px rgba(97, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(97, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(97, 50, 50, 0.22);
}
.inner_left_wrap {
	width:600px;
	min-height:400px;
	float:left;
	position:relative;
	padding:35px;
}
.full-width {
	width:auto !important;
}
.inner_left_wrap p {
	font-family: 'Exo 2', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size:16px;
	line-height:28px;
	color:#4e4e4e;
}
.inner_left_wrap p span {
	font-family: 'Exo 2', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size:14px;
	font-style:italic;
	line-height:24px;
	color:#4e4e4e;
	letter-spacing:1px;
}
.inner_right_sidebar {
	width:270px;
	float:right;
	background:#e6f0f6;
	margin-top:35px;
}
.inner_right_sidebar_hd {
	height:38px;
	float:left;
	position:relative;
	background:#5eb3df;
	padding-left:18px;
	padding-right:15px;
	line-height:38px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}
.inner_right_sidebar_corner {
	background-image:url(../../images/clint/side_bar_hd.png);
	position:relative;
	float:left;
	width:15px;
	height:38px;
}
.inner_right_sidebar_tx {
	width:232px;
	float:left;
	position:relative;
	padding-left:18px;
	margin-top:0px;
}
.inner_right_sidebar_tx {
	font-size:13px;
	color:#5c6062;
	line-height:23px;
}
.blueHd {
	color:#5eb3df;
	margin-top:25px;
}
ul.awwardsListing li {
	display:block;
	border-bottom:#CCC 1px solid;
	padding:10px 0;
	float:left;
	margin-bottom:10px;
	width:100%;
}
ul.awwardsListing li div.imagery {
	float:left;
	margin-right:25px;
	width:180px;
	overflow:hidden;
}
ul.awwardsListing li div.imageryauto {
	width:100%;
	float:left;
	overflow:hidden;
}
ul.awwardsListing li div.imageryauto img {
	max-width:100% !important;
	height:auto !important;
}
ul.awwardsListing li div.imagery img {
	display:block;
	float:left;
	max-width:180px;
	height:auto;
}
ul.awwardsListing li div.texts {
	float:left;
	width: 680px;
}
ul.awwardsListing li div.texts p {
	margin-top:0;
}
.more {
	color:#0c61a0;
	text-decoration:underline;
}
/*Contact Us Page*/
.Companyimage {
	float:left;
	margin-right:25px;
	width:200px;
}
.address {
	float:left;
	width:360px;
}
/*List*/
ul.list {
	margin-top:15px;
	margin-bottom:15px;
	padding-left: 15px;
	list-style-type:disc;
}
.billboard-capt {
	float:right;
	margin-top: 15px;
}
.billboard-capt .mainHead {
	color:#791C5E;
	font-family: 'Exo 2', sans-serif;
	font-size: 45px;
/*	text-shadow: 0px 4px 3px rgba(150, 150, 150, 1);*/
}
.billboard-capt .dateSHead {
	font-size:35px;
	color:#069;
	padding-right:20px; font-weight:bold;
}
.dateSHead { float:right; width100%;
	font-size:35px;
	color:#069;
	padding-right:20px; font-weight:bold; text-align: right;
}
.billboard-capt .prizeSHead {
	font-size:25px;
	color:black;
}
.billboard-capt .quizmast {
	width:100%;
	height:auto;
	background-repeat: no-repeat;
	background-position: right top;
}
.startnw {
	width:240px;
	height:56px;
	border:none;
	margin-top: 49px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/clint/startnow.png);
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
.rngBtn {
	background-color:#f97b00;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border:none;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	color:white;
	cursor:pointer;
}
.qstionText input {
	margin-left:0;
}
.options {
	float:left;
	display:inline-block;
}
.shareQ {
	display:inline-block;
	float:right;
}
.shareQ .ico {
	width:32px;
	height:32px;
	display:inline-block;
	background:url(../../images/clint/shareq.png) no-repeat;
	margin-right:3px;
	vertical-align:middle;
}
.shareQ .fb {
	background-position:left top;
}
.shareQ .tw {
	background-position:-37px top;
}
.shareQ .gplus {
	background-position:right top;
}
hr {
	background-color: #c2c2c2;
	height: 1px;
	border: 0;
}
.prizList {
	margin-top:50px;
}
.prizBlock {
	margin-bottom: 20px;
	clear: both;
}
.prizBlock h2 {
	border-bottom:#ff9e61 2px solid;
	color:#51423b;
	margin-bottom:20px;
}
.prizPic {
	float:left;
	display:inline-block;
	width:110px;
	height:76px;
	overflow:hidden;
	padding:2px;
}
.prizPic img {
	width:100%;
	height:auto;
}
.prizTxt {
	padding-left:25px;
	font-size:14px;
	display:inline-block;
	float:left;
	width: 761px;
}
.spons {
	background-color:#dd5500;
}
.spons .sponsHead {
	background-color:#a33f00;
	padding:29px 15px;
	font-weight:bold;
	font-size:18px;
	color:white;
	float:left;
}
.spons .sponstxt {
	padding-left: 20px;
	width: 760px;
	color:white;
	font-size:14px;
	float:left;
}
.qinfoor {
	color:#6e6e6e;
	font-weight:bold;
	display:inline-block;
	float:left;
	padding-top:4px;
}
.dateor, .qnoor {
	color:#f97b00;
}
.prizInfo {
	background-color:rgb(184, 207, 98);
	color:#FFF;
	padding:10px;
	font-size:14px;
}
.winList {
	margin-top:25px;
}
.winList .winHead {
	color:#f98525;
	font-weight:bold;
	border-bottom:#c4c4c4 1px solid;
	padding-bottom:10px;
}
.winList .winBlk {
	border-left:#c4c4c4 1px solid;
	padding-left:2%;
	float:left;
	width:31%;
}
.winList .winBlk:first-child {
	border:0;
}
.winList .winPriz {
	color:#fb9c3f;
}
.winList .winner .name {
	color:#4a4a4a;
	font-size:18px;
}
.winList .winner .place {
	color:#828282;
	clear:both;
	display:block;
	font-size:14px;
}
a.bluelink {
	color:#0f72c2;
}
.bluelink:hover {
	text-decoration:underline;
}
.winDay {
	margin-bottom:25px;
}
.winTab {
	border-bottom:#ff9e61 2px solid;
	margin-bottom:25px;
	padding-bottom: 9px;
}
.winTab .wtab {
	display:inline;
	padding:10px;
	font-size:22px;
	color:#8c5f46;
}
.winTab .active {
	background-color:#ff9e61;
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-o-border-radius:6px 6px 0 0;
	color:white;
}
/*Pagination*/
ul.pagination {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	margin-top: 55px;
	overflow: auto;
}
ul.pagination li a {
	display:inline-block;
	float:left;
	padding:5px 8px;
	background-color:rgb(95, 95, 95);
	color:white;
	margin:0 2px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 14px;
}
ul.pagination li a:hover, .actPage {
	background-color:#d41c19 !important;
}
.btn {
	padding: 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #e97e00;
	background: #f26600;
	-moz-border-radius:2px;
	border-radius:2px;
	width:auto;
 o-transition:.8s;
 -ms-transition:.8s;
 -moz-transition:.8s;
 -webkit-transition:.8s;
 transition:.8s;
}
.btn:hover {
	text-decoration: none;
	background: #8b4b00;
background:
}
.btn::-moz-focus-inner {
border: 0;
}
#video {
padding-bottom: 50.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
position:relative;
margin:0 0 1.5em 0;
width:65%;
float:left;
}
#video iframe, #video object, #video embed {
position: absolute;
top: 0;
left: 0;
width: 90%;
height: 60%;
}

nav {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
	display:none;
	background-color: #66441F;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #51423B;
}
nav a#pull {
	display: none;
}






/*###Media Queries ####*/
@media screen and (max-width: 1024px) {
body.bgimage {
 background-image: url(../../images/clint/bgbanner.jpg);
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center center;
}
}
 @media screen and (max-width: 800px) {
body.bgimage {
 background-image: url(../../images/clint/bgbanners.jpg);
 background-attachment:fixed;
}
ul.mainNavi {
 float:none;
 height:50px;
 margin-top: 10px;
 width:50%;
 margin-left:130px;
}
ul.mainNavi li {
 float:none;
}
ul.mainNavi li a.tab, .selectedTab {
 display: block;
 float: none;
 padding: 4px 10px;
 color: #262626;
 height: 21px;
}
#headBlock {
 width: 60%;
 margin-top: 0;
 margin-bottom: 0;
}
#centerWrap {
 width:80%;
}
.titl .end {
display:none;
}
.billboard-capt .mainHead {
font-size: 35px;
}
ul.mainNavi {
 display:none;
}
#headBlock {

 width:80%;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}
.billboard-capt {
 float:none;
 margin-top: 50px;
 width:100%;
}
.pull-right {
float:none;
}
.pull-left {
float:none;
}
div.logo {
 padding-top:5px;
float:none;
display:none;
}
nav {
 height: auto;
 margin-bottom:20px;
 display:block;
 width:100%;
}
 nav ul {
 width: 100%;
 display: block;
 height: auto;
}
 nav li {
 width: 50%;
 float: left;
 position: relative;
}
 nav li a {
 border-bottom: 1px solid #576979;
 border-right: 1px solid #576979;
}
 nav a {
 text-align: left;
 width: 100%;
 text-indent: 25px;
}
}
 @media screen and (max-width: 768px) {
body.bgimage {
 background-image: url(../../images/clint/bgbanners.jpg);
 background-attachment:fixed;
}
 #headBlock {

 width: 60%;
 margin-top: 0;
 margin-bottom: 0;
}
#centerWrap {
 width:80%;
}
.titl .end {
display:none;
}
.billboard-capt .mainHead {
font-size: 35px;
}
ul.mainNavi {
 display:none;
}
#headBlock {

 width:80%;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}
.billboard-capt {
 float:none;
 margin-top: 10px;
 width:100%;
}
.pull-right {
float:none;
}
.pull-left {
float:none;
}
div.logo {
 padding-top:5px;
float:none;
display:none;
}
nav {
 height: auto;
 margin-bottom:20px;
}
 nav ul {
 width: 100%;
 display: block;
 height: auto;
}
 nav li {
 width: 50%;
 float: left;
 position: relative;
}
 nav li a {
 border-bottom: 1px solid #576979;
 border-right: 1px solid #576979;
}
 nav a {
 text-align: left;
 width: 100%;
 text-indent: 25px;
}
.titl {

height:80px;

}
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
 nav {
 height: auto;
 width:100%;
}
 nav ul {
 width: 100%;
 display: block;
 height: auto;
}
 nav li {
 width: 100%;
 float: left;
 position: relative;
}
 nav li a {
 border-bottom: 1px solid #576979;
 border-right: 1px solid #576979;
}
 nav a {
 text-align: left;
 width: 100%;
 text-indent: 25px;
}
}
@media screen and (max-width: 480px) {
.titl {
 color:white;
height:80px;
text-transform:uppercase;
margin:0;
padding:0;
font-weight: lighter;
display:inline-block;
float:none;
font-size:22px;
}
.titl .value {
 background-color:#244860;
 padding:5px 10px;
}
 nav {
 border-bottom: 0;
}
 nav ul {
 display: none;
 height: auto;
}
 nav a#pull {
 display: block;
 background-color: #283744;
 width: 100%;
 position: relative;
}
 nav a#pull:after {
 content:"";
 background: url('../../images/clint/nav-icon.png') no-repeat;
 width: 30px;
 height: 30px;
 display: inline-block;
 position: absolute;
 right: 15px;
 top: 10px;
}
.pull-right {
float:none;
}
.pull-left {
float:none;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
 nav li {
 display: block;
 float: none;
 width: 100%;
}
 nav li a {
 border-bottom: 1px solid #576979;
}
 #headBlock {

 width:80%;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}
.billboard-capt {
 float:none;
 margin-top: 5px;
 width:100%;
}
.pull-right {
float:none;

}
.pull-left {
float:none;

}
div.logo {
 padding-top:5px;
float:none;
display:none;
}
.btn {
padding: 5px;
width:100%;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
color: #ffffff;
border: solid 1px #e97e00;
 background: #f26600;
-moz-border-radius:2px;
border-radius:2px;
display:block;
float:none;
}
}

.share-like {
	list-style:none;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	display:block;
	font-family:Arial, Helvetica, sans-serif
}
.share-like li {
	list-style:none;
	width:auto;
	height:20px;
	padding:3px 0;
	margin:0;
	font-size:14px;
	color:#666;
	background-color:#099;
	line-height:20px;
}
.share-like .like {
	padding-right:25px;
	background:url(../../images/clint/like-btn.png) top right no-repeat;
	float:left
}
.share-like .share {
	padding-right:32px;
	background:url(../../images/clint/share-btn.png) top right no-repeat;
	float:right;
	margin-left:20px
}
.btn-general a:link {
	padding:5px 8px;
	background-color:#390;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold
}
.btn-general a:visited {
	text-decoration:none;
	color:#FFF
}
.btn-general a:hover {
	text-decoration:none;
	color:#FFF
}
.saffron a:link {
	background-color:#F60;
}</pre></body></html>