/*
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 : Nov 21, 2016, 1:49:06 PM
    Author     : root
*/




.btn-survey {

    width: 180px;
    height: 180px;
    text-wrap: normal;
    white-space: normal;
    font-weight: 700;
    padding: 10px;

    
    display: block;
  margin-right: auto;
  margin-left: auto;
    
    margin-bottom: 30px;

    box-shadow: 10px 10px 5px #888888;
}

.badge_left, .badge_right {
    font-size: 50px;
    line-height: 1.5em;
}
.badge_left {
    float:left;
    margin-top: 8px;
    margin-right: 20px;
}

.badge_right {
    float:right;
    margin-top: 8px;
    margin-left: 20px;
}

    
