.currency {
    font-size: 18px;
    font-family: 'PFDinMedium', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	position: relative;
    top: 25px;
	width: 100%;
}
.currency2 {
    font-size: 18px;
    font-family: 'PFDinMedium', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	position: relative;
    top: 5px;
}

.customheadblock {
    border-bottom: 2px solid #2F72B2;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    margin-bottom: 5px;
	font-size: 18px;
    font-family: 'pf_dindisplay_promedium', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
	width: 240px;
}
tr.head {
    background-color: #FFE000;
	background: linear-gradient(to bottom, #FFF200 0, #FFC800 100%) no-repeat;
	background: -webkit-linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
    background: -moz-linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
    background: -o-linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
    background: -ms-linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
    background: linear-gradient(to bottom, #FFF200 0, #FFC800 100%) no-repeat;
    -svg-background: linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
	height: 40px;
    font-size: larg;
	text-align: center;
	font-family: 'pf_dindisplay_promedium', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	text-transform: uppercase;
	font-weight: 700;
}
th.head1 {
    background-color: #FFE000;
	background: linear-gradient(to bottom, #FFF200 0, #FFC800 100%) no-repeat;
	background: -webkit-linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
    background: -moz-linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
    background: -o-linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
    background: -ms-linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
    background: linear-gradient(to bottom, #FFF200 0, #FFC800 100%) no-repeat;
    -svg-background: linear-gradient(top, #FFF200 0, #FFC800 100%) no-repeat;
	height: 40px;
    font-size: 26pt;

	text-align: center;
	font-family: 'pf_dindisplay_promedium', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
/*	text-transform: uppercase;*/
	font-weight: 700;
}
td.valute {
    text-align: center;
    background-color: #dedede;
    width: 15%;
}

.value {
    display: inline;
    float: left;
	font-size: 32pt;	
    /* text-align: center; */
    /*width: 80%;*/
}
.admin {
    float: right;
    /* text-align: center; */
    /*width: 15%;*/
    font-size: 30px;
}
tbody.bodytable {
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: 'pf_dindisplay_promedium', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: 500;
}
.icons_col {
    font-size: 6pt;
    /*position: relative;*/
    /*right: 30%;*/
}
.icons_col img {
    display: inline;
}
.change.up {
    /*float: left;*/
    /*width: 10%;*/
    font-size: 14pt;
    display: inline;
}
table.kurstable 
{
    width: 100%; 
}
	td.valutename{
	font-size: 26pt;
	}
.texts {
    font-size: 14px;	
}
.text1{
		
		font-size: 26pt;
		text-align:  center;
		color:green;
}

/* Smartphones (portrait and landscape) */
            @media only screen
            and (min-device-width : 320px)
            and (max-device-width : 480px) {
        .courses 
	{
        font-size: 24px !important;  
	}
	.value 
	{   
		font-size: 18pt !important; 
	}
	td.valutename
	{
		font-size: 12pt !important;
		wight:100% !important;
	}
	.change.up 
	{
		font-size: 10pt !important;
	}
	.admin 
	{
    float: right;
    font-size: 12pt !important;
	}
	.texts {
    font-size: 6px !important;	
	}
	.currencys {
	width: 100%;
	}
	th.head1 {

    font-size: 13pt;
	}
	.text1{
		
		font-size: 13pt;
	}
	
}

            /* Smartphones (landscape) */
            @media only screen
            and (min-width : 321px) {
                /* Styles */
            }

            /* Smartphones (portrait) */
            @media only screen
            and (max-width : 320px) {
                /* Styles */
            }

            /* iPads (portrait and landscape) */
            @media only screen
            and (min-device-width : 768px)
            and (max-device-width : 1024px) {
               /* Styles */
            }

            /* iPads (landscape) */
            @media only screen
            and (min-device-width : 768px)
            and (max-device-width : 1024px)
            and (orientation : landscape) {
                /* Styles */
            }

            /* iPads (portrait) */
            @media only screen
            and (min-device-width : 768px)
            and (max-device-width : 1024px)
            and (orientation : portrait) {
                /* Styles */
            }

            /* Desktops and laptops */
            @media only screen
            and (min-width : 1224px) {
                
				    .table 
				{
					font-size: 30px;
					
				}
            }

            /* Large screens */
            @media only screen
            and (min-width : 1824px) {
					.table 
				{
					font-size: 30px;
					
				}
            }

            /* iPhone 4 */
            @media
            only screen and (-webkit-min-device-pixel-ratio : 1.5),
            only screen and (min-device-pixel-ratio : 1.5) {
                /* Styles */
            }