#download_button_wrapper_pluginAppObj_21_1695{
	margin: 0 auto;
	position: relative;
    display: inline-block;
    vertical-align: bottom;
}

#downloadbtn_pluginAppObj_21_1695 {

	width: 100px;
	height: 20px;

	background-color: rgba(237, 239, 133, 1);

	border-width: 2px; ;

	border-style: solid;
	border-color: rgba(39, 39, 237, 1);

	border-radius: 10px; ;

	position: absolute;
}
#downloadbtn_pluginAppObj_21_1695 a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
	color: rgba(102, 0, 0, 1);
	text-align: center;
	text-decoration: none;

}

#downloadbtn_pluginAppObj_21_1695:hover {
	background-color: rgba(87, 151, 221, 1);
	border-color: rgba(39, 39, 237, 1);
}
#downloadbtn_pluginAppObj_21_1695:hover a{
	color: rgba(255, 255, 255, 1);
}

#downloadbtn_pluginAppObj_21_1695 .btn-tdiv{
    display: table;
    width: 100%;
    height: 100%;
}
#downloadbtn_pluginAppObj_21_1695 .btn-trdiv{
    display: table-row;
    width: 100%;
    height: 100%;
}
#downloadbtn_pluginAppObj_21_1695 .btn-tcdiv{
    display: table-cell;
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
}

#bubble_pluginAppObj_21_1695 {
	width: 100px;
	height: 30px;

	border: 1px solid rgba(91, 15, 0, 1);

	background-color: rgba(135, 218, 185, 1);
	color: rgba(0, 0, 0, 1);

	font-family: Tahoma;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
	color: rgba(0, 0, 0, 1);
    line-height: 30px;
    text-align: center;

	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    position: absolute;
}

/* STYLE: NONE */
#bubble_pluginAppObj_21_1695[data-style=none]{
	display: none !important;
}

/* STYLE: TOP */

#bubble_pluginAppObj_21_1695[data-style=top]:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 8px 0;
	border-color: rgba(91, 15, 0, 1) transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -8px;
	bottom: -11px;
	left: 50%;
}
#bubble_pluginAppObj_21_1695[data-style=top]:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 7px 0;
	border-color: rgba(135, 218, 185, 1) transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -7px;
	bottom: -10px;
	left: 50%;
}

/* STYLE: BOTTOM */

#bubble_pluginAppObj_21_1695[data-style=bottom]:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 8px 11px;
	border-color: rgba(91, 15, 0, 1) transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -8px;
	top: -11px;
	left: 50%;
}
#bubble_pluginAppObj_21_1695[data-style=bottom]:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 10px;
	border-color: rgba(135, 218, 185, 1) transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -7px;
	top: -10px;
	left: 50%;
}

/* STYLE: LEFT */

#bubble_pluginAppObj_21_1695[data-style=left]:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent rgba(91, 15, 0, 1);
	display: block;
	width: 0;
	z-index: 1;
	margin-right: -11px;
	top: 7px;
	right: 0;
}
#bubble_pluginAppObj_21_1695[data-style=left]:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent rgba(135, 218, 185, 1);
	display: block;
	width: 0;
	z-index: 1;
	margin-right: -10px;
	top: 8px;
	right: 0;
}

/* STYLE: RIGHT */

#bubble_pluginAppObj_21_1695[data-style=right]:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 11px 8px 0;
	border-color: transparent rgba(91, 15, 0, 1);
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -11px;
	top: 7px;
	left: 0;
}
#bubble_pluginAppObj_21_1695[data-style=right]:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 10px 7px 0;
	border-color: transparent rgba(135, 218, 185, 1);
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -10px;
	top: 8px;
	left: 0;
}

/* ANIMATION ON COUNTER INCREMENT*/

@-webkit-keyframes bubbleIncrement {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.05, 1.25, 1);
    transform: scale3d(1.05, 1.25, 1);
  }

  40% {
    -webkit-transform: scale3d(0.95, 0.9, 1);
    transform: scale3d(0.95, 0.9, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.10, 1);
    transform: scale3d(1.05, 1.10, 1);
  }

  65% {
    -webkit-transform: scale3d(1, 0.95, 1);
    transform: scale3dscale3d(1, 0.95, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3dscale3d(1, 1.05, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bubbleIncrement {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.05, 1.25, 1);
    transform: scale3d(1.05, 1.25, 1);
  }

  40% {
    -webkit-transform: scale3d(0.95, 0.9, 1);
    transform: scale3d(0.95, 0.9, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.10, 1);
    transform: scale3d(1.05, 1.10, 1);
  }

  65% {
    -webkit-transform: scale3d(1, 0.95, 1);
    transform: scale3dscale3d(1, 0.95, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3dscale3d(1, 1.05, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.newdownload {
  -webkit-animation-name: bubbleIncrement;
  animation-name: bubbleIncrement;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}