/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/02/2016, 01:00:49 PM
    Author     : da.salinas3247
*/

.annotated-list .sort.asc:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    content: "";
    position: relative;
    top: -11px;
    right: -4px;
}

.annotated-list .sort.desc:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    position: relative;
    top: 10px;
    right: -4px;
}

.annotated-list .sort {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    display: inline-block;
    color: #fff;
    text-decoration: none;
  
}