﻿.vpns.welcome {
  margin-bottom: 30px;
  margin-top: 35px;
  text-align: center;
}

.vpns.welcome > img {
  height: auto;
  width: 100%;
}

.repeatvpns .remove {
	cursor: pointer;	
	background: #0073aa;
    padding: 5px 8px;
	color: #ffffff;
}
.repeatvpns .add{
	cursor: pointer;
	background: #0073aa;
    padding: 5px 8px;
	color: #ffffff;
}
.repeatvpns .row{
	border-bottom: 1px solid #f8f8f8;
}

/*********/
.vpns-info {
	background-color: #ffe4c4;
	display: block;
	font-weight: bold;
	padding: 7px;
}
.vpns-info.textalin-center {
	text-align: center;
}
.info {
	background-color: #d9edf7;
	padding: 4px 8px;
	color: #31708f;
	font-weight: 600;
	font-size: 15px;
}