@media(min-width: 768px){
	.user-profile-page .user-col-1,
	.user-profile-page .user-col-2,
	.user-profile-page .user-col-3 {
		height: calc(100vh - 100px);
		overflow: scroll;
	}

	.toolbar-horizontal .user-profile-page .user-col-1,
	.toolbar-horizontal .user-profile-page .user-col-2,
	.toolbar-horizontal .user-profile-page .user-col-3 {
		height: calc(100vh - 180px);
	}

	.user-content-list .content-profile-item {
	    padding: 12px;
	}

	.content-profile-item .content-title {
	    font-size: 14px;
	    line-height: 21px;    
	}

	.content-profile-item .content-date {
	    font-size: 14px;
	    line-height: 21px;  
	    background-position: left 0 top 1px;
	}

	.content-profile-item .content-actions {
        flex-direction: row-reverse;
    }

	.content-profile-item .content-actions .hide-content {
	    display: inline-block;
		display: none;
	}

	.content-profile-item .content-actions .content-ctl a {
	    display: inline-block;
	    border: 0.5px solid #C5C5C5;
	    background-color: #F5F5F5;
	    padding: 8px 30px 9px 50px;
	    border-radius: 12px;
	    background-image: url(../img/download.svg);
	    background-size: 20px 20px;
	    background-repeat: no-repeat;
	    background-position: left 25px top 10px;
	}

}







