/*
Theme name: Rare share
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }


.table-stripped tbody>tr:nth-child(odd)>td {
    background-color: #f9f9f9; /* Light gray for odd rows */
}

th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    line-height: 3;
    font-weight: bold;
	text-align: left;
}

tbody>tr>td {
    width: 30%;
    vertical-align: top;
    display: table-cell;
    text-align: left;
    line-height: 2;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.buddypress-wrap .item-body .group-main__content {
	padding: 0;
}