#aklamator-options ul { margin-left: 10px; }
#aklamator-options ul li { margin-left: 15px; list-style-type: disc;}
#aklamator-options h1 {margin-top: 5px; margin-bottom:10px; color: #00557f}

.aklamator_button {
    vertical-align: top;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c0392b;
    border-radius: 5px;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224;
    text-decoration: none;
    margin-top: 3px;
    margin-bottom: 10px;
}

.aklamatorinfeed-login-button {
    float: left;
}


.aklamatorinfeed-login-button:hover {
    cursor: pointer;
    color: lightskyblue;
}
.box{float: left; margin-left: 10px; width: 500px; background-color:#f8f8f8; padding: 10px; border-radius: 5px;}
.right_sidebar{float: right; margin-left: 10px; width: 300px; background-color:#f8f8f8; padding: 10px; border-radius: 5px;}

.alert{
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
}
.alert-msg {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert_red{
    margin-bottom: 18px;
    margin-top: 10px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
}
.alert-msg_red {
    color: #8f0100;
    background-color: #f6cbd2;
    border-color: #f68d89;
}

td{text-align: center; vertical-align: middle}

.btn { font-size: 13px; border-radius: 5px; background: transparent; text-transform: uppercase; font-weight: 700; padding: 4px 10px; min-width: 162px; max-width: 100%; text-decoration: none;}

.btn-primary { background: #7BB32C; border:1px solid #fff; color: #fff; text-decoration: none}
.btn-primary:hover, .btn-primary.hovered { background: #7BB32C;  border:1px solid #167AC6; opacity:0.9; color: #fff }
.btn-primary:Active, .btn-primary.pressed { background: #7BB32C; border:1px solid #167AC6; color: #fff}

a, .btn {
    outline: none !important;
}

.btn1 {
    display: inline;
    margin-bottom: 0;
    margin-left: .3em;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #e6e6e6;
    background-image: 0;
    background-repeat: repeat-x;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    padding: 4px 10px;
}

.btn-success {
    color: white;
    background-color: #51a351;
    background-image: linear-gradient(top,#62c462,#51a351);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-warning {
    color: white;
    background-color: #f89406;
    background-image: linear-gradient(top,#fbb450,#f89406);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-success:hover, .btn-success.hovered { background: #51a351;  border:1px solid #167AC6; opacity:0.9; color: #fff }
.btn-warning:hover, .btn-warning.hovered{ background: #f89406;  border:1px solid #167AC6; opacity:0.9; color: #fff }

.aklamator_INlogin {
    padding: 10px;
    background-color: #000058;
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow:0 0 4px #909090;
    box-shadow:0 0 4px #909090;
}

.aklamator_INlogin:hover {
    color: lightskyblue;
}

h3 {
    margin-bottom: 3px;
}
p {
    margin-top: 3px;
}