﻿.btnLogin {
    padding: 10px 30px;
}

.btnLogin:hover {
    text-decoration: none;
    color: white;
    box-shadow: 2px 2px 4px #dddddd;
}

.SearchTextBox {
    padding-left: 5px;
}

input[type=text] {
    border: 1px solid #cccccc;
}

.selectItems {
    border: 1px solid #cccccc;
    padding-left: 2px;
}

    .selectItems option {
        padding: 10px !important;
    }

.rules-exchange-menu a {
    font-size: 15px;
    font-weight: normal;
}

    .rules-exchange-menu a:hover {
        color: #0092BC;
    }

.innerPageDiv {
    padding: 0px;
}

body, #maincontainer {
    font-family: 'Roboto', sans-serif;
}

.bodyInnerStyle {
    color: #222;
}
