.botbar {overflow: hidden;white-space: nowrap;}
.botbar a {padding: 8px 16px;font-size:17px;text-overflow: clip;}
.botbar a:hover {background-color: #ddd;color: black;}
.botbar a.active {background-color: #4CAF50;color: white;}
.botbar a:last-child {position: absolute;right: 16px;bottom: 0;}
.liner{bottom: 6px!important;}
@media screen and (max-width: 600px) {.botbar a:not(:first-child) {display: none;}.botbar a:last-child {display: block;}}
@media screen and (max-width: 600px) {.botbar.responsive a {float: none; display: block; text-align: left;}}
