/* your styles go here */
  .bg-1 {
    background-color: #343a40; /* Green */

  }
  .bg-2 {
    background-color: #ffffff; /* White */

  }
  .button1 {

  	width: 100%;
  	padding: 10px 32px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	background-color: white;
  	color: black;
  	border: 2px solid #1abc9c;
  	border-radius: 4px;
  	transition-duration: 0.4s;
  	margin-bottom: 5px;
  	margin-top: 5px;
}

  .button1:hover {

  	background-color: #343a40; /* Green */
  	color: white;
}

.button2 {

  	width: 40px;
  	height: 40px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	
  	color: black;
  	border: 2px solid white;
  	border-radius: 4px;
  	transition-duration: 0.4s;
  	margin-top: 10px;
  	margin-left: 30px;
  	background: url("/img/x2.png") no-repeat;
    background-color: white;
	background-size: 100%;
	background-size: 20px auto;
	background-position: center;
}

  .button2:hover {

  	background-color: #343a40; /* Green */
  	color: white;
}

.xic{

	width: 40px;
  	height: 40px;

}

.right-align{

	text-align: right;
}
.vl {
  border-left: 2px solid #555;
  height: 100%;
  position: absolute;
  left: 50%;
}