.pointer {cursor: pointer;}

.grey-text {
    color: #808080;
}

.red-text {
    color: red;
}


.logo {
    width: 36px;
    height: 36px;
    /* margin: 0px; */
    /* vertical-align: top; */
}

.log-box {
    height: 600px;
    font-family: monospace;
    border: 1px solid #ccc;
    overflow: auto;
    margin: 16px;
    background: #444;
    border-radius: 4px;
    color: white;
}
code {
  background-color: #eee;
}

.review-form {
    display:inline-block;
    vertical-align: text-bottom;
}
.review-button {
    display:inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.debug_url_image {
    width:  100%;
}

.right {
    float: right;
}

.small {
    transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85); /* IE 9 */
    -webkit-transform: scale(0.85, 0.85); /* Safari and Chrome */
    -o-transform: scale(0.85, 0.85); /* Opera */
    -moz-transform: scale(0.85, 0.85); /* Firefox */
  }

.sub-title {
    margin-bottom:10px; 
    margin-left:10px;
}

.center-horizontal {
    display: flex;
    justify-content: center;
    margin-top:20px;
    margin-bottom:10px;
}

.form-popup {
    position:fixed;
    top:30%;
    left:50%;
    width:300px;
    height:300px;
    margin-left:-150px;
    margin-top:-150px;
}

.nobullet{
    list-style-type: none;
}

.on-hold {
    background: rgb(142, 98, 189);
    color: white;
}
