﻿.textlinkmk {
	float: right;
	width: 100%;
	margin-top: 1px;  
	
}

.textlinkmk ul a {
width: 5.79%;
    list-style: none;
    float: left;
    text-align: center;
    padding: 6px 2px;
    margin: 1px 1px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.textlinkmk ul {
	margin: 0;
	padding: 0;
}

.textlinkmk a {
    border: 1px solid #29b96c;
    font-size: 12px;
    color: rgb(0 0 0);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}


.textlinkmk ul a:hover {
background-color:#3011e7;
color: #ffffff;
}



@media screen and (max-width: 768px){
  .textlinkmk ul a {
   	width: 23%;
  }
}