@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    outline: 0;
    color: white;
    font-size: 14px;
}

body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: white;
    background-color: black;
    background-image: url("trafikklysall2.jpg");
    background-repeat: no-repeat;
    text-shadow: 0px 0px 3px #000000;
    min-width: 285px;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 10px;
}

p#red {
    color: white;
}

#container {
    margin-left: auto;
    margin-right: auto;
}

#container.form {
    margin-top: 30px;
    width: 200px;
    margin-bottom: 50px;
}

#container.score {
    width: 620px;
    overflow: hidden;
    min-height: 350px;
    padding: 30px;
}

#container.mobile {
    overflow: hidden;
    margin-top: 30px;
}


#overflow {
    overflow: hidden;
}

#message {
    margin-top: 20px;
}

div#shadow {
    box-shadow: 0px 0px 15px black;
}

select {
    font-family: 'Open Sans', sans-serif;
    border-style: solid;
    border-bottom-style: none;
    border-width: 1px;
    border-color: white;
    padding: 10px;
    padding-left: 8px;
    font-size: 20px;
    width: 200px;
    background-color: #111;
    color:white;
}

input {
    border-width: 1px;
    border-color: white;
    border-style: solid;
    font-family: 'Open Sans', sans-serif;
    color: white;
    padding: 10px;
    font-size: 20px;
    width: 200px;
    background-color: #111;
}

div#lightradio {
    text-align: left;
    height: 130px;
}

input[type=radio] {
    width: 30px;
    margin-top: 15px;
    margin-bottom: 8px;
}

input[type=password] {
    text-align: center;
    width: 100px;
    border-bottom-style: none;
}

input[type=password]#left {
    border-right-style: none;
}

input[type=password]#right {
    
}

input[type=password]#register {
    border-bottom-style: none;
}

input[type=submit] {
    background-color: #222;
}

input[type=text] {
    border-bottom-style: none;
}

table {
    background-color: black;
    text-align: center;
}

table#score {
    float: right;
}

table#mobile {
    margin-left: auto;
    margin-right: auto;
}

td {
    padding: 5px 10px 5px 10px;
    border-width: 1px;
}

tr {
    background-color: #111;
}

tr#dark {
    background-color: #333;
}

div#name {
    width: 270px;
    text-align: left;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

div#mobile {
    text-align: left;
    text-overflow: ellipsis; 
    width: 100px;
    white-space: nowrap; 
    overflow: hidden;
}

div#number {
    height: 125px;
    text-align: right;
    padding-top:15px;
    padding-right: 5px;
    float: left;
    width: 115px;
}

left {
    float: left;
}

div#num {
    margin-top: 7px;
    margin-left: 70px;
    padding-right: 5px;
}

div#light {
    border-radius: 20px;
    padding: 3px;
    border-style: solid;
    border-color: black;
    background-color: #444444;
    width:36px;
    float: left;
}

div#lightsmal {
    border-radius: 10px;
    padding: 2px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    background-color: #444444;
    width: 19px;
    float: left;
}


div#light.register {
    margin: 15px;
    margin-left: 50px;
    margin-top: 0px;
}

div.color {
    margin: 3px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

div.colorsmal {
    margin: 2px;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
}


div#red {
    background-color: red;
}

div#yellow {
    background-color: yellow;
}

div#green {
    background-color: green;
}


span.love{
    color:#faafba;
}

div.credits{
    margin-top:25px;
    margin-bottom:25px;
    text-align:center;
    color:#999;
    font-size:12px
}

a.kak {
    font-size: 12px;
}
