@charset "UTF-8";
@import url(font-fresca.css);
@import url(font-nunito.css);
@import url(font-source-sans-pro.css);
.dnone{
	display: none;
}
.inlblock{
	display: inline-block;	
}
.italicfont{
	font-style: italic;
}
.redfont{
	color: red;
}
.greenfont{
	color: darkgreen;
}
.boldfont{
	font-weight: bold;
}
.boldredfont{
	font-weight: bold;
	color: red;
}
.normalfont{
	font-weight: normal;
}
.centeredtext{
	text-align: center;
}
.underline{
	text-decoration: underline
}
body {
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', verdana, arial, helvetica, geneva, sans-serif;
font-size: 1.15em;
background: url(../img/cover/ogy.de.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #1b1100}
strong.nostrong{
	font-weight: normal;
}
#settingshint{
	margin-top: 5px;
	margin-bottom: 15px;
}
h1{
font-family: 'Nunito', Arial;
color: white;
text-shadow: 2px 2px 1px rgba(53, 45, 37, 1);
margin-bottom: 2px;
padding-bottom: 0px;
margin-top: 20px;
font-size: 1.4em;
padding-top: 20px;
}
h1 a{
color: #ffffff;
}
h1 a:hover, h1 a:active{
color: #fff2b7;
}
#slogan{
color: white;
font-family: 'Nunito', Verdana;
text-shadow: 1px 1px 1px rgba(53, 45, 37, 1);
margin-left: 2px;
font-size: 1.0em;
}
#slogan a{
color: #ffffff
}
#slogan a:hover{
color: #fff2b7;
transition: color 1s ease;
}
#slogan b, #slogan strong{
font-weight: normal;
}
#sloganh2{
display: inline;
font-size: 0.9em;
}
#tabandapp{
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#tabandapp1{
	width: 42px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.66em;
}
#h2ind{
	padding-left: 25px;
	white-space: nowrap;
	margin-bottom: 0;
	vertical-align: middle;
	display: table-cell;
	padding-right: 5px;
	cursor: pointer;
	float: left;
}
#options-h3{
		padding-left: 25px;
	margin-bottom: 0;
}
#optionsdashbox{
	padding-bottom: 7px;
}
#h2box{
	width: 100%;
	display: table;
}
#hintind{
	width: 99%;
	padding-right: 25px;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}
#hintind a{
	margin-left: 10px;
}
h3{
	font-size: 1.1em;
	line-height: 1.333em;
	font-weight: bold;	
	margin-top: 6px;
	margin-bottom: 0.33em;
}
#options-h3{
	padding-top: 10px;
}
#linkstop, #linksbottom {
	margin-bottom: 7px;
	word-spacing: 5px;
	text-align: center;
}
#linkstop a, #linksbottom a{
	word-spacing: 0px;
	font-weight: normal;
	line-height: 0.84em;
	font-size: 0.84em;
