body {
  background: #f2f2f2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: scroll;
font-size: 12px;
}

@font-face {
	src: url("https://fonts.googleapis.com/css?family=Space+Mono");
	font-family: 'Space Mono', monospace;
	}
* {
font-family: 'Space Mono', monospace;
box-sizing: border-box;
}

small{
	font-size: .5em;
}

.card{
    border: 1px solid;
    padding: 10px 0px 55px 0;
     margin: 10px 0;
}

.label {
    margin: 10px;
}



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    margin: 0 0 0px 25px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}




/* button */
.button, button {
  background: #f2f2f2;
  border: 1px solid #000;
  padding: 10px 20px;
  display: inline-block;
  margin: 5px;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  color: initial;


}

a.button {
    font-size: 1em;
    text-decoration: none;
    color: initial;
}

button.generate , .rotate ,  .delete{
    font-size: 1em;
    text-decoration: none;
	float: right;
    margin: 0 10px;
}

.newproject {
	 width: 100%;
    margin: 0;
}
.rotate{
    margin: 10px 2px;
}

.delete{
	float: left;
}


.radio_container{
font-size: 1em;
    width: 40%;
    margin: 5px auto;
    padding: 0 12px 0 0;

}
.radio_title{
font-size: .5em;

}
input.radio{
float: left;
margin: 6px 0 0px;
}


input[type="radio"] {
    display: inline-block;
    position: relative;
    left: 100%;
}






input.text{
font-size: 1em;
width: 100%;
text-align: center;
}


.project-name , .id-expanded{
    width: 90%;
    padding: 10px;
    margin: 10px;
    background: none;
    border: 1px solid;
font-size: 1em;

}


#generate, #zink{
    width: 340px;
    float: left;
	margin: 0 30px;
}

#generate input.text, #zink input.text{
    font-size: 1em;
    width: 20%;
    text-align: center;
    height: 44px;
    margin: 5px;
	}



.dropzone{
    min-height: 150px;
    border: 1px dashed;
    background: none;
    padding: 10px;
    margin: 10px;

}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
    font-size: 1em;
}



.download, #canvas {
    float:left;
    cursor:pointer;
    color:#ccc;
    padding: 10px 0;
    max-width: 100%;
    max-height: 100%;
	padding: 0px;
}

.download:hover {
    color:#fff;
}

.resimages{
	width: 100%;
	float: left;
	padding: 10px 0;
}

h1,h2,h3,h4,h5,h6, p{
margin: 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-weight: 400;
}

.center-container {
  width: 512px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 100px auto;
  text-align: center;
   padding: 0 0 200px 0;
}

.existing-project {
  overflow: scroll;
  display: block;
  width: 100%;
}



/* footer */
.footer{
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin: 0 0px;
    background: white;
    padding: 10px;
}


.button-container {
  width:420px;
  margin: 5px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


/*MOBILE STYLES*/

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 736px)
 {
  .center-container {
    width: 100%;
    padding: 20px 20px 300px 20px;
	margin: 0;
/* 	background: rgba(200, 244, 244, 0.98); */
  	}

input.radio{
float: left;
margin: 10px 0 0px;
}

.radio_container{
	font-size: 1.5em;
    width: 50%;
    margin: 28px auto;
    padding: 0px;
}


}
