/* Custom Styles for Bloguru Portal */

/* SITEWIDE ELEMENTS */

.container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
/* Colors */

.primary {
    color: #981B1E;
}
.secondary {
    color: #EC2227;
}
/* Typography */

body.en {
    font-size: 16px;
}
h2 {
    color: #555;
	font-size: 28px;
}
.footer h2 {
	font-size: 24px;
}
a {
	word-break: break-all;
}
.footer a {
	word-break: normal;
}

h3 a {
	word-break: normal;
	word-wrap: break-word;
}

/* Forms */

input.lorem {
    display: none;
}
.alert {
	margin-top: 20px;
}
/* HEADER */

.bar {
    height: 70px;
    background: #e4e4e4;
    z-index: 10;
    position: relative;
}
.bar img {
    padding-top: 21px;
}
.languages {
    z-index: -10;
}
.languages .lang-select {
    position: relative;
    top: 4px;
	text-align: right;
}
.languages .lang-select span {
    background: #e4e4e4;
    padding: 10px 9px 6px 9px;
    border-radius: 3px;
    margin: 0 5px;
}
.languages .lang-select a {
    display: inline-block;
    margin: 0 5px;
}
.landing-header .bar img {
    padding-top: 16px;
}
.landing-header .bar .container {
    text-align: center;
}
.tooltip {
    font-size: 20px;
}
.cover-img {
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cover-img .container {
    position: relative;
    height: 100%;
}
.cover-img .lang-select {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -68px;
}
.landing-lang-select a {
    width: 250px;
    height: 50px;
    background: #981B1E;
    line-height: 44px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 2px rgba(150, 150, 150, 0.9);
    border: 2px solid #fff;
}
#english-button {
    line-height: 42px;
}
.landing-lang-select {
    margin-top: -65px;
}
.landing-lang-select a:hover {
    background: #e62027;
    box-shadow: 0 0 8px rgba(150, 150, 150, 1);
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.menus {
    pointer-events: none;
}
.dropdown,
.menu-btn {
    pointer-events: all;
}
.menus .btn-menu {
	font-size: 17px;
	background: none;
	border: 0;
	border-radius: 0;
	padding: 23px 12px 23px 12px;
	color: #333;
}
.menus .btn-menu.menu-myblog{
	padding-left: 43px;
	position: relative;
}
.menus .btn-menu:hover {
    background: #eee;
    background: rgba(0, 0, 0, 0.05);
}
.menu-label {
    display: inline;
}
.login>.dropdown-menu {
    right: -86px;
}

@media screen and (max-width:1050px) {
    .login>.dropdown-menu {
        right: 0;
    }
}
.login {
	max-width: 58%;
}
.login .btn-menu {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}
form.login-form {
    width: 310px;
    padding: 15px 30px 5px 30px;
}
.forgot-password {
    margin-left: 15px;
}

.search>.dropdown-menu {
    right: -155px;
}
.search .btn-menu {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}
form.search-form {
	width: 430px;
	padding: 15px 0 5px 0;
	text-align:center;
}
form.search-form strong {
	display:block;
	margin:0 auto 5px auto;
	width:385px;
	text-align:left;
}
form.search-form input[type="text"] {
	display:inline-block;
	margin-right:20px;
	width:75%;
	vertical-align:middle;
}
.search form.search-form input[type="submit"] {
	display:inline-block;
	font-family: FontAwesome;
	vertical-align:middle;
}

/* CONTENT */

#japanese-section li i.fa {
    font-size: 18px;
}
.main h2,
.posts h2,
.postsearch h2 {
    margin-bottom: 20px;
    margin-top: 0;
}
.posts,
.members {
    min-height: 1330px;
}
.postsearch {
    min-height: 210px;
}
.container.landing-content {
    margin-top: 40px;
}
.landing-content h2 {
    margin: 30px 0;
    line-height: 42px;
    text-align: center;
    font-size: 32px;
}
.landing-content li {
    margin: 15px 0;
}

