Skip to content

Instantly share code, notes, and snippets.

@esagara
Forked from lenagroeger/gist:9355408
Created March 4, 2014 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esagara/9355420 to your computer and use it in GitHub Desktop.
Save esagara/9355420 to your computer and use it in GitHub Desktop.
#mia #yearlycost th, #mia #yearlycost .header{
font-size: 11px;
text-transform: uppercase;
color: #999;
font-weight: normal;
}
#mia #yearlycost td, th {
padding: 10px;
text-align: left;
font-weight: 200;
}
#mia #yearlycost {
width: 500px;
font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
}
#mia #yearlycost p {
margin-bottom: 10px
}
#mia #yearlycost table {
background: #f7f7f7;
border-radius: 5px;
}
#mia #yearlycost .header {
text-align: right;
color: black;
font-weight: bold;
}
#mia #yearlycost td.total {
font-size: 18px;
font-weight: bold;
color:#9c0c0c;
}
#mia #yearlycost .total {
padding-right: 15px;
}
#mia #yearlycost .total span {
font-weight: 600;
font-size: 9px;
display: block;
clear: both;
text-transform: uppercase;
}
#mia #yearlycost .header {
padding-left: 15px;
}
#mia #yearlycost .border {
border-right: 1px solid #e7e7e7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment