
  .btn {
            background: #03a289;
            border: none;
            padding: 1em 2em;
            border-radius: 0 !important;
            color: white;
            font-weight: bold;
            margin-bottom: 0 !important;
        }

		.link {
            background: none!important;
            border: none;
            padding: 1em 2em;
            border-radius: 0 !important;
            color: #03a289;
            font-weight: bold;
            margin-bottom: 0 !important;
			cursor: pointer;
        }

		.btn-close {
            background: #b91f06;
            border: none;
            padding: 1em 2em;
            border-radius: 0 !important;
            color: white;
            font-weight: bold;
            margin-bottom: 0 !important;
        }

        .btn:hover {
            background: #02917b;
        }

		.link:hover {
			color: #02917b;
		}

		.btn-close:hover {
            background: #791404;
        }

        .flex-me {
            display: flex;
        }

        .margin-top {
            margin-top: 10px;
        }

        .margin-top-lg {
            margin-top: 1em;
        }

        .margin-left {
            margin-left: 10px;
        }

        .margin-right {
            margin-right: 10px;
        }

		.padding-lg {
			padding: 1em;
		}

        .align-top {
            align-item: flex-start;
        }

        .align-center {
            align-items: center;
        }

		.round-me {
			border-radius: 4px;
		}

		table {
			width: 100%;
		}

		table td {
			padding: 10px;
		}

		table thead th {
			border-bottom: 1px solid #666;
			padding: 10px;
			text-align: left;
		}

		.table-striped tbody tr:nth-child(odd) {
			background-color: #ededed;
		}

    .pagination {
  display: inline-block;
}

  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
  }

  .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
  }
