body {
	background:#fff!important;
	word-wrap: break-word;
	font-family: Arial,Verdana, Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
}
h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 5px 0;
}

footer a,footer a:link, footer a:visited, footer a:hover, footer a:active, footer a:focus {
    color: #B75C01;
    text-decoration: none;
}

footer a:hover {
    color: #B75C01;
    text-decoration: underline;
}

.rankingsContainer .fallback-container {
	margin:20px auto;
}

#stylized .siteregister {
	float:none;
	display:block;
	width:100%;
}
.rankingsContainer {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    margin: 0px 0px 10px;
    overflow: auto;
    width: 700px;
    border-radius: 5px;
}

.rankingsContainer img {
    display: block;
}

.rankingsTitle {
    margin: 10px 0 0 10px;
}

.rankingTopMessage {
float: left;
padding: 5px 0 5px 10px;
font-size: 16px;
font-weight: bold;
color:#000;
}

.rankingNumber {
    background-color:#FF7F00;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
	padding: 3px 0px 5px;
	text-align: center;
	width: 34px;
	border-radius: 30px;
}

.rankingsItemContent {
    float: left;
    padding: 0 0 10px 0;
    width: 700px;
}


.rankingsViews {
    margin: 5px 0;
}

.rankingsViewsCount {
    color: #FF7F00;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.rankingsViewsLabel {
    margin: 0 0 0 1em;
    font-size: 13px;
    font-weight: bold;
}

.rankedClockName {
    display: block;
}

.rankedClockNameLabel {
    display: block;
    font-weight: bold;
}

.rankedClockInfo, .rankedWebsiteInfo {
    margin: 0 25px 25px;
	width: 150px;
	float: left;
	*float: none;
}

.viewHtmlButton .htmltag {
	margin-left: 0;
}

.rankedClockObject, .rankedWebsiteObject  {
    float: left;
    text-align: center;
    width: 500px;
}
#stylized {
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    width: 646px;
    margin: 5px 0px 10px;
    padding: 30px 40px;
}

#stylized p {
	font-style:italic;
	margin-bottom:10px;
}

input.line {
	width:73%;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}

label {
    text-align: left;
    width: auto;
    display: block;
	clear:both;
}
.errorText {
	float:left;
	color:red;
	font-style:italic;
	margin-left:0;
}

.errorText span.textRed{
	display:block;
	color:red;
	font-style:italic;
	margin-left:0;
}


button {
	padding:7px;
	clear:both;
	background:#FF7F00;
	border:0;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	cursor:pointer;
	display: block;
	margin-top:10px;
}

button:hover {
	background-image:
    linear-gradient(
      #ffc458, #FF7F00
    );
}

aside nav ul li a {
    color: #555;
}

#rank-links span {
	display:inline-block;
	color:#666;
	background:#D6D6D6;
	padding:5px 10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	margin-bottom:-1px;
	border:1px solid #ccc;
	font-size: 1em;
	font-weight:bold;
}

#rank-links .active {
	background:#fff;
	color:#000;
	border-bottom:1px solid #fff;
}

#result {
	background:#fff!important;
	border-top-left-radius:0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px; 
	border:1px solid #ccc;
	padding:10px;
}

.rankedWebsiteObject {
	float:left;
}
.rankedWebsiteInfo span a {
	color:#FF7F00;
}
.rankedWebsiteInfo span {
	font-weight:bold;
}
.rankedWebsiteInfo span.rankedClockName {
	font-weight:normal;
}
.adult-content {
	float:left;
	margin-bottom:10px;
}
input.adult-content {
	margin:7px 0 0 7px;
}
.ac-tag {
	padding:0 5px;
	margin:0;
	background:#000;
	color:white;
	border:1px solid red;
	font-weight:bold;
	font-size:14px;
}
a.htmltag, a.htmltag:hover {	
	color:#fff!important;
}