Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .search {
- border: solid 1px #5a5a5a;
- padding: 2px;
- font-family: 'Montserrat', sans-serif;
- font-size: 10px;
- font-weight: normal;
- }
- .searchtip {
- font-size: 10px;
- padding-left: 5px;
- color: #929292;
- }
- .btn {
- color: #5a5a5a;
- display: block;
- float: left;
- cursor: hand;
- background-color: #ececec;
- margin-right:5px;
- padding:5px 10px;
- border: solid 1px #5a5a5a;
- text-transform: uppercase;
- font-size: 10px;
- font-family: 'Montserrat', sans-serif;
- }
- .btn:hover {
- background-color: #ffffff;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .list li {
- list-style:none;
- padding-bottom:5px;
- }
- ul, li {
- margin-left: 0;
- padding-left: 0;
- }
- p {
- padding-left: 5px;
- font-size: 12px;
- }
- .filter {
- clear: both;
- }
- .rating {
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment