*
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

body
{
    margin: 0px;
    padding: 0px;
}

#header
{
    height: 114px;
    background-image: url('../../kuvat/bgHeader.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    border-bottom: 1px solid #e5e5e5;
}

#logo
{
    margin: 20px 0px 0px 20px;
    max-height: 40px;
}

#contentWrapper
{
    /*width: 1024px;
	min-width: 1024px;*/
}

#leftColumn,
#contentColumn,
#rightColumn
{
    float: left;
}

#leftColumn_small,
#contentColumn_small,
#rightColumn_small
{
    float: left;
  	margin-left: 20px;
}


#contentColumn,
#leftColumn
{
    width: 180px;
}

#contentColumn,
#rightColumn
{
    margin: 0px 0px 0px 1px;
    padding: 0px 0px 0px 10px;
    width: 200px;
}

#contentColumn
{
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
    width: 500px;
}

#customerService
{
    margin: 10px 0px 0px 10px;
}

#footer
{
    clear: both;
    border-top: 1px solid #dfdfdf;
    background-repeat: repeat-x;
    background-position: top;
    min-height: 16px;
    max-height: 16px;
    padding: 2px 0px 0px 20px;
    border-bottom: 1px solid #b0b0b0;
    color: #657787;
}

#footerBrand
{
 	position:relative;
	font-size: 4px;
    min-height: 4px;
    background-color: #00a1d4;
}

a:link
{
    color: #0077b3;
}

#footer,
#footer a
{
    font-size: 10px;
}

a:hover
a:active,
a:visited,
#footer a:hover
{
    color: #000000;
}

h1
{
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

.chooseBank
{
  margin: 10px 0px 10px 0px;
}

.chooseBank img
{
  border: none;
}

duet-link.hydrated.tatuma_footer
{
    font-size: 10px;
}

/* responsive styles */
@media screen and (max-width: 768px) {
    #contentColumn {
        width: 95%;
        border-right: none;
        border-left: none;
    }
}

@media screen and (max-width: 768px) {
    #rightColumn {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
}

@media screen and (max-width: 320px) {
    #footer {
        max-height: 32px;
    }
}

.bank-login-box {
    list-style: none;
    padding: 0;
    margin: 10px 3px;
}

.tupas-banks {
    list-style-type: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*margin: -.4375rem;*/
    margin: 10px 0px 10px 0px;
}
.tupas-banks > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: .21875rem;
}
  
@media screen and (max-width: 768px) {
    .tupas-banks > li {    
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        padding: .21875rem;
    }
}

@media screen and (max-width: 300px) {
    .tupas-banks > li {    
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: .21875rem;
    }
}

.tupas-banks__bank {
    height: 6.25rem;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #b2b4b3;
    position: relative;
}

.tupas-banks__bank-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
