1
2div.vshare__left,
3div.vshare__right,
4div.vshare__center {
5    border: 1px solid #ccc;
6    text-align: center;
7    padding: 2em;
8}
9
10a.vshare {
11    color: #aaa;
12    font-size: 2em;
13    font-weight: bold;
14    text-decoration: none;
15}
16
17