/**
 * Translator Revolution WP Plugin
 * http://goo.gl/4E7Mx
 *
 * LICENSE
 *
 * You need to buy a license if you want use this script.
 * http://codecanyon.net/legal/membership/
 *
 * @package    Translator Revolution WP Plugin
 * @copyright  Copyright (c) 2012, Federico Stabile, www.surstudio.net
 * @license    http://codecanyon.net/licenses/regular_extended/
 * @version    1.0
 * @date       2012-11-10
 */

 
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.someElement {margin:1em}
}

.translator-container {
    top: 105px;
    right:250px;
    display: inline;
    z-index: 9 !important;
    position: absolute;
}

.translator-sub-container table td {
	vertical-align: middle !important;
	background: none !important;
	border: none !important;
	height: 20px !important;
	line-height: 20px !important;
	width: auto !important;
	padding: 0 !important;
	font-family: Verdana;
	font-size: 12px;
	border-collapse: separate !important;
}

.translator-sub-container a {
	padding: 0 8px;
	height: 25px !important;
	display: table !important;
	border: none !important;
	text-shadow: 0 0 1px #fff;
	font-family: Verdana !important;
	font-size: 10px !important;
	color: #fff !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	line-height: 16px !important;
	background: none;
}

.translator-restore-container {
	line-height: 10px !important;
	text-align: center !important;
}

/* Media Queries to make responsive */

@media screen and (max-width: 650px) {
    
    
.translator-container {
    top: 140px;
    right:15px;
    display: inline;
    z-index: 9 !important;
    position: absolute;
}

.translator-sub-container table td {
	vertical-align: middle !important;
	background: none !important;
	border: none !important;
	height: 20px !important;
	line-height: 20px !important;
	width: auto !important;
	padding: 0 !important;
	font-family: Verdana;
	font-size: 12px;
	border-collapse: separate !important;
}

.translator-sub-container a {
	padding: 0 8px;
	height: 25px !important;
	display: table !important;
	border: none !important;
	text-shadow: 0 0 1px #fff;
	font-family: Verdana !important;
	font-size: 10px !important;
	color: #fff !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	line-height: 16px !important;
	background: none;
}

.translator-restore-container {
	line-height: 10px !important;
	text-align: center !important;
}