@import url(https://fonts.googleapis.com/css?family=Exo+2:400,600);

body {
 min-width:500px;
 background-color: #80FF9F;
 margin:0px;
 text-align:center;
 font-family: "Exo 2";
}

table {
 position: relative;
 table-layout:fixed;
 border-collapse:collapse;
 width:100%;
 margin: 0 auto;
}

.separatedText {
 font-size: 20px;
 margin:20px;
}

.headerRow {
 color:red;
}

.numberCol {
 width:85px;
}

td:first-child {
 text-align:center;
}

.numberCell {
 font-weight:bold;
}

.urlCell {
 word-wrap:break-word;
 font-size:10px;
 text-align:left;
}

form input, form select {
 border:4px solid #42FF71;
 border-radius:5px;
 padding:5px;
}

#formTitleContainer {
 height:20px;
 font-size:20px;
 margin: 0 auto;
 margin-bottom:10px;
 opacity:0.6; 
}

#formLoadingWheel {
 display:none; 
}

a, a:visited {
 padding:2px;
 padding-bottom:4px;
 border-radius:5px;
 text-decoration:none;
 color: #004D13;
}

a:hover {
 background-color:#eee;
}

#earthLogo {
 margin:0px;
 
}

.headerMask {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 z-index:10;
}

.innerHeader {
 width:500px;
 padding-top:30px;
 margin: 0 auto;
}

.header {
 cursor:default;
 position:relative;
 font-size:44px;
 font-weight:bold;
 text-align:center;
 letter-spacing:8px;
 word-spacing:10px;
 margin-bottom:10px;
 height:440px;
 background-color: #42FF71;
}

.unselectable {
 user-select:none;
 -webkit-user-select:none;
 -moz-user-select:none;
}

.dataHeader{
 font-size:24px;
 font-weight:bold;
 margin-top:10px;
 margin-bottom:5px;
 border-radius: 2px;
 padding:10px;
 background-color: #42FF71;
}

.edgeSet {
 font-size:10px;
 background-color:#eee;
 border-radius:2px;
 text-align:left;
 margin-bottom:15px;
}

.number {
 font-weight:bold;
 margin-right:10px;
}

.ribbonMessage {
 z-index:100;
 position:fixed;
 top:40%;
 width:100%;
 padding:10px;

 border-top:2px solid black;
 border-bottom:2px solid black;

 font-size:24px;
}

#dataContainer {
 overflow:hidden;
 margin:20px;
 padding:10px;
 background-color:white;
 border:4px solid #42FF71;
 border-left:1px solid #42FF71;
 border-right:1px solid #42FF71;
 border-radius:5px;
}

#copyrightContainer {
 width:100%;
}
