.navbar .brand {
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	color: #000000;
	float: right;
	font-weight: bold;
	margin-left: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
}

#main-container {
	/*margin-top: 40px;
	margin-bottom: 40px;  */
}

.api-buttons {
position: absolute;
    bottom: 20px;
    left: 0px;
    margin: 0px;
}





.api-buttons .btn2, 
.api-buttons .btn {
font-family: 'Roboto', sans-serif;
    font-weight: 400;
  background-color: #262626;
color:#fff;
    text-decoration: none;
    font-weight:normal;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    margin: 0px;
    font-size: 15px;
    border: 1px solid #262626;
    padding: 5px 10px;
    margin-top: 30px;
	}



.api-buttons .btn2 img {
position: relative;
    /* float: left; */
    top: 2px;
    margin-right: 5px;
        height: auto;
        max-height:100%;
}


.api-buttons > a {
	margin-right: 10px;
}

.price {
	font-size: 25px !important;
	line-height: 26px !important;
}