@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700);

*{
	font-family: "Roboto Mono", sans-serif;
}
body, html{
	height:100%;
	width:100%;
	margin:0;
}

.responsive {
   max-width: 300px;
height: auto;
margin-top: 40px;
width:100%;
}

.is-provider .responsive  {
       max-width: 400px;
}

div.spacer
{
    font-size: 0; 
    height: 20px;
    line-height: 0;
}

.login-register-text {
    color:white;
}

.login-register-text a {
    color:white;
}

.login-register-text a:hover {
    color:white;
    text-decoration: underline;
}

.languages {
    height: 50px;
    padding: 5px;
    position: fixed;
    width: 100px;
}

#box_tl {
    left: -5px;
    bottom: -16px;
}

.styled-select {
   background: url(../css/images/drop_arw.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 120px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 148px;
}

.styled-select select option {
    background: black;
}

/* -------------------- Colors: Background */
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.black select   { color: #fff; }
