/* 
    Created on : 10.4.2017, 22:39:59
    Author     : matej
*/

body{
    text-align: center;
}

table{
    width: 100%;
}

INPUT, SELECT{
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

INPUT[type='submit']{
    background: #3484D2;
    color: white;
    cursor: pointer;
}

INPUT[type='submit']:hover {
    background: linear-gradient(to bottom right, #3484D2, #198EFF);
}