
/*====================================================*/
/* FILE /sedlex/inline_styles/20bcedac151988743eef1f3be33c3218b901cf6b.css*/
/*====================================================*/
.shorten_url {
 /*cursor: pointer;*/
  margin: 0px 10px 10px 10px;
  border-radius: 5px;
  text-decoration: none;
  padding: 0 16px 0 5px;
transition-property: color, background, border, text-decoration, font-weight;
-webkit-transition-property: color, background, border, text-decoration, font-weight;
-moz-transition-property: color, background, border, text-decoration, font-weight;
-o-transition-property: color, background, border, text-decoration, font-weight;

  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  display: inline-block;

  color: #55acee;
  border: 2px #55acee solid;

font-size: 0.9em ;
}

.shorten_url:hover {
  background-color: #55acee;
  color: #fff;
  padding-right: 5px;
}
.shorten_url:hover a {
  color: #eee;
  font-weight: bold;
}
.shorten_url:hover a:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
/*	padding: 5px 5px 5px 5px ; 
	border: 1px solid #AAAAAA ; 
	background-color: #EEEEEE ; 
	font-size: 0.7em ; */