/* recent posts / post ranking */
.post-col {
	margin-bottom: 20px;
}
.post {
    height: 230px;
    margin-bottom: 80px;
    position: relative;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    -webkit-animation: scaleIn 0.5s ease;
    animation: scaleIn 0.5s ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.post-ranking .post {
    height: 262px;
    padding-top: 32px;
		background-image:url('/assets/images/portal/ranking3.png');
		background-position:15px top;
		background-repeat:no-repeat;
    background-size: 39px 32px;
}
.post-ranking .postrank1 { background-image:url('/assets/images/portal/ranking1.png'); }
.post-ranking .postrank2 { background-image:url('/assets/images/portal/ranking2.png'); }
.post-ranking .post:after {
	position:absolute;
	top:13px;
	left:30px;
	font-size:14px;
	color:#FFF;
	font-weight:700;
}
.post-ranking .postrank1:after { content:"1"; }
.post-ranking .postrank2:after { content:"2"; }
.post-ranking .postrank3:after { content:"3"; }
.post-ranking .postrank4:after { content:"4"; }
.post-ranking .postrank5:after { content:"5"; }
.post-ranking .postrank6:after { content:"6"; }
.post-ranking .postrank7:after { content:"7"; }
.post-ranking .postrank8:after { content:"8"; }
.post-ranking .postrank9:after { content:"9"; }
.post-ranking .postrank10:after { content:"10"; left:26px; }
.post-ranking .postrank11:after { content:"11"; left:26px; }
.post-ranking .postrank12:after { content:"12"; left:26px; }
.post-ranking .postrank13:after { content:"13"; left:26px; }
.post-ranking .postrank14:after { content:"14"; left:26px; }
.post-container {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.post-ranking .post-container {
}
.post-container>img {
    width: 100%;
}
.post-container .post-content {
    overflow: hidden;
	height: 100%;
}
.post-content h3 {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    margin: 0;
    text-align: center;
    z-index: 10;
    line-height: 1.4;
	height: 53px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-preview {
    height: 100%;
    width: 100%;
    background: transparent url('../../images/portal/50pcBlack.png');
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 0;
    padding: 30px;
    opacity: 0;
    transition: all 0.3s ease;
}
.post-preview p {
    max-height: 200px;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    transition: all 0.3s ease;
    transition-delay: 0.2s;
		font-size: 13px;
}
.post-preview a {
    color: #fff;
    text-align: right;
    display: block;
		margin-bottom: 7px;
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    transition: all 0.3s ease;
    transition-delay: 0.4s;
}
.post .post-preview {
    opacity: 1;
}
.post .post-preview p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
		max-height: 53px;
		word-wrap: break-word;
}
.post-ranking .post-preview p {
    max-height: 36px;
		height: 36px;
}
.post .post-preview a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.post-ranking .post-preview ul {
	margin:0;
	padding:0;
	list-style:none;
}
.post-ranking .post-preview ul li {
	margin:0;
	padding:0 10px 0 0;
	float:left;
	display:inline-block;
	font-size:14px;
}
.post-ranking .post-preview ul li i {
	margin-right:3px;
}
.post-footer {
    position: absolute;
    bottom: -75px;
    left: 15px;
    right: 15px;
}

/* recommended bloggers, popular bloggers */
.blogger-col {
	margin-bottom: 20px;
}
.blogger {
    margin-bottom: 20px;
    position: relative;
}
.blogger-container {
    position: relative;
    height: 232px;
    border: 1px solid #e4e4e4;
}
.blogger-container .blogger-image {
    position: relative;
    width: 100%;
    height: 124px;
    border-bottom: 1px solid #e4e4e4;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.blogger-container .blogger-content {
		overflow: hidden;
		height: 100%;
}
.blogger-content h3 {
		font-size: 16px;
		font-weight: normal;
		margin: 5px 11px 0 105px;
		line-height: 1.4;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.blogger-footer {
    position: absolute;
    top: 59px;
    left: -8px;
}
.blogger .by {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 11px 0 105px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #666;
    line-height: 1.1;
}
.blogger ul {
		margin:10px 0 0 0;
		padding:0 11px;
		list-style:none;
    font-size: 16px;
}
.blogger ul li {
		margin:0;
		padding:0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.blogger ul li i {
		vertical-align:midle;
    font-size: 15px;
}
.blogger ul li img {
	display:none;
}

/* avatar */
.avatar {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #888;
    overflow: hidden;
    position: absolute;
		background: #fff;
		position:relative;
		z-index:2;
}
.blogger .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.members .avatar {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}
.menus .avatar {
    width: 26px;
    height: 26px;
    border-radius: 13px;
}
.avatar img {
    position:absolute;
		display: block;
		z-index:1;
		margin:0;
		padding:0;
}
.avatar-contain {
    width: 80px;
    height: 80px;
    position: relative;
}
.blogger .avatar-contain {
    width: 100px;
    height: 100px;
}
.menus .avatar-contain {
    width: 26px;
    height: 26px;
    position: absolute;
		top:20px;
		left:12px;
}
.avatar-contain:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 0px solid transparent;
    border-left: 25px solid #888;
    position: absolute;
    bottom: 4px;
    right: -9px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: -10;
}
.blogger .avatar-contain:after {
    bottom: 8px;
    right: -8px;
}
.members .avatar-contain:after {
    bottom: 20px;
    right: 10px;
}
.menus .avatar-contain:after {
    border-top: 8px solid transparent;
    border-right: 0px solid transparent;
    border-left: 10px solid #888;
    bottom: 1px;
    right: -4px;
}
.author {
    width: 100%;
    box-sizing: border-box;
    padding-left: 90px;
    position: relative;
    bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #666;
    line-height: 1.1;
}
.members .author {
    padding-left: 70px;
    font-size: 15px;
}
.author .by,
.author .post-time {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.author .post-time {
    font-size: 14px;
    font-weight: normal;
}

.freshmen li span {
	display: block;
	font-size: 14px;
	margin-left: 25px;
}

/* Members Directory */

.member {
    position: relative;
    width: 23%;
    border: 1px solid #e4e4e4;
    background: #e6e7e8;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 0 2% 30px 0;
    height: 125px;
    float: left;
}
.member-table {
    width: 100%;
    height: 100%;
}
.member-rank {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    width: 100px;
    position: absolute;
    right: 5px;
    text-align: right;
    opacity: 0.1;
    top: 90px;
}
.member-info {
    padding-left: 0px;
}
.member h3 {
    margin-top: -5px;
    font-size: 16px;
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
}
.member-footer {
    position: relative;
    width: 100%;
    height: 85px;
}
.member .post-footer {
    bottom: auto;
    top: auto;
    left: 0;
    right: 0;
    height: 85px;
}
.member .post-footer .author {
    bottom: 70px;
    left: 5px;
}

#member-search-title {
margin-top: 20px;
}

/* Blog Search / Hashtag Search */
.postsearch-msg {
	margin:0 15px 25px 15px;
	padding:10px;
	color:#666;
	font-size:16px;
	background-color:#fff1f1;
	word-break: break-all;
}
.postsearch-list {
	margin:0 15px;
	padding:0;
	list-style:none;
}
.postsearch-list li {
	margin:0 0 5px 0;
	padding:10px;
	background-color:#FFFFFF;
}
.postsearch-list .postsearch-bg1 {
	background-color:#f4f4f4;
}
.postsearch-list h3 {
	margin:0 0 15px 0;
	padding:0;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
}
.postsearch-list h3 a {
	margin:0;
	padding:0;
}
.postsearch-author {
	margin:0 0 15px 0;
	padding:0;
	font-size:14px;
	word-wrap: break-word;
}
.postsearch-content {
	margin:0 0 15px 0;
	padding:0;
	font-size:16px;
	word-wrap: break-word;
}
.postsearch-hashtag {
	margin:0 0 15px 0;
	padding:0;
	font-size:14px;
	word-wrap: normal;
}
.postsearch-hashtag a {
	margin:0 10px 0 0;
}
.postsearch-more {
	margin:0;
	padding:0;
	text-align:right;
	font-size:16px;
}
.postsearch-more i {
	vertical-align:middle;
}
#hashtag-search {
	margin-bottom:20px;
}
#hashtag-search .btn {
	font-family: FontAwesome, 'Lato', Helvetica, Arial, sans-serif;
	cursor: pointer;
}
.post_hashtag a {
	word-break: break-all;
}

/* Social Map */

.content-imageContainer {
    float: left;
    width: 75px;
}
.content-image {
    width: 75px;
    height: auto;
}
.content-text {
    float: left;
    width: 145px;
    padding-left: 5px;
}
.noDisplay {
    display: none;
}
#map_canvas {
    width: 100%;
    height: 500px;
}
/* FAQ */

