@media only screen and (max-width: 768px) { /* screen size until 320px */
	.container {
	    width: 100%;
	}	
    body, table {
        font-size: 1.0em; /* 0.8x default size */
    }
	p {
		font-size: 1.0em;
	}
	h1 {
	    font-size: 1.7em;  
	}
	h2 {
		font-size: 1.6em;  
	}
	h3 {
		font-size: 1.4em;  
	}
	h4 {
		font-size: 1.2em;  
	}
	h5 {
		font-size: 1.2em;  
	}
	h6 {
		font-size: 1.2em;  
	}
}

@media only screen and (min-width: 768px) { /* screen size until 500px */
	.container {
	     width: 100%;
	}
    body, table {
        font-size: 1.0em; /* 0.8x default size */
    }
	p {
		font-size: 1.0em;
	}
	h1 {
	    font-size: 1.8em;  
	}
	h2 {
		font-size: 1.6em;  
	}
	h3 {
		font-size: 1.4em;  
	}
	h4 {
		font-size: 1.2em;  
	}
	h5 {
		font-size: 1.2em;  
	}
	h6 {
		font-size: 1.2em;  
	}
}

@media only screen and (min-width: 992px) { /* screen size until 1000px */
	.container {
	     width: 95%;
	}
	
	body, table {
        font-size: 1.2em; /* 1.2x default size */
    }
	p {
		font-size: 1.2em;
	}
	h1 {
	    font-size: 1.8em;  
	}
	h2 {
		font-size: 1.6em;  
	}
	h3 {
		font-size: 1.4em;  
	}
	h4 {
		font-size: 1.2em;  
	}
	h5 {
		font-size: 1.2em;  
	}
	h6 {
		font-size: 1.2em;  
	}
}

@media only screen and (min-width: 1200px) { /* screen size until 1200px */	
	.container {
	     width: 95%;
	}
	
    body, table {
		font-family: 'Abel';
        font-size: 1.2em; /* 1.5x default size */
    }
	p {
		font-size: 1.2em;
	}
	h1 {
	    font-size: 1.8em;  
	}
	h2 {
		font-size: 1.8em;  
	}
	h3 {
		font-size: 1.6em;  
	}
	h4 {
		font-size: 1.4em;  
	}
	h5 {
		font-size: 1.2em;  
	}
	h6 {
		font-size: 1.2em;  
	}
}


body{
    background-color:#f5f5f5;
}

table { 
    border-spacing: 5px;
    border-collapse: separate;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}

.form-signin .top
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin .middle
{
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin .bottom
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
*/


table th {
	font-weight: 800;
	font-size: 18px;
}

.glyphicon {
    font-size: 20px;
}

input{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

select {
	-webkit-appearance: menulist-button;
	font-size: 12pt;
}

.account-wall
{
    margin-top: 80px;
    padding: 40px 0px 20px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.login-title
{
    color: #555;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.profile-img
{

    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.profile-logo
{

    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

}
.select-img
{
	border-radius: 50%;
    display: block;
    height: 75px;
    margin: 0 30px 10px;
    width: 75px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.select-name
{
    display: block;
    margin: 30px 10px 10px;
}

.logo-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.circle-border {
	border-radius: 50%;

    width: 96px;
    height: 96px;
    padding: 5px;

    border: 2px solid #aaa;
    color: #000;
	
    display: table-cell;
	
    text-align: center;
	vertical-align: middle;
	font-size: 12pt;
}



.copyright {
	text-align: center;
	font-size: 1.0em;	 
}

.debug pre {
	font-size: 0.7em;	
}

.errormsg {
	padding: 10px 0;
	font-size: 1.0em;	 
	font-weight: normal;
	color:#f00;	
}

.errormsgok {
	padding: 10px 0;
	font-size: 1.0em;	 	
	font-weight: normal;
	color:#0c0;	
}

.footer {
	text-align: center;
	margin-top: 100px;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 30px;
	background-color: #f5f5f5;
	color: #000;
}

.input-div {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.input-div input {
	text-align: center;
	font-size: 35pt;
	height: 50pt;
	width: 100%;
}

.input-div select {
	-webkit-appearance: menulist-button;
	font-size: 35pt;
	width: 100%;
	height: 50pt;
}

.input-currency {
    text-align: center;
	height: 45pt;
	font-size: 35pt;
}

.input-rewardpoints {
    text-align: center;
}

.verofly-currency {
	height: 10px;
	padding: 0 2px;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.mybalance {
	text-align: center;
	padding-bottom: 50px;
	font-size: 3.5em;
}