/*---------------------------------
-------for sticky foote------------
---------------------------------*/
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#wrapper {
    flex: 1;
}

/*---------------------------------
------------tabs-------------------
---------------------------------*/
.tab-content {
    display: none;
}

.tab-content:target {
    display: block;
}

.tab-folder>.tab-content:target~.tab-content:last-child,
.tab-folder>.tab-content {
    display: none;
}

.tab-folder> :last-child,
.tab-folder>.tab-content:target {
    display: block;
}



/* AB: resize all flaticons  */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  margin-left: 5px;
  height: 30px;
}

/*  AB: table rows and cells small padding */
th, td {
    padding: 1px;
} 