.psymacm-terms-list {
		list-style: none outside none;
    margin: 0;
    padding: 0;
    margin-top: 1em;
    margin-left: 0.3em;
}

.psymacm-interests-profile {
		list-style: none outside none;
    margin: 0;
    padding: 0;
    margin-top: 1em;
    margin-left: 0.3em;
}

.psymacm-interests-profile > li {
    margin: 0.5em 0;
		display: inline-block;
		width: 20%;
}

.psymacm-terms-list > li label {
		margin-left: 1em;
    font-weight: bold;
}

.psymacm-terms-list > li {
		margin-bottom:1em;
}

.psymacm-user-terms-options {
		margin-left:1em;
		background: #ddd;
		padding:0.5em;
}

.psymacm-toast_container {
    display: table-cell;
    vertical-align: middle;
}

.psymacm-toast_cell{
		display:inline-block;
}

.psymacm-add-margin{
		margin-top:20px;
}

.psymacm-toast {
		text-align:left;
		padding: 21px 0;
		background-color:#fff;
		border-radius:4px;
		/* max-width: 500px; */
		top: 0px;
		position:relative;
		box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}


.psymacm-toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
		border-top-left-radius:4px;
		border-bottom-left-radius: 4px;

}

.psymacm-toast_message {
    font-size: 14px;
    margin-top: 0 !important;
		margin-bottom: 0 !important;
    color: #878787;
}

.psymacm-toast_content{
  padding-left:70px;
  padding-right:60px;
}

.psymacm-toast-error:before{
  background-color:#de3f2b;
}

.psymacm-toast-success:before{
  background-color:#3fce2b;
}
