button {

  width: 30px;
  height: 15px;
    margin-left: -2px;
	  margin-right: -1px;
}


div.monkecolourblock {
  width: 100%px;
}
div.monkecolourblock {
  line-height: 14px
  
}

div div button {
  border-style: none;
}


div.colourlabel {
  font-family: Fira Code;
}


td.outputtitle {
  font-family: Helvetica;
  border-style: none;
  width: 200px;
  height: 60px;
  font-size: 30px;
  padding-left: 50px;
}

td.output {
  font-size: 18px;
  font-family: Helvetica;
  padding-left: 50px;
  border-style: none;
  width: 50px;
  text-align:right ;
  height: 33px
}

tbody tr td {
  font-family: Helvetica;
  font-size: 24px;
  text-align:left;
    width: 150px;
}

button.flip {
  border-style: none;
  height: 23px;
  background-color: #efefef;
}

span.buttontext {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Helvetica;
}

button.flip {

}

button.saveicon {
  width: 200px;
  height: 50px;
}

div.BGROUND{
	background-color: rgb(227,0,227);
	background-image: url(/pfp/ojsauce_monkeaplfa.monke.png);
	background-size: cover;
	linear-gradient:;
	background-repeat: no-repeat;
	background-position: center center;
	width: 400px;
	height: 400px;
}

div.wmark{
	background-image: url(/images/watermark.png);
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center center;
	width: 400px;
	height: 400px;
}


div.artist {
	text-shadow: 1px 1px 1px white;
	color:black;
	text-transform: uppercase;
	text-align: left;
	padding-top: 380px;
	font-family: Roboto;
	width: 395px;
	height:400px;
	font-family: Helvetica;
	font-size: 8px;
	margin-left: 5px;
	font-weight: 900;
	font-style: normal

}

tr td img {
  background-color:rgb(277,0,277);
}

div.CHOICE{
  width: 20vw;
  height: 20vw;
}

div.pfpchoose {
  text-align: left;
  width: 60%;
}


div p label {
  background-color: #d9d9d9;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Calibri;
  border-radius:5px;
  }


i.fab.fa-github.fa-stack-1x {
  color: #ffffff
  
}

div.preview-body {
  width: 100%;
  
}

div.preview-bodylem {
  width: 100%;
  
}
img.chosepfp {
  margin-top: 5px;
  
}

div.preview {
  min-width: 350px;
}

span.note {
  font-size: 12px
  
}


/*Tabs Start*/
:root {
  --gutter: 20px;
}

.app {
  padding: var(--gutter) 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}

.app > * {
  grid-column: 2 / -2;
}

.app > .full {
  grid-column: 1 / -1;
}

div.app {
    overflow: hidden;
}

.hs {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: 10px;
  grid-template-rows: minmax(150px, 1fr);
  grid-auto-flow: column;
  /*grid-auto-columns: calc(50% - var(--gutter) * 2);*/

  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * var(--gutter));
  margin-bottom: calc(-.25 * var(--gutter));
}

.hs:before,
.hs:after {
  content: '';
  width: 10px;
}

ul {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
    font-size: 18px;
}

.app {
  width: 80%;
  height: 667px;
  background: #DBD0BC;
  overflow-y: scroll;
}

.hs > li,
.item {
  scroll-snap-align: center;
  background-color: rgb(227,0,227);
  padding: calc(var(--gutter) / 2 * 1.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
}



.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/*Tabs End*/


ul.hs.full {
  height:220px;
}

img.chosepfp {
  width: 150px;
  height: 150px;
}


div.app {
  height: 1060px;
}

li.item {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  width: 155px;
  height: 175px;
  font-family: Helvetica;
  text-transform: capitalize;
}

/*Tabs end*/
