/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 12, 2018, 11:30:22 AM
    Author     : ADMIN1
*/

body { background-color:#ECF0F1;}
.pop {
  /*margin: 300px auto;*/
  display: block;
  width: 30px;
  height: 30px;
}

.pop .primary {
  background-image: url(share.jpg);
  background-size: contain;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  /*margin: auto;*/
  display: block;
}

.pop .secondary {
  background-image: url(twitter.png);
  background-size: contain;
  height: 30px;
  width: 30px;
  display: block;
}
