/* admin page menu */
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image {
    font-family: 'bwsicons' !important;
}
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image:before {
    content: "\e916";
    font-family: 'bwsicons' !important;
}
/* styles for settings page */
#gglstmp_authorization_button {
    margin-bottom: 20px;
}
#gglstmp_authorization_code {
    width: 300px;
}
#gglstmp_manage_table {
    background: #f1f1f1;
    padding: 0 10px;
    margin-top: 10px;
}
#gglstmp_manage_table th,
#gglstmp_manage_table td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.gglstmp_success {
    color: #009e10;
}