.component-faq-answer {
    border: 1px solid #e4e4e4;
    background: #e6e7e8;
    background: rgba(0, 0, 0, 0.05);
    padding: 8px 30px 15px 30px;
    margin: 0 0 30px 0;
}
.component-faq-answer:first-of-type {
    margin-top: 60px;
}
/* Signup Pages */

.notes {
    float: right;
}
.request-notice {
    margin-top: 30px;
}
label+label {
    margin-left: 15px;
}
/* Sidebar */

.sidebar {
    padding-top: 0;
}
.sidebar h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 30px;
    text-indent: -15px;
}
.sidebar ul,
.download-app,
.old-images {
    border: 5px solid #e4e4e4;
    padding: 10px 20px 15px 20px;
}
.sidebar li {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
}
.sidebar .home_clock {
	white-space: normal;
}
.sidebar li i {
    margin-right: 8px;
    color: #981B1E;
}
.category {
    margin: 5px;
    padding: 3px 6px;
}
/* FOOTER */

.footer {
    background: #f2f2f2;
    margin-top: 60px;
    padding-bottom: 30px;
    padding-top: 60px;
}
.social-icons-container {
    position: relative;
}
.social-icons {
    margin: -90px 0 auto;
    text-align:center;
}
.social-icons a {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background: #999;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 28px;
    padding-top: 8px;
    margin: 0 5px;
    position: relative;
    transition: all 0.3s ease;
}
.social-icons a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 0px solid transparent;
    border-left: 25px solid #999;
    position: absolute;
    bottom: 4px;
    right: -10px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    transition: all 0.3s ease;
}
.social-icons a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.social-icons a.youtube:hover {
    background: #e74c3c;
}
.social-icons a.youtube:hover:after {
    border-left: 25px solid #e74c3c;
}
.social-icons a.google:hover {
    background: #d94834;
}
.social-icons a.google:hover:after {
    border-left: 25px solid #d94834;
}
.social-icons a.email:hover {
    background: #EC2227;
}
.social-icons a.email:hover:after {
    border-left: 25px solid #EC2227;
}
.social-icons a.bloguru:hover {
    background: #EC2227;
    text-decoration:none;
}
.social-icons a.bloguru:hover:after {
    border-left: 25px solid #EC2227;
}
.social-icons a.rss:hover {
    background: #F60;
}
.social-icons a.rss:hover:after {
    border-left: 25px solid #F60;
}
.social-icons a.twitter:hover {
    background: #4099FF;
}
.social-icons a.twitter:hover:after {
    border-left: 25px solid #4099FF;
}
.social-icons a.facebook:hover {
    background: #3B5998;
}
.social-icons a.facebook:hover:after {
    border-left: 25px solid #3B5998;
}
.footer-content {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.why-bloguru {
    color: #666;
}
.why-bloguru strong,
.why-bloguru i {
    font-size: 20px;
}
.why-bloguru h2 {
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #666;
}
.why-bloguru li {
    margin-top: 15px;
}
.donate {
    background: #fff url('/assets/images/portal/jpnFlag.gif') no-repeat 15px center;
    border: 1px solid #e4e4e4;
    padding: 15px;
    min-height: 139px;
    margin-top: 74px;
    margin-bottom: 30px;
    cursor: pointer;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.donate p {
    display: inline-block;
    padding-left: 114px;
}
.download-app {
    min-height: 60px;
    /*background: transparent url('../img/googlePlay.png') no-repeat left center;*/
    text-align: center;
}
.download-app a,
.download-app img {
    margin: 10px 0;
}
.download-app a {
	width: 172px;
	border-radius: 10px;
}
.old-images {
    margin-top: 15px;
}
.footer-details {
    margin-top: 30px;
}
.footer-left,
.footer-right {
    text-align: center;
    font-size: 14px;
}
/* KEYFRAMES */

@-webkit-keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* Clocks */

.sidebar.clocks {
    padding-top: 0;
}
#clock-container {
    width: 100%;
    margin: 0 auto;
}
.home_clock {
    width: 49% !important;
    display: inline-block;
	text-align: center;
}
.clock_bg {
	left: 50%;
	margin-left: -50px;
}
.clock_caption {
    text-align: center;
	font-size: 13px;
}
/* Bloguru Services */

.bloguru-service {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e4e4e4;
    height: 100%;
    position: relative;
    min-height: 220px;
    margin-bottom: 30px;
	cursor: pointer;
}
.bloguru-service h3 {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
}
.bloguru-service-desc {
    font-size: 15px;
    padding: 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
}
.bloguru-service-link {
    display: inline-block;
}
.bloguru-service-image {
    height: 164px;
}
#dreamersi {
    background: url('/assets/images/portal/logo/dreamersi3.png') no-repeat 50% 50%;
    background-size: contain;
}
#flatcrm {
    background: url('/assets/images/portal/logo/flatcrm.png') no-repeat 50% 50%;
    background-size: contain;
}

