/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  border-bottom: 1px solid #e5e5e5;
}

.jumbotron h2 {
	font-size:2em;
}

.jumbotron h3 {
	font-size:1.5em;
}

.jumbotron p {
	font-size:1.2em;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

tr.get{
	background-color:rgba(67,195,229,0.12);
}

span.get {
	display:block;
	background-color:rgba(67,195,229,0.68);
	padding:1px;
	width: 90px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	
}


tr.delete{
	background-color:rgba(185,68,68,0.12);
}

span.delete {
	display:block;
	background-color:rgba(185,68,68,0.50);
	padding:1px;
	width: 90px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

tr.put{
	background-color:rgba(185,172,68,0.12);
}
span.put {
	display:block;
	background-color:rgba(185,172,68,0.50);
	padding:1px;
	width: 90px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

tr.patch{
	background-color: rgba(237,39,255,0.12);
}
span.patch {
	display:block;
	background-color:rgba(237,39,255,0.50);
	padding:1px;
	width: 90px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

tr.post{
	background-color:rgba(68,185,72,0.12);
}
span.post {
	display:block;
	background-color:rgba(68,185,72,0.50);
	padding:1px;
	width: 90px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	
}


.text-muted img {
	height:30px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
}