@import url(//fonts.googleapis.com/css?family=Lato);

body {
	font-family: 'Lato';
}

#main-container {
	margin: 20px auto;
	width: 1200px;
	max-width: 100%;
}

#main-container {
	margin: 0px auto;
	width: 80vh;
	max-width: 100%;
}

.api-buttons > a {
	margin: 0 5px 0 0 !important;
	text-decoration: none !important;
}

.price {
	font-size: 25px !important;
	line-height: 26px !important;
}
.fpd-modal-internal {
  width: 100% !important;
}

.fpd-main-wrapper{
    background-color: #dedfe0!important;
}

@media only screen and (max-width: 425px) {
    #main-container {
        max-width: 95%;
    }
}

@media only screen and (max-height: 425px) {
    #main-container {
        width: 75%;
    }
}

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