
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

main { 
  display: grid; 
  grid-template-columns: 280px 1fr; 
  grid-template-rows: 64px 1fr;
  background-color: #ccc;
}
.dashboard {
    margin-top: 20px;
    width: 100%;
    height: calc(100% - 40px);
    background-color: snow;
}

.round-div-info {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #44a;
            width: 250px;
            height: 40px;  
            color: #ffffff;
            text-align: center;
            align-items: center;
    box-shadow: 0 2px 2px #888888;
}

.round-div-enter {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #fff;
            width: 195px;
            height: 40px;  
            color: #000;
            text-align: left;
            align-items: left;
            border: 1px solid #888;
    box-shadow: 0 2px 2px #888888;
}

.round-div-geo {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #fff;
            width: 195px;
            height: 32px;  
            color: #000;
            text-align: center;
            align-items: center;
            border: 1px solid #888;
    box-shadow: 0 2px 2px #888888;
}

.tabs input[type=radio] {
    opacity:0;
}
.tabs {
    display: flex;
    width: 760px;
    float: none;
    list-style: none;
    padding: 0;
}
.tabs li {
    float: left;
}
.tabs label {
    display: block;
    padding: 10px 20px;
    border-radius: 2px 2px 0 0;
    color: #888;
    font-size: 16px;
    font-weight: normal;
    background: #f0f0f0;
    cursor: pointer;
    position: relative;
#    top: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs label:hover {
    background: #888;
    color: #ddd;
#    top: 4px;
}

.tabs input[id^=tab]:checked + label {
    background: #4b98cc;
    color: #fff;
#    top: 4px;
}

.tool-icon {
  width: 20px;
  height: 20px;
  fill: #a4a4a4;
  margin-top: 4px;
}

.round-button {
  margin-left: 10px;
  margin-top: 10px;
  padding: 10px;
  width: 195px;
  height: 24px;  
  color: #444;
  background: #fff;
  text-decoration: none;
  text-align: left;
  line-height: 30px;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 2px 2px #888888;
  align-items: center;
}


h2 {
    font-size: 32px;
}
h3 {
    margin-top: 6px;
    font-size: 18px;
}

.tile-tdb {
            margin-left: 10px;
            margin-top: 10px;
            padding: 10px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            background-color: #fff;
            width: 250px;
            height: 250px;  
            color: #000;
            text-align: center;
            align-items: center;
            border: 1px solid #888;
    box-shadow: 0 2px 2px #888888;
}

.login-section {
            margin-left: 35%;
            margin-top: 15%;
            padding: 10px;
            border-radius: 4px;
            width: 30%;
            height: auto;
            -moz-border-radius: 4px;
            background-color: #fff;
            color: #333;
            text-align: left;
            align-items: left;
            border: 1px solid #888;
    box-shadow: 0 2px 2px #888888;
}
