@charset "utf-8";
/* CSS Document */



#kento-fb-vote {
  height: 100px;
  width: 100%;
}

#vote-button {
  background-color: #3F5FB9;
  border-radius: 4px;
  cursor: pointer !important;
  height: 25px;
  width: 60px;
}
#vote-info {
  font-size: 12px;
  margin-left: 70px;
  padding-top: 4px;
}
#vote-button, #vote-info {
  display: inline-block;
  position: absolute;
}


.voted, .notvoted {
  display: block;
  height: 25px;
  width: 20px;
}
.voted{
	background: url("vote.png") no-repeat scroll 3px 3px rgba(0, 0, 0, 0) !important;
	}
.voted:hover{
	background: url("vote.png") no-repeat scroll -18px 3px rgba(0, 0, 0, 0) !important;
	}

.notvoted {
	background: url("vote.png") no-repeat scroll 3px -37px rgba(0, 0, 0, 0) !important;
	}
.notvoted:hover{
	background: url("vote.png") no-repeat scroll 3px 3px rgba(0, 0, 0, 0) !important;
	}


.vote-text {
  color: #FFFFFF;
  float: right;
  font-size: 14px;
  padding-right: 7px;
}

.voted, .notvoted, .vote-text{
  display: inline-block;
}


.who-voted {
  padding-top: 40px;
}
.who-voted img {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 40px;
  margin-left: 5px;
  width: 40px;
}
#kento-like-post-login {
  background-color: #DDDDDD;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 38px -12px #000000;
  height: auto;
  left: 35%;
  padding-top: 16px;
  position: fixed;
  text-align: center;
  top: 20%;
  width: 339px;
  z-index: 9999;
  display:none;

}

#kento-like-post-login input {
  margin-left: 10px !important;
}


.register-box {
  margin-bottom: 10px;
}

.register-box a {
  color: #333333 !important;
  font-weight: bold;
}



#black-bg{
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
}
