/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
 * for details on configuring this project to bundle and minify static web assets. */
body {
	    padding-top: 50px;
	        padding-bottom: 20px;
	}

	/* Wrapping element */
	/* Set some basic padding to keep content from hitting the edges */
	.body-content {
		    padding-left: 15px;
		        padding-right: 15px;
		}

		/* -- */

		.table-property {
			    width: auto;
		    }

		    .table-property tr td:first-child {
			        font-weight: bold;
				    padding-right: 20px;
			    }

			    .table-property tr td:last-child {
				        padding-right: 40px;
				}

				.table-property tr td:last-child ul {
					    margin-left: 16px;
					        padding-left: 0px;
					}

					.muted {
						    color: #999;
					    }

					    #footer-links {
						        list-style-type: none;
							    margin-left: 0;
							        padding-left: 0;
							}
