main {
    display: block;
}
.webguide-content {
    padding: 5px 15px;
}

p {
    text-align: justify;
}

.squeeze {
    margin: 0 40px;
}

.title {
    color:var(--text-color) !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
}
.url {
    float: right;
}


.biglist {
    padding:0;
}
ul {
    list-style-type: square;
}

h2 {
    text-align: left;
    white-space: wrap;
}
.small-text {
    text-align: right;
}

@media (max-width: 700px) {
	main {
		
	}
    .webguide-content {
        padding: 5px 5px;
    }
    .squeeze {
        margin: 0 15px;
    }
}