color: white;
text-shadow: 1px 1px 1px rgba(53, 45, 37, 1);
}
#short_url_creator{
	margin-bottom: 15px;
} 
#linksbottom {
	margin-top: 7px;
}
a {
	text-decoration: none;
	font-weight: bold;
	transition: color 1s ease;
	color: #a11e00;
}
a:hover{
	transition: color 1s ease;
color: #e90000;
}
a:active{
	color: #e90000;
}
h1 a:hover{
	border: none;
}
a.showlink {
	cursor: pointer;
}
em a {
	font-weight: normal;
}
div.dashbox {
	width: 650px;
	padding: 25px;
	
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
background-color: #fff3ae;
background: -webkit-gradient(linear, left top, left bottom, from(#fffce5), to(#fff4c0) );
background: -moz-linear-gradient(top, #fffce5, #fff4c0);
border: 2px solid #f78600;
}
div.showtarget{
	display: inline-block;
	max-width: 75%;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	margin: 10px;
	padding: 5px;
border: 2px solid #f78600;
background-color: #fff3ae;
background: -webkit-gradient(linear, left top, left bottom, from(#fffce5), to(#fff4c0) );
background: -moz-linear-gradient(top, #fffce5, #fff4c0);
}
div.innerdashbox {
	margin-top: 10px;
	padding: 25px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
border: 1px solid #f78600;
background-color: rgba(255,255,255,0.18);
}
input[type=text], input[type=number], input[type=password], textarea {
	outline-width: 0;
	padding: 8px 5px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-indent: 5px;
	transition: border 1s ease, color 1s ease;
	background-color: #fefdfc;
border-bottom: 2px double #ef9748;
border-top: 1px solid #e59044;
border-left: 1px solid #e59044;
border-right: 1px solid #e59044;
color: #ab2e02;
font-weight: bold;
font-size: 14px;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
border-bottom: 2px double #e90000;
transition: border-bottom 1s ease, color 1s ease;
color: #e90000;
}
input[disabled], select[disabled]{
color: #ac7b4b;
	
}
input[type=button], input[type=submit] {
	outline-width: 0;
	font-size: 0.9em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
padding: 6px 10px;
font-size: 0.95em;
font-family: 'Source Sans Pro', 'Arial';
color: #ffffff;
font-weight: bold;
text-shadow: 1px 1px 2px #5c0000;
border: solid 1px #a12d00;
background-color: #ffa145;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffbb29), to(#ff984d) );
background: -moz-linear-gradient(top, #ffbb29, #ff984d);
transition: background 1s ease, background-color 1s ease, border 1s ease;
}
textarea{
	font-family: "Arial";
}
input[type=button]:hover, input[type=submit]:hover {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b19), to(#ff7a19) );
background: -moz-linear-gradient(top, #ff9b19, #ff7a19);
transition: background 1s ease, background-color 1s ease;
}
input[type=button]:active, input[type=submit]:active {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9000), to(#ff6c00) );
background: -moz-linear-gradient(top, #ff9000, #ff6c00);
transition: background 1s ease, background-color 1s ease;
}
input[type=button]:disabled, input[type=submit]:disabled, input[type=button]:disabled:hover, input[type=submit]:disabled:hover{
border: solid 1px #9a9a9a;
text-shadow: 1px 1px 2px #5d5d5d;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6d6d6), to(#bababa) );
background: -moz-linear-gradient(top, #d6d6d6, #bababa);
}
input[type=submit]{
	margin-left: 5px;
}
select{
	outline-width: 0;
	font-size: 0.9em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	color: #333;
	min-width: 90px;
	padding: 2px 2px;
color: white;
text-shadow: 1px 1px 2px #000;
font-weight: bold;
font-size: 0.9em;
border: solid 1px #a12d00;
padding-top: 4px;
padding-bottom: 4px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffbb29), to(#ff984d) );
background: -moz-linear-gradient(top, #ffbb29, #ff984d);
}
select:hover{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffbb29), to(#ff984d) );
background: -moz-linear-gradient(top, #ffbb29, #ff984d);
}
select:active{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffbb29), to(#ff984d) );
background: -moz-linear-gradient(top, #ffbb29, #ff984d);
}
option{
color: black;
background-color: white;
text-shadow: none;
}
#form_prestart, #form_preend{
min-width: 106px;
}
label {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.lspt{
	display: inline-block;
	margin-bottom: 3px;
}
label.thinlabel, span.thinlabel{
	font-weight: normal;
}
.smallertext {
	font-size: 0.8em;
	line-height: 1.3em;
}
#top {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
width: 790px;
position: relative;
margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
border-top-right-radius: 5px;
background-color: rgba(81,29,0,0.25);
border-left: 28px solid rgba(81,29,0,0);
border-right: 28px solid rgba(81,29,0,0);
}
#centereddiv {
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
	width: 790px;
background-color: rgba(81,29,0,0.25);
border-left: 28px solid rgba(81,29,0,0.25);
border-right: 28px solid rgba(81,29,0,0.25);
border-top: 5px solid rgba(81,29,0,0.25);
border-bottom: 5px solid rgba(81,29,0,0.25);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
#contentdiv {
			border: 1px solid darkgray;
		width: 750px;
			word-wrap: break-word;
		font-size: 0.85em;
		line-height: 1.333em;
		z-index: 1;
		position: relative;
		padding: 20px;
		background-color: white;
		overflow: hidden;
			-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		border: 1px solid #814000	}
#showexample {
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 50px;
	margin-top: 30px;
}
#form_url {
			width: 420px;
		margin-left: 5px;
		margin-right: 5px;
	}
#multi_url_clear_button_box{
	display: table-cell; 
	vertical-align: middle; 
	text-align: right;
	padding-right: 4px;
}
#multi_url_button_box{
	display: table-cell; 
	vertical-align: middle;
	padding-left: 3px;
}
#multi_url_status{
	padding-left: 3px;
	display: table-cell; 
	text-align: left; 
	vertical-align: middle;
	font-weight: bold; 
	width: 100%;
	font-size: 0.9em;
}
ul {
	margin-bottom: 5px;
	margin-top: 7px;
}
#formurlbox {
	margin-bottom: 5px;
}
#options {
	margin-left: 10px;
}
#form_urlwish {
	margin-left: 5px;
	margin-right: 5px;
    width: 200px;
}
#form_start,#form_end {
	text-align: center;
	cursor: pointer;
	margin-left: 7px;
	margin-right: 10px;
	margin-top: 5px;
	min-width: 240px;
	-khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#rowEnd, #rowStart{
	display: table-row;
}
#calStart, #calEnd{
	display: none;
	vertical-align: middle;
	cursor: pointer;
	width: 25px;
	opacity: 0.75;
	transition: opacity 0.5s ease;
}
#calStart:hover, #calStart:focus, #calStart:active, #calEnd:hover, #calEnd:focus, #calEnd:active{
	opacity: 1;
	transition: opacity 0.5s ease;
}
#form_password {
	width: 200px;
	margin-left: 10px;
}
#form_mail_subject, #form_mail_recipient, #form_mail_more, #form_mail_cc, #form_mail_bcc{
	width: 100%;
	box-sizing: border-box;
}
#form_mail_text, #form_shortlink_note, #form_ml_desc{
	box-sizing: border-box;
	text-indent: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 500px;
}
#multi_url_box{
	display: table; 
	width: 100%;
	text-align: right;
	padding: 5px 0px 3px 0px;
}
#form_mail_advanced{
	display: none;
}
#mailexample{
	white-space:nowrap;
	font-family: monospace;
}
#form_maxclicks {
	width: 45px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
