/* Mini profiles on the left */
.leftsided .post:not(.profile_hidden) div.postbody {
	float: right;
	width: 79%;
	margin-right: 0;
}
.leftsided .postprofile {
	float: left;
	width: 20%;
	border-left: none;
	border-right: 1px solid #FFF;
}
.leftsided .pm .postprofile {
	border-left: none;
	border-right: 1px solid #DDD;
}
.leftsided .postprofile dd, .leftsided .postprofile dt {
	margin-left: 0;
	margin-right: 12px;
}
.leftsided .post.online {
	background-image: none;
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.leftsided .post:not(.profile_hidden) div.postbody {
		float: none;
		width: auto;
	}
	.leftsided .postprofile {
		float: none;
		width: auto;
		border-right: none;
	}
	.leftsided .pm .postprofile {
		border-right: none;
	}
	.leftsided .postprofile dd, .leftsided .postprofile dt {
		margin: 0;
	}
}

.icon-pss-left {
	background-image: url("./images/icon_profiles_left.png");
}

.icon-pss-right {
	background-image: url("./images/icon_profiles_right.png");
}


/* FDA2000 */
#wrap {
	max-width: 100%;
}
@media (max-width: 700px) {
	.postprofile dd.profile-contact, .postprofile dd.profile-posts {
		display: block;
	}
	.post .postprofile {
		overflow: inherit;
	}
}
@media (min-width: 1240px) {
	.row .pagination {
		display: block;
		margin-top: -2em;
	}
}
/*.topic_unread_hot_mine .pagination li a, .topic_unread_hot .pagination li a, .topic_unread_locked .pagination li a, .topic_unread_locked_mine .pagination li a {
	border-color: #F00;
	color: #F00;
}
.topic_unread_hot_mine .pagination li a:hover, .topic_unread_hot .pagination li a:hover, .topic_unread_locked .pagination li a:hover, .topic_unread_locked_mine .pagination li a:hover {
	background-color: #F00;
	color: #FFF !important;
}*/
.site_logo {
	background-image: url("/styles/prosilver/theme/images/F1T.png");
	height: 110px;
	width: 185px;
}
blockquote img.postimage {
	max-height: 100px;
}

.pm_unread,
.topic_unread, .topic_unread_mine, .topic_unread_hot, .topic_unread_hot_mine, .topic_unread_locked, .topic_unread_locked_mine,
.sticky_unread, .sticky_unread_mine, .sticky_unread_hot, .sticky_unread_hot_mine, .sticky_unread_locked, .sticky_unread_locked_mine {
	filter: saturate(1.5);
}
.rightside .badge {
	animation: pers 3s ease-in-out infinite;
}
.rightside.dropdown-right .badge {
	animation: none;
}
@keyframes pers {
  40% {
	transform: scale(1, 1);
	filter: saturate(1);
  }
  50% {
	transform: scale(1.5, 1.5);
	filter: saturate(2);
  }
  60% {
	transform: scale(1, 1);
	filter: saturate(1);
  }
}


div.pr {
	width: 100%;
	overflow: auto;
}
table.pr {
	background: #fff;
	border-collapse: collapse;
}
table.pr td {
	border: 1px solid #333;
	padding: 5px 2px;
	vertical-align: middle;
}
table.pr img {
	max-width: 200px;
}
table.pr tr:first-child td {
	font-weight: bold;
}
table.pr tr td:first-child {
	font-weight: bold;
	text-align: right;
	background: #A9CBF1;
}
table.pr tr td:nth-child(2) {
	background: #A9CBF1;
}
table.pr tr td:last-child {
	background: #E0A1C0;
	text-align: center;
	font-weight: bold;
}
table.pr .max {
	font-weight: bold;
	color: green;
	background: #eee;
}
table.pr .country img {
	border: 1px solid #999;
	width: 20px;
	height: 12px;
}
@media (max-width: 1300px) {
	table.pr img {
		max-width: 100px;
	}
}
@media (max-width: 1200px) {
	table.pr .country img {
		width: 15px;
		height: 10px;
	}
	table.pr td {
		padding: 3px 1px !important;
	}
}

.post-buttons .dropdown .dropdown-contents {
	margin-left: -180px !important;
}