#favourites-popover.favourites-popover {
	z-index:999 !important;
	max-width: none;
/* 	width:300px !important;
	max-width: 300px !important; */
/* 	
	.table-y-scroller-container {
		width: 100% !important;
	}
	.table-scrollbar {
		right: 0 !important;
	}
	 */
	 .spacer{
	 	margin-top: 5px;
	 }
	 
	.pagesColumnFirstFavTable{
	  	width: 250px !important; 
 		max-width: 250px !important;
		word-wrap: break-word;
	}
	
	.favouritesPageColumn{
	  	max-width: 190px !important;
		width: 190px !important; 
		word-wrap: break-word;
	}
	
	.favouritesEditButtons{
	  	max-width: 70px !important;
		width: 70px !important;	
	}
			 
/* 	 .table-col-am-i-here {
	 	padding: 0;
	 	width: 100px;
	 	max-width: 100px;
	 	
	 	.table-scroll-liner{
			overflow: hidden;
			padding: 4px 10px;
			width: 100px;
	 		max-width: 100px;
	 	}
	 } */
	 
	.btn {
		/* font-family: 'ralewayregular'; */
		font-family: "Raleway", sans-serif;
	}	
	
	.popover-title{
		/* font-family: 'robotolight'; */
		font-family: "Roboto", sans-serif;
	}

	.table-header{
		/* font-family: 'robotolight'; */
		font-family: "Roboto", sans-serif;
	    font-size: 1.3em;
	}
	
	.table-data{
		/* font-family: 'ralewayregular'; */
		font-family: "Raleway", sans-serif;
	    font-size: 1.3em;
	}	

	.buttonOfEdit{
	    color: #32788c;
	    -webkit-transition: .33s;
	    transition: .33s;
	    &:hover{
	    	color: #4bb4d1;
	    }
	}
	
	
	.Favourites-table{
		box-sizing: content-box;
		
/*		width:275px !important;
		max-width: 275px !important; */
		
		.table-content{
		    max-width: none;
		    width: inherit;
   		}
	}
	
	.table-scroll-liner{
		padding: 0px !important;
	}
	
	#Favourites-container .favourites-big-button {
	/* 	width: 165px !important;
	  	height: 30px; */
	    color: #32788c;
	    /* font-family: 'robotobold'; */
	    font-family: "Roboto", sans-serif;
	    text-decoration: none;
	    font-size: 1.6em;
	    display: inline-block;
	/*     padding: 0 40px; */
	    line-height: 50px;
	    border: 1px solid #32788c;
	    border-radius: 40px;
	/*     text-transform: uppercase; */
	    
	    /* Mine */
	    background-color: white;
	    width: 100%;
	    -webkit-transition: .33s;
	    transition: .33s;
	    outline: none;
	    box-sizing: border-box;
	    
		&:hover {
		    color: #4bb4d1;
		    border: 1px solid #4bb4d1;
		}
	}	
}

#favourites-popover.favourites-popover > .arrow {
	display: none;
}

@media screen and (max-width: 1024px) {
	#favourites-popover.favourites-popover {
		position: fixed !important;
		top: 0px !important;
        left: 50% !important;
   		transform: translateX(-50%) !important;
	}
}