/*
Theme Name: Lamp
Theme URI: #
Author: Admin
*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */



.alignleft {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}

.alignnone {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}
.alignright {
    float: right;
    height: auto;
    padding: 7px;
    width: inherit;
}

.aligncenter {
    display: block;
    float: none;
    height: inherit;
    margin: 0 auto;
    width: inherit;
}

.size-full {
    height: inherit;
    padding: 10px;
    width: auto;
}

span.ajax-loader {
    display: none !important;
}


.members p a {
   font-size: 22px;
    font-weight: 600;
    line-height: 36px;
	color:#000;
}


