.metodoapi{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    border-radius: 5px;
}

.GET{
    background-color: #1b69b8;
    color: #FFF;
}
.PUT{
    background-color: #ec7a48;
}
.POST{
    background-color: #297d77;
}
.DELETE{
    background-color: #ea193a;
}

.tituloapi h1{
    margin-left: 14px;
    font-size: 18px;
}
.tituloapi h1 b{
    margin-left: 14px;
    font-size: 14px;
    color: #535353
}

.textoapi{
    padding: 0 0 0 15px;
}
.tabelaapi{
   border-collapse: collapse;
	margin: 0 0 0 0;
	width: 100%; 
}

.tabelaapi td{
	border-bottom: 1px solid #e5e5e5;
	padding: 8px;
	color: #535353;
	font-size: 13px;
	width: auto;
}

.tabelaapi thead tr,th{
    cursor: pointer;
    font-weight: 700;
}