/*
 *  ========================================================================
 *  * Open eClass
 *  * E-learning and Course Management System
 *  * ========================================================================
 *  * Copyright 2003-2024, Greek Universities Network - GUnet
 *  *
 *  * Open eClass is an open platform distributed in the hope that it will
 *  * be useful (without any warranty), under the terms of the GNU (General
 *  * Public License) as published by the Free Software Foundation.
 *  * The full license can be read in "/info/license/license_gpl.txt".
 *  *
 *  * Contact address: GUnet Asynchronous eLearning Group
 *  *                  e-mail: info@openeclass.org
 *  * ========================================================================
 *
 */

.sharingcontainer {
	margin-bottom: 10px;
}

.sharinglist {
	display: inline;
	padding-left: 0px;
}

.sharinglist li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
}

.fa-facebook-square,.fa-twitter-square,.fa-linkedin-square,.fa-envelope-square{width:25px; height:25px;}