#input_multi{
	display: none;
}
#bmproblem{
	font-size: 0.7em;
}
img{
	border: none;
}
#bmhint{
	font-size: 0.8em;
	margin-left: 5px;
	font-weight: normal;
	margin-top: 2px;
}
#bmhint a{
	font-weight: normal;
}
#abuse-reasons li{
	margin-bottom: 7px;
}
ul{
	padding-left: 25px;
}
#norefpwinfo, #norefmultiinfo{
	display: none;
	color: #b50000;
}
.javascriptwarnung{
	font-size: 0.9em;
	margin: 20px;
	padding: 10px;	
	border: 3px solid #b30000;
background-color: #feffd1;
}
div.optdescr {
	margin-bottom: 5px;
}
#ui-datepicker-div {
	font-size: 0.9em;
}
#ui-datepicker-div .ui-slider-horizontal,#ui-datepicker-div select {
	margin-left: 20px;
}
dd.ui-tpicker-time {
	background-color: red;
}
#result_urlwish{
	margin-top: 7px;
	padding-bottom: 5px;
}
#resultbox{
	margin-top: 15px;
	margin-bottom: 12px;
	}
.app_teaser, .app_teaser a{
	font-weight: normal;
	color: #a51700;
}
table, td, tr{
	border: none;
}
#cptch{
width: 50px;
margin-left: 10px;
}
#copyshortenedurl{
	margin-left: 10px;
}
#qrimg{
	border: 1px solid gray;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
#qrsizefield{
	padding: 5px 5px;
	width: 50px;
	text-align: center;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
#optdescr_qrcode{
	padding-bottom: 5px;
}
#buttonqrdl, #buttonqrcp, #buttonqrdlsvg, #buttonqrdleps{
	display: none;
	margin-left: 5px;
}
#shortenedUrlsButtons{
	margin-top: 5px;
	display: inline-block;
}
.inbl{
	display: inline-block;
}
#browserextadv{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #631616;
font-size: 1em;
}

#cptchtask{
color: black;
}
img.cptch_digits{
	height: 0.74em;
}
table.donate{
	width: 80%;
}
table.donate tr td{
	width: 50%; 
	text-align: center; 
	vertical-align: top;
}
#privacyhint{
	color: #a11e00;
font-size: 0.65em;
	width: 100%;
	margin-top: 15px;
}
#mail_link_info{
	display: none;
	margin-bottom: 10px;
}
#shortenerOptions{
	z-index: 10;
	width: 190px;
	text-align: center;
	display: none;
	background-color: white;
	position: absolute;
	margin: 4px 10px;
	padding: 10px;
	list-style: none;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border: 2px solid #f78600;
}
#shortenerOptionsDropdown{
	font-size: 15px;
	white-space: nowrap;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
#shortenerOptions li{
	padding: 5px 0;
	white-space: nowrap;
}
#multi_link_box{
	padding-top: 8px;
}
#multi_link_box input[type=button]{
	margin-right: 5px;
}
#ol_multi_link{
	padding-top: 5px;
	margin-top: 0px;
}
#ol_multi_link li{
	padding-left: 5px;
	margin-bottom: 3px;
}
#ol_multi_link li a{
	font-weight: normal;
}
#ol_multi_link ::marker{
	font-weight: bold;
}
#multilinktab{
	border-collapse: collapse;
}
#multilinktab, #multilinktab tr{
	width: 100%;
}
#multilinktab, #multilinktab th, #multilinktab td{
	text-align: left;
	vertical-align: top;
}
#multilinktab input[type=button]{
	padding: 4px 10px 5px 10px !important;
}
#multilinktab .mlt1{
	padding-top: 0;
	padding-bottom: 0;
	width: 50%;
}
#multilinktab .mlt1.nd{
	width: 100%;
}
#multilinktab .mlt1 textarea{
	margin: 0;
}
#multilinktab .mlt2{
	padding-top: 0;
	padding-bottom: 0;
	width: 50%;
}
#multilinktab .mlt1 input, #multilinktab .mlt2 input{
	box-sizing: border-box;
	width: 100%;
}
#multilinktab td.mltb3{
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
	padding-right: 0px;
}
#multilinktab input.mlt3{
	height: 33px;
	width: 38px;
}
#multilinktab tr td div{
	background-color: #fefdfc;
	padding: 4px 6px;
	margin-bottom: 2px;
    display: flex;
    border-bottom: 2px double #ef9748;
    border-top: 1px solid #e59044;
    border-left: 1px solid #e59044;
    border-right: 1px solid #e59044;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