#pilotsbt {
    background: url('/assets/images/portal/logo/pilotsbt.png') no-repeat 50% 50%;
    background-size: 96%;
}
#newsmail {
    background: url('/assets/images/portal/logo/newsmail.png') no-repeat 50% 50%;
    background-size: contain;
}
#megamail {
    background: url('/assets/images/portal/logo/megaMail.gif') no-repeat 50% 50%;
    background-size: contain;
}
#clocklink {
    background: url('/assets/images/portal/logo/clocklink.jpg') no-repeat 50% 50%;
    background-size: 96%;
}
#clickitaudio {
    background: url('/assets/images/portal/logo/clickitaudio.png') no-repeat 50% 50%;
    background-size: 96%;
}
#informakers {
    background: url('/assets/images/portal/logo/informakers.png') no-repeat 50% 50%;
    background-size: 96%;
}
#opinionstand {
    background: url('/assets/images/portal/logo/opinionstand.png') no-repeat 50% 50%;
    background-size: 96%;
}
#sandiegotown {
    background: url('/assets/images/portal/logo/sandiegotown.png') no-repeat 50% 50%;
    background-size: 63%;
}
#wdx {
    background: url('/assets/images/portal/logo/wdx.png') no-repeat 50% 50%;
    background-size: 96%;
}
/* Signup Form */

#signup-form {
    margin: 50px 0;
    position: relative;
}
#signup-image {
    position: absolute;
    top: 70px;
    right: 0;
}
.radio-selection {
    margin: 10px 0;
}
.signup-form {
    width: 260px;
}
#signup-form #phone1, #signup-form #phone2, #signup-form #phone3 {
  display:inline;
  width:78px;
}
#signup-form #email {
  width:257px;
}

/* Custom Breakpoint Rules */

@media (max-width: 767px) {
    #japanese-section {
        margin-top: 130px;
    }
}
@media (max-width: 900px) {
    #signup-image {
        display: none;
    }
}

.links-table,
.links-table>tbody>tr>td,
.links-table li {
	border: none;
	word-break: break-all;
}

.strength_bar {
    background:url('/assets/images/admin/pass-bg.png') repeat-x;
    clear:both;
    border:1px solid #999;
    height:8px;
    margin:5px 0 0 0;
    max-width:250px;
}

#psp_password_bar {
        height:6px;
}

.password_strength {
    padding-bottom:10px;
}
