- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
/*********************************
BEST VALUE
**********************************/
.oct_2016_best_value{
font-size: 14px;
text-transform: uppercase;
font-family: gothambold;
background: #003C61;
color: #fff;
padding: 4px 22px;
display: inline-block;
margin-bottom: 5px;
position: relative;
line-height: 17px;
}
.oct_2016_best_value:before,
.oct_2016_best_value:after{
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 0px;
height: 0px;
border: 12px solid transparent;
border-right: 0px;
border-left: 7px solid #fff;
}
.oct_2016_best_value:after{
left: auto;
right: 0px;
border-left: 0px;
border-right: 7px solid #fff;
}