#multilinktab tr td div:focus-within{
    border-bottom: 2px double #e90000;
    transition: border-bottom 1s ease, color 1s ease;
}
#multilinktab tr td div textarea {
	outline: none;
	padding: 0;
	border: none;
	text-indent: 0px;
	padding-top: 3px;
}
input.mlinkd{
	height: 22px;
}
textarea.mlink, textarea.mlinkd{
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	resize:none;
	height: 22px;
	white-space: pre;
	scrollbar-width: none;
}
textarea.mlink::-webkit-scrollbar, textarea.mlinkd::-webkit-scrollbar {
   display: none;
 }
#pplbtn{
	padding-top:7px;
}
#qrcodeimg{
	border: 1px solid #a11e00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: right; 
	margin-left: 10px; 
	width: 100px;
}
#urlwishavailable{
	color: #007600;
}
img.multicopy{
	opacity: 0.4;
	margin-left: 7px;
	padding-top: 4px;
	height: 1em;
	box-sizing: border-box;
	transition: opacity 0.5s ease;
}
img.multicopy:hover{
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.5s ease;
}

#embedind #top{
	display: none;
}
#embedind #contentdiv{
	width: 750px;
	z-index: 10;
    border: 2px solid darkblue;
    border-right: 2px solid darkblue;
}
#embedind #centereddiv{
	margin-bottom: 0px;
	margin-left: 0; 
	margin-right: 0; 
	border-left: none; 
	border-right: none;
	border-top: none; 
	border-bottom: none;
}
#embedind #linksbottom{
	display: none;
}
#embedind #linkstop{
	margin-bottom: 0;
}
#embedind body{
	background: none;
}

.flrightmarleftten{
	float: right; 
	margin-left: 10px;
}
#thankyou.mob{
	position: absolute; z-index: 10; color: red; font-size: 2.3em; margin-left: 7%;
}
#thankyou.nm{
	color: red; font-size: 3em; padding-left: 45px; padding-top: 25px;
}
#thximg{
	z-index: 9; max-width: 100%;
}
#thxbgimg{
	background-image: url('../img/spende-danke.png'); width: 750px; height: 477px;
}
.margin25{
	margin: 25px;
}

#andapimg{
	margin-left: 10px;
	float: right; 
	width: 96px;
}
#andaphintimg{
	vertical-align:middle; padding-bottom: 5px; height: 40px; float:left;
}
.width100percent{
	width: 100%;
}
#faqqr{
	float: left; 
	margin-top: 3px; 
	margin-right: 10px;
}

.extensionhint{
	margin: 25px; 
	color: #005500;
}
.margintop5{
	margin-top: 5px;
}
.margintop10{
	margin-top: 10px;
}
.margintop15{
	margin-top: 15px;
}
.marginbottom10{
	margin-bottom: 10px;
}
.multilinkhintspace, #multilinklinkheading{
	clear: both; 
	padding-top: 5px;
}
.padleft1{
	padding-left: 1px;
}


#linksBottomLangSwitch{
	float: left;
	display: block;
}

.highlightgray{
	background-color: #d7d7d7;
}
#multilinkabusehint{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 50px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
}
#mldesc{
	margin-top:5px;
	margin-bottom: 30px;
	clear: both;
}
.tagitm{
	margin-bottom: 20px;
}
.tagitm:last-child{
	margin-bottom: 0;
}
#qrdlform label{
	vertical-align: baseline;
}

#qrdlform select{
	padding-top: 6px;
    padding-bottom: 6px;
}

div.optitm{
	margin-bottom: 20px;
}

#domselman{
	margin-top: 15px;
	margin-bottom: 10px;
}

#short_url_creator{margin-bottom: 12px;} select[disabled]{ text-shadow: 1px 1px 2px #ffbb29; }
#linkstop a:hover, #linksbottom a:hover{ color: #fff2b7;
transition: color 1s ease; }
#hintind{ padding-top: 2px; }
#shortenerOptionsDropdown{ padding-top: 1px; }