/*
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 : 25-sep-2017, 9:55:30
    Author     : Eduardo
*/

body{
    background-color: #f3f3f3;
}

.card{
    border-radius: 2px;
    margin-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}


.container{
    margin-top: 40px;
}

.link-style{
    color: #007bff !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.link-style:hover{
    color: #0056b3 !important;
    text-decoration: underline !important;
}