
svg {
  display: block;
 visibility:hidden;
  margin: auto;
  overflow: visible;
}

body {
  background: #fff;
}

#container{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:50px;
	overflow: hidden;
	display:none;
		cursor: pointer;
}

#arrowCashbackEnd, #arrowUpgradeEnd{
  visibility:hidden;
}

#border{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	border: 1px solid black;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

#packshot{
	position: absolute;
top: -188px;
    left: 120px;
	

}


#arrowCashback, #arrowUpgrade{
position: absolute;
    top: -21px;
    left: 123px;
    width: 33%;
    height: 100%;
}

#arrowUpgrade{
	display: none;
}

#samsung_logo{
	position: absolute;
	top:12px;
	left:9px;
}

#galaxy_logo{
	position: absolute;
	top:30px;
	left:9px;
}

#upgradedays{
    position: absolute;
    top: 8px;
    right: 9px;
}

#button{
position: absolute;
    width: 66px;
    height: 12px;
    border: 1px solid black;
    right: 9px;
    bottom: 8px;
    z-index: 1000;
    cursor: pointer;
}

#buttonText{
	margin: 2px 8px 2px 8px;
}

	.st2{fill:#164194;}
	.st1{fill:#007FC7;}
	.st0{fill:#fff;}