table {
    border: none;
    line-height: normal;
}

td {
    font-size: 12px;
}

th, td{
    border: none;
}

table, th, td {
    font-size: 12px;
    text-align: left;
}

.arkalkprogramgomb {
    background: url("../button-bg.png") center center repeat-x;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 5px;
    text-align: center;
    margin-bottom: 3%;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.arkalkprogramgomb:hover {
    background: url("../button-bg.png") center center repeat-x;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.40);
    cursor: pointer;
}

.arkalkprogramgomb2 {
    background: url("../button-bg-orange.png") center center repeat-x;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 5px;
    text-align: center;
    margin-bottom: 3%;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.arkalkprogramgomb2:hover {
    background: url("../button-bg-orange.png") center center repeat-x;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.40);
    cursor: pointer;
}

.arkalkulatorkalkulator {
    display: none;
}

#kalkulatorok {
    background-color: #fff;
    margin: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#divprogramlista {
    float: left;
}

#divprogramokkalkulatorai {
    float: left;
}

#divprogramokkalkulatorai table td {
    height: 30px;
}

#arkalkulatordivar {
    margin-top: 397px;
}

select.webtax {
    width: 100%;
}

input:not([type="image" i]) {
    box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}