body {
	font-family:	verdana;
	font-size:	12px;
}

.rentesheet1 .finanName, .rentesheet2 .finanName {
	text-decoration:	none;
	font-size:		12px;
        text-align: none;
}

.rentesheet1 .finanRente, .rentesheet2 .finanRente{
        text-align: center;
}
.rentesheet1, .rentesheet2 {
	text-decoration:	none;
	color:			#000000;
	font-size:		10px;
}

a {
	text-decoration:	none;
	color:			#000000;
	font-size:		12px;
}

a:hover {
	text-decoration:	underline;
}

.zwart, .wit { 
	height: 20px; 
	line-height: 20px; 
}

table.bank td.headerBankRente {
	background-color: #000000;
	color: #ffffff;
}

.stars0,.stars1,.stars2,.stars3,.stars4,.stars5 {
	border: 0 none;
	height: 10px;
	width: 60px;
	padding: 0px;
        display: inline-block;
}

table.rentesheet th.finanName{
    width: 250px;
}

table.rentesheet th.finanRente{
    width: 40px;
}

table.bank {
    background-color: #000000;
}

table.bank td {
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
}

#opslagSelect {
    width: 110px;
}
.stars0 { 
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/htv/sterren0.gif) no-repeat scroll 0 0;
}

.stars1 { 
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/htv/sterren1.gif) no-repeat scroll 0 0;
}
.stars2 { 
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/htv/sterren2.gif) no-repeat scroll 0 0;
}
.stars3 { 
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/htv/sterren3.gif) no-repeat scroll 0 0;
}
.stars4 { 
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/htv/sterren4.gif) no-repeat scroll 0 0;
}
.stars5 { 
	background: transparent url(https://modules.almexx.nl/rentesheetuitg/stars/htv/sterren5.gif) no-repeat scroll 0 0;
}

#dhtmltooltip {
    position: absolute;
    width: 300px;
    border: 1px solid;
    border-color: #5E388A;
    padding: 6px;
    background-color: #ffffff;
    visibility: hidden;
    z-index: 100;
}

div#poweredby {
	display:none;
}

/* Extra Bank Info pagina */

.odd{
    background-color: #FEFEFC;
}

.even{
    background-color: #D5DDE5;
}

input, select, textarea {
    border: 1px solid;
    color: #000000;
    border-color: #8e7672;
    background-color: #fff;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 11px;
}

input.submit {
    border: 1px solid;
    color: #ffffff;
    border-color: #808080;
    background-color: #000000;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    width: 100px;
}

input.submit:hover {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

* {
   font-size: 12px;
}
.printStars {
    display: none;
}

@media print{
    .stars0, .stars1, .stars2, .stars3, .stars4, .stars5 {
         display: none;
    }
    .printStars {
        display: block;
        width: 60px;
        padding: 0px;
        margin: 0px;
        height: 10px;
    }
}

@media screen and (max-width: 500px) {
    span#laagste-hypotheekrente {
        display: none;
    }
    
    span#selecteer-marktwaarde {
        display: inline !important;
    }
    
    table.rentesheet .finanRente:not(.responsive-show):not(:nth-child(7)) {
        display: none;
    }
}